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
AcinonyxNext-generation interactive graphics  73 2009-07-16 14:24:15
affinityFunctions and datasets for Web-mining social-based related knowledge  2008-08-01 08:38:48
ArduinoArduino projects  2010-02-17 11:09:29
audioAudio Interface for R  28 2008-09-29 09:02:58
brewMixing text and R code output for report generation  25 2008-10-20 11:51:09
CADStatProvides a GUI to several statistical methods for making biological inferences  237 2010-03-21 13:00:22
CairoGraphics device using cairographics library for creating bitmap images or output.  97 2010-02-24 14:28:15
canvasR graphics device for the HTML canvas element  21 2009-04-02 11:30:28
CarbonELCarbon event loop for R  2007-08-14 16:29:26
CocoaPrimitive Obj-C/Cocoa frontend  18 2008-06-29 19:40:49
DeducerA graphical data analysis system for use with JGR  76 2010-03-12 01:59:22
divagisTransfer of DIVA-GIS key functionality to R  2008-09-18 10:12:59
DoseUtilityExplorertk interface for exploring relationships between doses, reponses and toxicities via Bayes utility theory  2010-01-19 16:24:54
FastRWebFast Interactive Web Framework for Data Mining Using R  2008-12-06 01:11:40
FastXMLSimple but fast XML parser  2009-12-15 17:25:28
FSAFisheries stock assessment methods.  52 2009-12-17 10:38:14
FSAdataFisheries stock assessment data.  19 2010-02-02 02:18:21
GDDGD device for creating bitmap graphics as jpeg, png or gif files using gd library  58 2008-10-17 16:13:21
icpInteractive Custom Plots - customizable interactive graphics for R  18 2008-07-01 16:29:09
inspectSimple package to show the internal structure of R objects  2008-10-28 11:34:06
iplotsiPlots - interactive graphics for R  155 2009-02-06 13:00:17
irlbaFast partial Lanczos bidiagonalization for partial SVD  2009-07-13 10:17:58
ISOPAn implementation of the ISOP-Model by Scheiblechner  62 2008-12-27 20:51:29
iWidgetsbasic GUI widgets for R  26 2007-07-25 20:19:02
JavaGDJava Graphics Device  86 2009-02-06 11:27:44
JGRJGR - Java GUI for R  248 2010-03-16 17:45:32
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
MHmiscmiscellaneous functions  2009-04-24 10:01:36
multicoreParallel processing in R on machines with multiple cores or CPUs  25 2010-01-08 14:51:57
NCStatsFunctions to support learning in Northland College statistics courses.  47 2010-02-02 02:17:59
pgfSweaveAn R package for use with Sweave that allows for the speedy compilation of high quality graphics by using TeX package pgf and the utility eps2pgf.  53 2009-11-10 02:26:58
pngRead, write and plot PNG image files in R  10 2010-03-18 10:24:35
ppsoParticle Swarm Optimization and Dynamically Dimensioned Search, with parallel option  39 2010-03-09 08:07:17
proj4A simple R interface to the PROJ.4 cartographic projections library  2007-06-08 09:25:41
r2cR to C compiler  2007-09-11 18:27:00
RANNA fork of the knnFinder package that exposes more of the functionality of Arya and Mount's ANN Library  19 2010-02-09 19:19:58
RhydroR tools for hydrological modelling and analysis  2009-04-23 23:37:57
rJavaLow-level R to Java interface  540 2010-03-16 14:49:25
RJDBCAllows the use of JDBC to access databases from R  20 2009-01-16 09:11:49
RserveBinary R server  284 2010-03-01 14:02:48
scagnosticsCompute scagnostics - scatterplot diagnostics  2009-01-27 10:24:00
sculpt3dA toolbar for brushing interactions with the RGL plot interface  2009-08-26 21:39:53
snippetsCode snippets, mostly visualization-related  2009-01-20 12:19:24
SurvomaticSurvomatic  42 2010-03-21 23:44:13
venneulerVenn and Euler Diagrams  12 2009-10-28 13:54:13
videoToolsTools to analyze and display video and images.  14 2008-08-02 23:07:48
xGDeXternal Graphics Device  24 2009-08-11 15:48:59
ZeligZelig: Everyone's Statistical Software  2009-07-30 15:57:54
News
2010/01/22 - Windows 64-bit binaries are now built and available automatically from RForge. You will need R-devel 64-bit binary from CRAN to use those and the package type is "win64.binary".
 
2008/11/07 - package check results now also show installation logs for Windows and Mac OS X. If your package passes on Linux but fails on one of the above this will help you to debug it even if you don't have Windows on Mac OS X yourself.
 
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