@jeroen @jimhester Looks like something is broken with installing R since yesterday,
$ curl -fLo /tmp/R-4.0.0-$(lsb_release -cs).xz https://travis-ci.rstudio.org/R-4.0.0-$(lsb_release -cs).xz
curl: (22) The requested URL returned error: 403
The command "eval curl -fLo /tmp/R-4.0.0-$(lsb_release -cs).xz https://travis-ci.rstudio.org/R-4.0.0-$(lsb_release -cs).xz " failed. Retrying, 2 of 3.
See full log here
jeroen
August 17, 2020, 9:21am
2
Looks like bionic isn’t working yet. Try removing dist:bionic from your .travis.yml for now.
Hello - we’ve begun to hit this as well. Our runs on bionic had been working fine on travis-ci for a well, then suddenly began to fail. Our dependencies were specific to bionic. Is this something that might be fixed soon, or should we look at downgrading?
jeroen
August 27, 2020, 7:13pm
4
Thank you - i was just looking at this.
I think it’s likely not related, but starting this AM our builds have been failing when trying to install BioConductor:
The command "eval Rscript -e ‘if (!requireNamespace(“BiocManager”, quietly=TRUE)) install.packages(“BiocManager”);if (FALSE) BiocManager::install(version = “devel”, ask = FALSE);cat(append = TRUE, file = “~/.Rprofile.site”, “options(repos = BiocManager::repositories());”)’ " failed. Retrying, 3 of 3.
I’ll follow up with this elsewhere.