Closed anguswg-ucsb closed 1 year ago
Added barebonesREADME.Rmd and README.md
README.Rmd
README.md
Generated man/ folder with function documentation
man/
Added roxygen2 decorartors on all functions
roxygen2
Added @importFrom decorator on package functions to declare dependencies by function
@importFrom
Ran devtools::check() and passed R CMD check
devtools::check()
R CMD
Package should now be installable using remotes::install_github()
remotes::install_github()
Added barebones
README.Rmd
andREADME.md
Generated
man/
folder with function documentationAdded
roxygen2
decorartors on all functionsAdded
@importFrom
decorator on package functions to declare dependencies by functionRan
devtools::check()
and passedR CMD
checkPackage should now be installable using
remotes::install_github()