R.batch: Methods to run batch jobs in R

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

AuthorHenrik Bengtsson <henrikb@braju.com>
MaintainerHenrik Bengtsson <henrikb@braju.com>
LicenseLGPL (>= 2.1)
Version0.6.1
URL http://www.braju.com/R/
Package repositoryView on R-Forge
Installation Install the latest version of this package by entering the following in R:
install.packages("R.batch", repos="http://R-Forge.R-project.org")

Try the R.batch package in your browser

Any scripts or data that you put into this service are public.

R.batch documentation built on May 2, 2019, 4:58 p.m.