I am trying to install psych package in R-studio. I have R version 4.1. there is an error:
ERROR: dependency ‘mnormt’ is not available for package ‘psych’
then I tried to install "mnormt" and I got
ERROR: dependency ‘tmvnsim’ is not available for package ‘mnormt’
Installing packages from CRAN on a conda environment is not straightforward, I honestly have no idea how to make it work and there is not much information on the internet about this topic.
When dealing with conda environments it is better to install packages with conda commands but this restrics access to some package versions so if you don't absolutely need to use a conda environment I strongly recommend you to use a stand alone R environment.
Do you mean to use a different R-studio non-dependent to conda , or standalone R environment? I like to work in R-studio because of its user-friendly interface.
I just mean do not use Anaconda for R if you don't need to. RStudio is not officially supported trough Anaconda anyways so if you like working with it, you would be better off with a stand alone installation.