I have a potential client that is considering R for data analysis and visualization modules within a larger framework. The host systems run either Solaris or a version of Linux.
One of their requirements (hard or soft?) is that each module in the framework be compiled with statically linked libraries into a standalone binary that can be run from the command line. I intend to recommend using R for many of their analytical components. I will recommend setting up a full R environment and packaging up new functionality for easy deployment. Then they can simply use R in batch mode: R --vanilla <xyz.r> xyz.out But if they insist on only using modules that are stand-alone, statically linked binaries I will need answers to the following questions: 1) Are the distributed R binaries statically linked? 2) Is the R code that runs in batch mode statically linked? (i.e. Will it break depending upon what shared libraries are installed?) 3) Is it possible to create a statically linked R that can be run "in batch mode"? 4) If not, how much C (or python? ;-D) code do I have to write to get to the point of having a stand-alone binary that can follow the instructions in an R script? Thanks in advance. Jon -- Jonathan Callahan, PhD Mazama Science 206-708-5028 mazamascience.com [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.