每次重新启动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)
吗?
答案 0 :(得分:0)
已修复
cat('Sys.setenv(BINPREF = "C:/Rtools/mingw_$(WIN)/bin/")',
file = file.path(Sys.getenv("HOME"), ".Rprofile"),
sep = "\n", append = FALSE)
创建新的.Rprofile