mlr-archive / mlr-tutorial

The mlr package online tutorial
http://mlr-org.github.io/mlr/
20 stars 11 forks source link

Travis and mlr dependencies #14

Closed schiffner closed 9 years ago

schiffner commented 9 years ago

If dependencies are added to mlr devel the Travis build of the tutorial can break due to uninstalled packages (today this happened because of the new learners from neuralnet and SwarmSVM).

berndbischl commented 9 years ago

Ok. This is kinda hard to automise. So I guess you need to watch this a bit :( But should be easy to figure out and see if it happens

schiffner commented 9 years ago

I simply told Travis to also install the dependencies for the github version of mlr. So this exact problem should hopefully never happen again. :)