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 c992ffa commit aa54373Copy full SHA for aa54373
.travis.yml
@@ -13,6 +13,7 @@ install:
13
- sudo add-apt-repository --yes ppa:marutter/rrutter3.5
14
- sudo apt-get update --yes
15
- sudo apt install r-api-3.5 --yes
16
+ - sudo apt-get install r-cran-mgcv
17
- sudo su - -c "R -e \"install.packages('ggplot2', repos='http://cran.rstudio.com/')\""
18
- mkdir $HOME/orca
19
- wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O $HOME/orca/orca
@@ -34,4 +35,4 @@ deploy:
34
35
script: ./netlify_deploy.sh
36
skip_cleanup: true
37
on:
- all_branches: true
38
+ all_branches: true
0 commit comments