Описание тега devtools
An R package containing tools to ease the task of software development.
devtools
is an r package to make it easier to create and release other R packages. For non-package developers, it also contains functions for getting R packages from online repositories including github, bitbucket and gitorious.
Repositories
Books
- R packages by Hadley Wickham
Other resources
- Writing R Extensions - CRAN manual on package development
- Posts on R-bloggers
Related tags
- package-development
- r's roxygen2 package