beast-dev/RBeast

rJava and xml2 troubleshooting needed?

Closed this issue · 4 comments

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

Note for installing xml2 library:

sudo apt-get install libxml2-dev

Here is a .travis.yml that installs rJava. However, it does not use the language: r feature.

I'll fix it :-)

I guess it has been fixed...