Entering edit mode
7.2 years ago
Sanches
•
0
Hi there,
I have tried to install and load xlsx package but I could not do that. Could anyone help me?
I got the following error:
library(xlsx)
Carregando pacotes exigidos: rJava
Error: package or namespace load failed for ‘rJava’:
.onLoad falhou em loadNamespace() para 'rJava', detalhes:
chamada: fun(libname, pkgname)
erro: JAVA_HOME cannot be determined from the Registry
Error: package ‘rJava’ could not be loaded
Thanks in advance
I know it doesn't help with this enquiry, but I've found the
readxl
package is more portable between platformsIs Java installed on this machine?
And if it is, check if it is the 32 or 64 bit, and then check if R is also 32 or 64.
Yes, it is......................................................................................
So you have not actually installed xlsx?
install.packages("xlsx")