rJava and xml2 troubleshooting needed?
Closed this issue · 4 comments
richelbilderbeek commented
When I installed rJava on a local computer, I needed to do:
sudo apt-get install r-cran-rjava
sudo R CMD javareconf
It may be needed on Travis as well, this Issue is a note to self until I've found this out
richelbilderbeek commented
Note for installing xml2
library:
sudo apt-get install libxml2-dev
msuchard commented
Here is a .travis.yml that installs rJava
. However, it does not use the language: r
feature.
richelbilderbeek commented
I'll fix it :-)
richelbilderbeek commented
I guess it has been fixed...