RCLIProcessor
About
The RCLIProcesor is a command line interface (CLI) for the R free software environment for statistical computing and graphics (
http://www.r-project.org/) for the
MovingCode framework.
Development
Decision: Write the packager in R? Would be neat and R-like, but the annotation parser already exists in Java and should be re-used since it already creates a process description.
Implementation
- Packager in Java based on annotation parser (annotations > package description > mc:workspace)
- Implement R Probe for R command line interface
- R Probe for RServe implementieren
- R processor
- creation of call done in Processor
- RServerController.java provides basis, works with RServe
- .RData files and similar can be put into the zip file however I like > do it similar to an R extension package
- Run an mc package with R code locally
- Run an mc package with R code in the WPS
- Test wrapping the packager as an WPS process (eat your own dogfood) and develop simple client (Javascript HTML page, input: annotated script, output: mc package)
- Topic created by: DanielNuest
- Topic created on: 2013-03-20