我试图用rPython在windows下安装install.packages("rPython")。但是,我收到一个错误,即包不存在。
Warning in install.packages :
package ‘rPython’ is not available (for R version 3.2.5)在软件包的安装文档中,我只能找到以下内容:
WINDOWS SYSTEMS
===============
On a Windows system, the package can only be installed from source at this time. Details to come.在R中是否有与Python一起工作的方法?
发布于 2016-10-07 03:02:37
如果使用windows,请尝试‘rPython’。rPython在Linux中工作。
https://stackoverflow.com/questions/36743880
复制相似问题