Add missing build dependencies.

Add `apt-get install` lines for R dependencies that are needed to build
successfully.
This commit is contained in:
Jens Grassel 2017-11-16 12:09:35 +01:00
parent 7241348cff
commit aa581c145b

View file

@ -254,6 +254,8 @@ sudo apt-get install git
sudo apt-get install openjdk-7-jdk
sudo apt-get install npm
sudo apt-get install libfontconfig
sudo apt-get install r-base-dev
sudo apt-get install r-cran-evaluate
```