I tried to install Hmisc for R 3.2.2, RStudio Version 0.99.473 Win7. After downloading the latest version of Hmsic and running
install.packages(pkgs="F:/Temp/Hmisc_3.16-0.zip")
Installing package into ‘C:/Users/Athena/Documents/R/win-library/3.2’
(as ‘lib’ is unspecified)
I get the warning
Warning in install.packages :
package ‘F:/Temp/Hmisc_3.16-0.zip’ is not available (for R version 3.2.2)
RStudio makes package installation much easier than that. If using the RStudio menu doesn't work please post details to r-help or to stackoverflow.com tag:R
I tried to install Hmisc for R 3.2.2, RStudio Version 0.99.473 Win7. After downloading the latest version of Hmsic and running install.packages(pkgs="F:/Temp/Hmisc_3.16-0.zip") Installing package into ‘C:/Users/Athena/Documents/R/win-library/3.2’ (as ‘lib’ is unspecified)
I get the warning Warning in install.packages : package ‘F:/Temp/Hmisc_3.16-0.zip’ is not available (for R version 3.2.2)
Should I ignore the warning or do something else?