ropensci / RSelenium

An R client for Selenium Remote WebDriver
https://docs.ropensci.org/RSelenium
343 stars 81 forks source link

Error installing RSelenium on Travis-CI #230

Open tdhock opened 4 years ago

tdhock commented 4 years ago

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

$ 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 .

Steps to reproduce the behaviour

Put the following in your R package DESCRIPTION file:

Remotes: ropensci/RSelenium@22f06b9f2a675015d0daa3318319044e4e60d2fa