R code 可以编译成 可执行程序(*.exe) 吗?编译后的exe程式能在没有装R的电脑上用吗?
我知道perl写的code可以编译, R呢?谢谢!!
请注明:姓名-公司-职位
以便审核进群资格,未注明则拒绝
I don't know about it.
But you can write your code to be a R package, then next when you wanna use it, just call the function.
The answer is no. Ant the reason is simple.
The majority of R codes are quite small, and R is a freeware. There is no need to complile a small file especially when it is very easy to install the software without any charge.
简単的說 沒有需求