我一直像往常一样运行脚本,并且在运行时突然遇到错误:
library(dplyr)
我收到错误:
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object '//universitySystem/Documents/R/win-
library/3.2/Rcpp/libs/x64/Rcpp.dll':
LoadLibrary failure: Access is denied.
Error: package or namespace load failed for ‘dplyr’
我一直在寻找各种帮助页面,例如 Unable to load any package in R (unable to load shared object)
但我似乎无法开始工作,而且我真的不明白这个错误意味着什么。
现在当我在R中加载任何包时,我得到了类似的错误。
我在平台x86_64-w64-mingw32上使用R版本3.2.5(2016-04-14),在我拥有管理员权限的大学计算机上。
非常感谢任何帮助!
非常绝望,因为我需要很快交出我的论文,现在我的脚本都没有用。