Menu

R-packages

Karthik Ram

The best way to author R packages will be using devtools.

create() - Creates a package
document("path/to/package") - Reads roxygen tags and creates documentation
doc_check() checks docs for errors
check() - To run package checks

Reference: http://r-pkgs.had.co.nz/


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.