Closed walkenhorst closed 6 years ago
It may be your mirror or your local networking. There are a number of packages which depend on BH, and they frequently get rebuilt by users, on Travis CI or of course on CRAN. There is no actual issue.
Quick check:
edd@rob:/tmp$ wget --quiet https://cloud.r-project.org/src/contrib/BH_1.66.0-1.tar.gz
edd@rob:/tmp$ tar taf BH_1.66.0-1.tar.gz | head
BH/
BH/inst/
BH/inst/NEWS.Rd
BH/inst/include/
BH/inst/include/boost/
BH/inst/include/boost/rational.hpp
BH/inst/include/boost/numeric/
BH/inst/include/boost/numeric/odeint/
BH/inst/include/boost/numeric/odeint/config.hpp
BH/inst/include/boost/numeric/odeint/iterator/
edd@rob:/tmp$ md5sum BH_1.66.0-1.tar.gz
534bb3a301293d3a0880b8eb63115467 BH_1.66.0-1.tar.gz
edd@rob:/tmp$
edd@rob:/tmp$ wget --quiet https://cloud.r-project.org/bin/windows/contrib/3.4/BH_1.66.0-1.zip
edd@rob:/tmp$ unzip -l BH_1.66.0-1.zip | head
Archive: BH_1.66.0-1.zip
Length Date Time Name
--------- ---------- ----- ----
0 2018-02-17 18:23 BH/
1585 2018-02-17 18:22 BH/DESCRIPTION
0 2018-02-17 18:23 BH/help/
79 2018-02-17 18:23 BH/help/aliases.rds
38 2018-02-17 18:23 BH/help/AnIndex
3980 2018-02-17 18:23 BH/help/BH.rdb
181 2018-02-17 18:23 BH/help/BH.rdx
edd@rob:/tmp$ md5sum BH_1.66.0-1.zip
801eb16088b6e40a7d7dad588ceca7f9 BH_1.66.0-1.zip
edd@rob:/tmp$
edd@rob:/tmp$
Yes, appears to be a network issue, when I disconnect from my work vpn (I'm working remotely) and connect directly to the internet and download the package, I have been able to install it manually (download first and then install from local file). Apologoes for the false alarm and thanks for your advice!
When I try to install the BH package in R version 3.4.2, I get the following errors: ``
Or if I try to download and then install it as a tar.gz file: ``
Or if I try to download and install it as a windows binary file: ``
I've tried the following 2 repositories and get the same error: Global (CDN) - RStudio https://cran.rstudio.com/src/contrib/BH_1.66.0-1.tar.gz Australia (Melbourne 1) [https] - AARNET https://mirror.aarnet.edu.au/pub/CRAN/bin/windows/contrib/3.4/BH_1.66.0-1.zip