We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f9282 commit 94dbc2aCopy full SHA for 94dbc2a
.travis.yml
@@ -52,6 +52,7 @@ before_install:
52
- sudo apt-get -y install python3
53
- mkdir -p ~/.R && echo "CXX14=g++-6" > ~/.R/Makevars
54
- echo "CXX14FLAGS += -fPIC" >> ~/.R/Makevars
55
+ - Rscript -e 'install.packages("nnet")'
56
57
58
after_success:
0 commit comments