When I run install.packages("xlsx")
I get this:
Installing package into ‘C:/Users/Zahra/Documents/R/win-library/3.1’ (as ‘lib’ is unspecified) Warning: unable to access index for repository https://rweb.quant.ku.edu/cran/bin/windows/contrib/3.1 Warning: unable to access index for repository http://www.rforge.net/bin/windows/contrib/3.1 Warning message: package ‘xlsx’ is not available (as a binary package for R version 3.1.3)
I already tried setRepositories
and a couple of more things but no luck! I appreciate any comments
chooseCRANmirror()
)? – MrFlickxlsx_0.5.7
(the most recent version listed on CRAN), and I was able to download it directly from there. – MichaelChiricoinstall.packages("xslx")
- do you meanxlsx
? – Sam Firke