我不确定自己做了什么,我的IS团队陷入了困境。我将R从3.5.2更新为3.6.0,并且在RStudio中打开R时会引发此错误。在gui中运行R没问题。
Error: package or namespace load failed for ‘stats’ in inDL(x, as.logical(local), as.logical(now), ...):
unable to load shared object 'C:/Program Files/R/R-3.6.0/library/stats/libs/x64/stats.dll':
LoadLibrary failure: The specified module could not be found.
我可以导航到stats.dll
文件,并且位置与我的.libPaths()
相匹配:
"C:/Program Files/R/R-3.6.0/library"
我已经卸载并重新安装了R和RStudio(1.2.1335)。我还重新启动了计算机。任何帮助,甚至临时解决方案都将不胜感激。
答案 0 :(得分:0)
我在RStudio社区中找到了答案:我在Sys.getenv("PATH")
中使用的变量之一中有错字
https://community.rstudio.com/t/unable-to-load-shared-object-on-startup-in-rstudio-only/33107