Hello,
I am new to the community, and I hope I am reaching out in the proper channel, and I hope that this is not a redundant topic:
I am trying to install the xlsx package in R Studio, and I continue to get the following error when I try to run library("xlsx").
> install.packages("xlsx")
Installing package into ‘C:/Users/annar/Documents/R/win-library/3.4’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/xlsx_0.6.1.zip'
Content type 'application/zip' length 405569 bytes (396 KB)
downloaded 396 KB
package ‘xlsx’ successfully unpacked and MD5 sums checked
Warning in install.packages :
unable to move temporary installation ‘C:\Users\annar\Documents\R\win-library\3.4\file60c528077f0\xlsx’ to ‘C:\Users\annar\Documents\R\win-library\3.4\xlsx’
The downloaded binary packages are in
C:\Users\annar\AppData\Local\Temp\RtmpURvwld\downloaded_packages
> library("xlsx")
Error in library("xlsx") : there is no package called ‘xlsx’
As a true novice to R programming, I am stumped. Could someone please shed some light as to how I might move forward from this?
Thank you,
Anna