Closed strboul closed 5 years ago
What version of the remotes package is installed on your machine?
> packageVersion("remotes")
[1] ‘2.0.2’
And the session infomation below:
> sessionInfo()
R version 3.5.2 (2018-12-20)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS Mojave 10.14.3
Matrix products: default
BLAS: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRblas.0.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib
locale:
[1] en_US.UTF-8/UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] whoami_1.3.0 prettyunits_1.0.2 ps_1.3.0.9000 withr_2.1.2
[5] digest_0.6.18 crayon_1.3.4 rprojroot_1.3-2 assertthat_0.2.1
[9] rappdirs_0.3.1 R6_2.4.0 jsonlite_1.6 backports_1.1.4
[13] magrittr_1.5 pillar_1.3.1 httr_1.4.0 rlang_0.3.2
[17] cli_1.1.0 uuid_0.1-2 rematch_1.0.1 callr_3.1.1
[21] parsedate_1.2.0 desc_1.2.0 rcmdcheck_1.3.2 rhub_1.1.1
[25] compiler_3.5.2 processx_3.2.1 xopen_1.0.0 pkgbuild_1.0.2
Same problem with remotes
2.0.4
Looks like this is where this happens: https://github.com/r-hub/rhub/blob/5dd0679a88d50e602a3bda1c24d404817631bcf0/inst/bin/rhub-linux-docker.sh#L40
I get the following error when I try to run the
rhub/ubuntu-rchk
image locally via Docker. I believe that the package download mechanism has recently been changed on the Bioconductor side.