Skip to content

Commit

Permalink
install stringi
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryO committed Apr 23, 2018
1 parent 09793d1 commit 64d7830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cache:
# Adapt as necessary starting from here

build_script:
- Rscript -e "install.packages(c('backports', 'colorspace', 'digest', 'htmltools', 'lazyeval', 'plyr', 'Rcpp', 'rlang', 'scales', 'tibble'), repos = 'https://cloud.r-project.org/')"
- Rscript -e "install.packages(c('backports', 'colorspace', 'digest', 'htmltools', 'lazyeval', 'plyr', 'Rcpp', 'rlang', 'scales', 'stringi', 'tibble'), repos = 'https://cloud.r-project.org/')"
- Rscript -e "remotes::install_github('rstudio/bookdown')"
- travis-tool.sh install_deps

Expand Down

0 comments on commit 64d7830

Please sign in to comment.