It is showing following in R studio:
install.packages("xlsx")
trying URL 'https://cran.csiro.au/bin/windows/contrib/4.0/xlsx_0.6.3.zip'
Content type 'application/zip' length 379024 bytes (370 KB)
downloaded 370 KB
package ‘xlsx’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\SAKETRANA\AppData\Local\Temp\Rtmpyqt1cA\downloaded_packages
library('xlsx')
Error: package or namespace load failed for ‘xlsx’:
.onLoad failed in loadNamespace() for 'rJava', details:
call: inDL(x, as.logical(local), as.logical(now), ...)
error: unable to load shared object 'C:/Program Files/R/R-4.0.0/library/rJava/libs/x64/rJava.dll':
LoadLibrary failure: The device is not ready.
In R-GUI:
library('xlsx')
Error: package or namespace load failed for ‘xlsx’:
.onLoad failed in loadNamespace() for 'rJava', details:
call: inDL(x, as.logical(local), as.logical(now), ...)
error: unable to load shared object 'C:/Program Files/R/R-4.0.0/library/rJava/libs/x64/rJava.dll':
LoadLibrary failure: The device is not ready.