-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Create package (see script)
- Choose license (choosealicense.com/)
- Write functions
- Document (Roxygen). Run Build -> Document
- Update DESCRIPTION (dependencies) (usethis::use_package("dplyr"))
- Test functions
- Run Build -> Check often (or use GitHub Actions)
- Optional: Run goodpractice::gp()
- devtools::spell_check()
- Regenerate website (pkgdown addin -> Build site)
- Update CITATION (en inst)
- Update NEWS.md with every new version (and update version in DESCRIPTION)
- Update README.Rmd and Knit. (how to install pkg, what it does, examples, how to cite etc)
- Write vignettes
- Increase test coverage
- devtools::test_coverage()
- Send to CRAN / Runiverse
- Publish software paper
Metadata
Metadata
Assignees
Labels
No labels