Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 318 Bytes

buildnotes.md

File metadata and controls

18 lines (12 loc) · 318 Bytes

Some notes to remind myself of the build and release process

devtools cheat sheet

Reload the package while building

devtools::load_all()
# check package
devtools:check()

# submit to CRAN.
devtools:release()