NESCent / popgen-docker

Dockerfile(s) for population genetics
MIT License
6 stars 2 forks source link

quadprog package unavailable for R v3.5.3 #32

Closed hlapp closed 5 years ago

hlapp commented 5 years ago

The CRAN package quadprog, a dependency of phangorn, is currently not available for R v3.5.3, which is, however, the version used by the current rocker/tidyverse:latest base image.

As a result, the build on Docker Hub is currently failing.

hlapp commented 5 years ago

It's possible that this is simply a temporary issue (although quadprog seems to have been updated only very recently), and simply waiting it out to be fixed "upstream" is best.

Alternatively, maybe it's worth revisiting #20 and tying the rocker/tidyverse base image to tag 3.5.2 (which uses R v3.5.2, for which the package is available).

The fact that the package is "unavailable" for R v3.5.2 is possibly because the R dependency given for the latest version of the package is ≥ 3.6.0.

hlapp commented 5 years ago

This seems to have been resolved upstream.