我很困惑!
我刚刚在工作计算机上重新安装了R和Rstudio(我不是管理员)。我已添加到环境变量R_LIBS_USER =“C:/Users/USER.NAME/Documents/R/win-library/3.2”作为我的库的位置。
键入时在控制台:
.libPaths()
它返回:
[1] "C:/Users/USER.NAME/Documents/R/win-library/3.2" "C:/Program Files/R/R-3.2.2/library"
在我阅读时,install.packages应默认安装到第一个路径。但是,当我跑
时install.packages("the package")
或
install.packages("the package", lib = "C:/Users/USER.NAME/Documents/R/win-library/3.2")
它返回:
Error in install.packages : path[1]="C:\Users\USER.NAME\Documents\.Rhistory\win-library\3.2": The system cannot find the path specified
似乎“.Rhistory”正在取代路径中的“R”。为什么?
> sessionInfo()
R版本3.2.2(2015-08-14) 平台:x86_64-w64-mingw32 / x64(64位) 运行于:Windows 7 x64(内部版本7601)Service Pack 1