I am using R 3.6.0 on CentOS 7.8.2003.
When I enter
install.packages("psych")
I get the following results
Installing package into ‘/usr/lib64/R/library’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
Warning: dependency ‘mnormt’ is not available
trying URL 'https://mirrors.nics.utk.edu/cran/src/contrib/psych_1.9.12.31.tar.gz'
Content type 'application/x-gzip' length 1724122 bytes (1.6 MB)
==================================================
downloaded 1.6 MB
ERROR: dependency ‘mnormt’ is not available for package ‘psych’
* removing ‘/usr/lib64/R/library/psych’
The downloaded source packages are in
‘/tmp/RtmpF7bh0e/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Warning message:
In install.packages("psych") :
installation of package ‘psych’ had non-zero exit status
When I try
install.packages("mnormt")
I get
(as ‘lib’ is unspecified)
Warning message:
package ‘mnormt’ is not available (for R version 3.6.0)
I tried the solutions given here and here but neither worked. Is it not possible to install the psych package on R 3.6.0?