Displaying 1 result from an estimated 1 matches for "rstats_collection".
2006 Apr 19
2
commercial software selling a R module - question about GPL license rights
...o all,
Sorry for this email not directly related to R developement. I just come
from a nice demonstration session from Scitegic about their Pipeline
Pilot (PP) software, and especially their 'R collection' which brings R
calculations into the software
(http://www.scitegic.com/documents/RStats_Collection.pdf).
I looked carefully on the way they do it: they pass data from PP to R
using text files, they call R.exe using a R script and input - output
files, like:
R.exe --nosave --no-environ --no-resore-data < script.R > output.txt
And in the script, you have:
read.table(...)
which imports...