background - Background processing and asynchronous callbacks
RForge.net

background

About background
SVN access
Download/Files
Check results
Package R docs

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/background/trunk background

To install the latest development snapshot of this package, use

install.packages("background",,"http://rforge.net/",type="source")

To list branches use

svn ls svn://svn.rforge.net/background/branches
and for tags use
svn ls svn://svn.rforge.net/background/tags

Most recent SVN commits


r3 | urbanek | 2014-03-07 21:14:36 +0000 (Fri, 07 Mar 2014) | 1 line
   M trunk/DESCRIPTION
   M trunk/man/async.Rd
add an example using mcparallel

r2 | urbanek | 2012-05-25 02:38:52 +0000 (Fri, 25 May 2012) | 1 line
   A trunk/DESCRIPTION
   A trunk/NAMESPACE
   A trunk/R
   A trunk/R/async.R
   A trunk/man
   A trunk/man/async.Rd
   A trunk/src
   A trunk/src/async.c
first steps

r1 | rforge | 2012-05-25 02:36:06 +0000 (Fri, 25 May 2012) | 1 line
   A branches
   A files
   A tags
   A trunk
   A web
Create initial repository structure