I use R through the anaconda navigator, which manages all my package installations. I need to use qgraph for a project, which is dependent on mnormt library, which in turn needs RStudio verion >4.0
I think the solution to my problem would be to upgrade Anaconda R to the latest R version, but the r-base search in conda has no R version greater than 3.6. Any help in upgrading Anaconda R to newer versions would be very useful.
The problem is in installing qgraph, which stops with errors in installing dependencies (pysch)
During startup - Warning messages:
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'

