安装 rPython (scrdir) 时出错
Error installing rPython (scrdir)
我正在尝试安装 rPython,但出现以下有关 scrdir 安装的错误。 scr 文件 (makevars.win
) 以及 configure.win
文件具有相同的路径。
我使用的路径是:
#!/bin/sh
echo PKG_LIBS=-LD:/Programs/Python27/libs -lpython27
echo PKG_CFLAGS=-I"D:/Programs/Python27/include"
这是我在 R 上遇到的错误。
install("D:/Programs/R-3.4.2/library/rPython")
Installing rPython
"D:/Programs/R-3.4.2/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD INSTALL \
"D:/Programs/R-3.4.2/library/rPython" --library="D:/Programs/R-3.4.2/library" --install-tests
ERROR: cannot install to srcdir for package 'rPython'
* removing 'D:/Programs/R-3.4.2/library/rPython'
Error: Command failed (1)
我正在使用 windows 10 台 64 位机器。有什么建议吗?
我通过将“C:/Rtools
”添加到我计算机“environment variables
”中的变量 Path 来解决这个问题。
我正在尝试安装 rPython,但出现以下有关 scrdir 安装的错误。 scr 文件 (makevars.win
) 以及 configure.win
文件具有相同的路径。
我使用的路径是:
#!/bin/sh
echo PKG_LIBS=-LD:/Programs/Python27/libs -lpython27
echo PKG_CFLAGS=-I"D:/Programs/Python27/include"
这是我在 R 上遇到的错误。
install("D:/Programs/R-3.4.2/library/rPython")
Installing rPython
"D:/Programs/R-3.4.2/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD INSTALL \
"D:/Programs/R-3.4.2/library/rPython" --library="D:/Programs/R-3.4.2/library" --install-tests
ERROR: cannot install to srcdir for package 'rPython'
* removing 'D:/Programs/R-3.4.2/library/rPython'
Error: Command failed (1)
我正在使用 windows 10 台 64 位机器。有什么建议吗?
我通过将“C:/Rtools
”添加到我计算机“environment variables
”中的变量 Path 来解决这个问题。