我通过 anaconda 导航器使用 R,它管理我所有的包安装。我需要将qgraph用于依赖于mnormt库的项目,而后者又需要 RStudio 版本 >4.0
我认为我的问题的解决方案是将 Anaconda R 升级到最新的 R 版本,但是 conda 中的 r-base 搜索没有大于 3.6 的 R 版本。将 Anaconda R 升级到较新版本的任何帮助都将非常有用。
问题在于安装 qgraph,安装依赖项时出现错误(pysch)
启动期间 - 警告消息:
1: Setting LC_CTYPE failed, using "C"
2: Setting LC_TIME failed, using "C"
3: Setting LC_MESSAGES failed, using "C"
4: Setting LC_MONETARY failed, using "C"
Error: .onLoad failed in loadNamespace() for 'mnormt', details:
call: library.dynam("mnormt", pkg, library)
error: shared object 'mnormt.dylib' not found
Execution halted
ERROR: lazy loading failed for package 'psych'