automateR

R-forge
Summary Page
Source Code
Repository
R-Forge
Packages
Contact
Project Admin
automateR Home

SCM links


automateR has several sub-projects to automate certain tasks related to maintaining an R installation and site-specific testing of packages. The project does not (yet) include any R packages, but the Subversion Repository has directories with structures for automatically doing tasks related to installing and maintaining R, and regularly testing R code segments. These rely on GNU make and cron jobs and should work on any system that supports these facilities (but has not been broadly tested).

RoboAdmin provides tools that automatically install new versions of R when they are released, and runs site specific tests to ensure everything works with the new version.

RoboRC provides tools that automatically run site specific tests to ensure everything works with R release candidates.

RoboTests provides tools that automatically runs tests suites with a specific versions of R and record results from the different test suites.

develMake provides tools to support development of R packages.