What are the ways to create an executable from R program

后端 未结 1 1769
耶瑟儿~
耶瑟儿~ 2020-12-06 12:06

I want to know if there is anyway of creating an executable R program to be run in UNIX. I think RInside will do the job but just want to know if there is any other way of d

1条回答
  •  抹茶落季
    2020-12-06 12:50

    The exact answer depends on your requirements, but you can start by looking at Rscript (see http://stat.ethz.ch/R-manual/R-devel/library/utils/html/Rscript.html and http://blog.revolutionanalytics.com/2009/01/using-r-as-a-scripting-language-with-rscript.html), as well as littler (http://code.google.com/p/littler/).

    0 讨论(0)
提交回复
热议问题