HenrikBengtsson/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. Successfully jobs end up in finished/ whereas failed jobs in failed/.

Getting started

Package details

AuthorHenrik Bengtsson <henrikb@braju.com>
MaintainerHenrik Bengtsson <henrikb@braju.com>
LicenseLGPL (>= 2.1)
Version0.6.2
URL http://www.braju.com/R/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("HenrikBengtsson/R.batch")
HenrikBengtsson/R.batch documentation built on May 6, 2019, 11:52 p.m.