-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
https://cran.r-project.org/
This let users consume our package easily
Release how-to: see https://r-pkgs.org/release.html and https://www.r-bloggers.com/2020/07/how-to-write-your-own-r-package-and-publish-it-on-cran
- See [DOC] Generate HTML documentation #40
- add \value to .Rd files regarding exported methods and explain the functions results in the
documentation - add small executable examples in your Rd-files if possible, to illustrate the use of the exported
function but also enable automatic testing - Generate cran-comments.md file
- make the package available on CRAN
- add badge in the README and index.md: https://r-pkg.org/services#badges and https://r-pkgs.org/other-markdown.html#development-badges
- document how to install from CRAN, see [DOC] Explain how to install #20 for an example of documentation
- do public announcement
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request