-
-
Notifications
You must be signed in to change notification settings - Fork 0
This is my template repository for quicker / more uniform creation of R packages
License
Bisaloo/Rpkg_template
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
--- output: github_document --- <!-- README.md is generated from README.Rmd. Please edit that file --> ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) ``` # `r devtools::as.package(".")$package` <!-- badges: start --> <!-- badges: end --> ## Installation You can the latest version of this package from GitHub with: ```{r, eval = FALSE} # install.packages("remotes") remotes::install_github("") ``` ## Usage ```{r example} library() ```
About
This is my template repository for quicker / more uniform creation of R packages
Resources
License
Code of conduct
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published