I am using RInside to execute R scripts in c++ applications.
if there is only one R script in a zip file, I can unzip the file in memory,
read the R script, then call Rinside::parseEvalQ().
but if there are multiple R scripts : one main script that uses other scripts
that contains functions, classes etc. and these scripts are in different
directories.
is there a way to run the main script without unzipping the zip file to disk? I
can do this with python. but didn't find a way to do this with R
Regards & Thanks
Lei Yu
_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel