我尝试使用library(package)
或require(package)
加载R包。我一直在使用这台机器(工作计算机)上的软件包,但现在出错了。我认为组策略已更新为不允许.dll文件。
我得到的错误是:
library(ggplot2)
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'C:/Users/UserName/Documents/R/win-library/3.2/digest/libs/i386/digest.dll':
LoadLibrary failure: This program is blocked by group policy. For more information, contact your system administrator.
是否有其他方法可以加载避免此错误的软件包?