An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120918/1a62fea9/attachment.pl>
How to convert R script to standalone executable?
2 messages · Jingwan Li, David Winsemius
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