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 372df23 commit a2194e1Copy full SHA for a2194e1
.appveyor.yml
@@ -24,7 +24,9 @@ environment:
24
25
build_script:
26
- travis-tool.sh install_deps
27
- - travis-tool.sh install_github romainfrancois/bibtex
+ - travis-tool.sh install_r devtools
28
+ - Rscript -e 'devtools::install_github("romainfrancois/bibtex")'
29
+# - travis-tool.sh install_github romainfrancois/bibtex
30
# - Rscript -e "install.packages('covr', repos = 'http://cran.rstudio.com')"
31
# - travis-tool.sh install_github jimhester/covr
32
# - travis-tool.sh install_github rstats-db/RSQLite
0 commit comments