The package provides methods to batch run R scripts in a straightforward manner. A job batch is defined by a root directory containing subdirectories todo/, running/, finished/, failed/, src/ among others. A job to be processed is a directory placed in todo/. A job is processed by moving it to running/, then sourcing the R files in src/ (containing common code) and then the ones in the job directory (contain job specific code), in which a function onRun() has to be defined, which is then called. Succesfully jobs end up in finished/ whereas failed jobs in failed/.
Package details |
|
---|---|
Author | Henrik Bengtsson <henrikb@braju.com> |
Maintainer | Henrik Bengtsson <henrikb@braju.com> |
License | LGPL (>= 2.1) |
Version | 0.6.1 |
URL | http://www.braju.com/R/ |
Package repository | View on R-Forge |
Installation |
Install the latest version of this package by entering the following in R:
|
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.