remotes::install_github("faskally/rfutils")
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.