环境变量中出现意外的“/”

时间:2017-09-27 13:13:33

标签: r path

每次重新启动R时,我都会在控制台中收到一条消息:

pagination

我尝试取消设置Error: 2:24: unexpected '/' 2: Sys.setenv(BINPREF = C:/ (Sys.unset ...)或设置为空字符串,或者在设置(BINREF时添加双反斜杠),但错误仍然存​​在。

这是目前设置的内容:\\

设置为:

C:\Rtools\mingw_$(WIN)\bin\

我该怎么办?无论如何我可以删除cat('Sys.setenv(BINPREF = "C:/Rtools/mingw_$(WIN)/bin/")', file = file.path(Sys.getenv("HOME"), ".Rprofile"), sep = "\n", append = TRUE) 吗?

1 个答案:

答案 0 :(得分:0)

已修复

cat('Sys.setenv(BINPREF = "C:/Rtools/mingw_$(WIN)/bin/")',
    file = file.path(Sys.getenv("HOME"), ".Rprofile"), 
    sep = "\n", append = FALSE)

创建新的.Rprofile