Re: [R] Packages couldn't load

2018-01-19 Thread MacQueen, Don
Or the openxlsx package, which does not require Java, and is similar to the xlsx package in functionality (both reads and writes, for example). -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 Lab cell 925-724-7509 On 1/16/18, 4:42

Re: [R] Packages couldn't load

2018-01-16 Thread Thierry Onkelinx
You need to make sure that the rJava package is working. Consider using the readxl package instead of xlsx. Best regards, ir. Thierry Onkelinx Statisticus / Statistician Vlaamse Overheid / Government of Flanders INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND FOREST T

[R] Packages couldn't load

2018-01-16 Thread Emeka Don
Dear All, I have been trying to install Xlsx package in R but i have been getting this error after the installation. Please can anyone help? > any(grepl("xlsx",installed.packages())) [1] TRUE > library("xlsx") Loading required package: rJava Error: package or namespace load failed for ‘rJava’: .