我有一个文件foo,它基于file实用程序是: foo: LaTeX 2e document, UTF-8 Unicode text, with CRLF, LF line terminators 我有以下元代码 txt <- readLines("foo")save(txt, file="bar")There were 50 or more warnings (use warnings() to see the first 50)Warning messages:
1: In
InterruptedException{ Process p = Runtime.getRuntime().exec("R但是在linux环境下,即使没有抛出异常,也无法启动Rserve。
在linux中,我可以使用命令R CMD Rserve从命令行启动Rserve。因此,R和Rserve安装在这里不是问题。如何