Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 680 Bytes

File metadata and controls

32 lines (22 loc) · 680 Bytes

Java

For the R packages ReporteRs (also rJava and xlsx), need to get java installed in the right way.

Here are Mac instructions:

On linux, I did:

sudo apt update
sudo apt install default-jre default-jdk

And then in my ~/.bashrc file, I included

export JAVA_HOME="/usr/lib/jvm/default-java"

I also needed to run

sudo R CMD javareconf