Guest *Charlie Sharpsteen* @ 2011-12-19 04:33:23 originally posted:
I keep putting up with R-Forge because it is the easiest way to do incremental development builds between releases. This is useful for a quick sanity check to make sure the package isn't broken on other platforms. R-Forge also provides an easy way for my users to grab development builds using install.packages. This way, they don't have to install an R development environment in order to build from source.
However, it seems that R-Forge is always half broken. For many platforms, the automatic builds and tests are listed as "down for maintenance" and have been so for more than a year.
What we really need is a Continuous Integration and packaging platform for R. Something like Travis-CI:
http://travis-ci.org
Then developers could host code wherever they please and still have a services that could run checks across multiple platforms and create binary packages.