Welcome to the RForge
User: Password:
RForge strives to provide a colaborative environment for R package developers. The ultimate goal is to offer SourceForge-like services (such as SVN repository, place for documentation, downloads, mailing lists, bugzilla, wiki etc.) with additional features specific to R package development, such as make check on-commit, nighlty builds of packages, testing on various plarforms and full CRAN-like reposity access. The focus is on R-specific features that are not offered by SourceForge or GForge.

Current projects
NameTitleRevLast SVN change
affinityFunctions and datasets for Web-mining social-based related knowledge  2008-08-01 08:38:48
audioAudio Interface for R  2008-09-04 18:13:20
brewMixing text and R code output for report generation  24 2007-10-22 14:51:01
CADStatProvides a GUI to several statistical methods for making biological inferences  113 2008-09-04 09:28:15
CairoGraphics device using cairographics library for creating bitmap images or output.  92 2008-07-21 13:43:38
CarbonELCarbon event loop for R  2007-08-14 16:29:26
CocoaPrimitive Obj-C/Cocoa frontend  18 2008-06-29 19:40:49
FSAFisheries stock assessment methods.  18 2008-08-23 17:03:00
FSAdataFisheries stock assessment data.  2008-08-23 09:25:24
GDDGD device for creating bitmap graphics as jpeg, png or gif files using gd library  57 2008-04-03 17:56:25
icpInteractive Custom Plots - customizable interactive graphics for R  18 2008-07-01 16:29:09
iplotsiPlots - interactive graphics for R  154 2008-07-03 10:42:08
ISOPAn implementation of the ISOP-Model by Scheiblechner  53 2008-07-25 22:50:30
iWidgetsbasic GUI widgets for R  26 2007-07-25 20:19:02
JavaGDJava Graphics Device  82 2008-04-03 17:42:15
JGRJGR - Java GUI for R  162 2008-07-23 13:59:34
JRIJava/R Interface  2007-03-15 13:47:07
Mac-GUIR GUI 2.x for Mac OS X  38 2007-06-17 04:46:50
NCStatsFunctions to support learning in Northland College statistics courses.  15 2008-08-20 08:42:33
proj4A simple R interface to the PROJ.4 cartographic projections library  2007-06-08 09:25:41
R.nativeImplements sourceC() and some example of fast matrix statistics.  2007-12-09 19:00:12
r2cR to C compiler  2007-09-11 18:27:00
rJavaLow-level R to Java interface  315 2008-05-20 14:35:50
RJDBCAllows the use of JDBC to access databases from R  15 2007-10-01 12:25:20
RmodestAn R rewrite of Scott Pletcher's WinModest program.  2008-04-24 11:06:01
RserveBinary R server  236 2008-08-17 18:01:01
videoToolsTools to analyze and display video and images.  14 2008-08-02 23:07:48
xGDeXternal Graphics Device  22 2005-01-10 14:07:08
News
2007/06/12 - If your firewall blocks the SVN protocol, you can now use http or https for checkout. Note, however, that this is read-only access and externals won't work.
 
2007/05/24 - RForge now features a Wiki (just use wiki.rforge.net). Also the bug reporting system is now available as bugs.rforge.net.
 
2007/05/21 - in addition to the Linux-based checks on commit, package binaries are now built nightly (4am EST) for Windows and Mac OS X platforms as well. The resulting binaries are avaliable directly from the RForge repository.

Currently the RForge contains over a dozen R packages (and other projects) with public and developer SVN access. Snapshot source packages are created upon commit and become available from the repository right away. Also make check is run automatically and documentation is generated. See RForge Documentation page for details.

To install the latest snapshot of any of the above packages, use

install.packages("package",,'http://rforge.net/',type='source')
and replace "package" by the package name, such as "rJava". Binaries are provided for some platforms and some packages, so you can try to drop type='source' if you are using Windows or OS X.

If you already have an RForge account, use your user name and password in the top bar to log in. Once logged in, you can create and administer projects. If you don't have an RForge account and want to place your project on RForge, fill out the request form.

Note: This site is not related (except in spirit) to the R-Forge project at the WU Wien which can be found at http://r-forge.wu-wien.ac.at/ and is the 'official' site supported by the R foundation.

Administration: Simon.Urbanek at R-Project.org