I am currently using RStudio for R right now. I am trying to use the broom::tidy function but am unable to install the broom package.
install.packages("broom")
generates the error:
ERROR: dependency ‘nlme’ is not available for package ‘psych’ * removing ‘/home/gherr/R/x86_64-pc-linux-gnu-library/3.2/psych’ Warning in install.packages : installation of package ‘psych’ had non-zero exit status ERROR: dependencies ‘psych’, ‘nlme’ are not available for package ‘broom’ * removing ‘/home/gherr/R/x86_64-pc-linux-gnu-library/3.2/broom’ Warning in install.packages : installation of package ‘broom’ had non-zero exit status The downloaded source packages are in ‘/tmp/RtmpwPtSkh/downloaded_packages’
install.packages("nlme")
generates this error:
Installing package into ‘/home/gherr/R/x86_64-pc-linux-gnu-library/3.2’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘nlme’ is not available (for R version 3.2.3)
It appears that I am only unable to install the 'nlme' package and the other two installs are failing because it is a dependency.