Skip to content

Commit a2194e1

Browse files
committed
install devtools
1 parent 372df23 commit a2194e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ environment:
2424

2525
build_script:
2626
- travis-tool.sh install_deps
27-
- travis-tool.sh install_github romainfrancois/bibtex
27+
- travis-tool.sh install_r devtools
28+
- Rscript -e 'devtools::install_github("romainfrancois/bibtex")'
29+
# - travis-tool.sh install_github romainfrancois/bibtex
2830
# - Rscript -e "install.packages('covr', repos = 'http://cran.rstudio.com')"
2931
# - travis-tool.sh install_github jimhester/covr
3032
# - travis-tool.sh install_github rstats-db/RSQLite

0 commit comments

Comments
 (0)