How to convert R script to standalone executable?
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