On Sep 17, 2012, at 8:23 PM, Jingwan Li wrote: > Hi all, > > Can anyone tell me how to convert a R script to a standalone executable > that can be installed and run on any Windows machines? > Thanks in advance.
R is an interpreted language. There is no compiler that creates standalone modules. -- David Winsemius, MD Alameda, CA, USA ______________________________________________ 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.