Skip to content

Commit aa54373

Browse files
authored
sudo apt-get install r-cran-mgcv
1 parent c992ffa commit aa54373

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ install:
1313
- sudo add-apt-repository --yes ppa:marutter/rrutter3.5
1414
- sudo apt-get update --yes
1515
- sudo apt install r-api-3.5 --yes
16+
- sudo apt-get install r-cran-mgcv
1617
- sudo su - -c "R -e \"install.packages('ggplot2', repos='http://cran.rstudio.com/')\""
1718
- mkdir $HOME/orca
1819
- 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:
3435
script: ./netlify_deploy.sh
3536
skip_cleanup: true
3637
on:
37-
all_branches: true
38+
all_branches: true

0 commit comments

Comments
 (0)