Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 421 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 421 Bytes

rfutils

to install

remotes::install_github("faskally/rfutils")

contributing

After making changes to the code, run:

devtools::document()

to update help files and the NAMESPACE

then

devtools::check()

to check for errors, and fix warnings and notes

Finally, the readme can be rebuilt using

rmarkdown::render("README.Rmd")

then changes can be commited and pushed.