Open tdhock opened 4 years ago
Travis-CI
RSelenium installs on travis
Installation/download error seen here: https://travis-ci.org/tdhock/animint2/jobs/657476296#L934
$ Rscript -e 'deps <- remotes::dev_package_deps(dependencies = NA);remotes::install_deps(dependencies = TRUE);if (!all(deps$package %in% installed.packages())) { message("missing: ", paste(setdiff(deps$package, installed.packages()), collapse=", ")); q(status = 1, save = "no")}' Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL 'https://api.github.com/repos/ropensci/RSelenium/contents/DESCRIPTION?ref=22f06b9f2a675015d0daa3318319044e4e60d2fa' Calls: <Anonymous> ... github_DESCRIPTION -> download -> base_download -> base_download_headers Execution halted The command "Rscript -e 'deps <- remotes::dev_package_deps(dependencies = NA);remotes::install_deps(dependencies = TRUE);if (!all(deps$package %in% installed.packages())) { message("missing: ", paste(setdiff(deps$package, installed.packages()), collapse=", ")); q(status = 1, save = "no")}'" failed and exited with 1 during .
Put the following in your R package DESCRIPTION file:
Remotes: ropensci/RSelenium@22f06b9f2a675015d0daa3318319044e4e60d2fa
Operating System
Travis-CI
Expected behaviour
RSelenium installs on travis
Actual behaviour
Installation/download error seen here: https://travis-ci.org/tdhock/animint2/jobs/657476296#L934
Steps to reproduce the behaviour
Put the following in your R package DESCRIPTION file: