pharmaR / riskmetric

Metrics to evaluate the risk of R packages
https://pharmar.github.io/riskmetric/
Other
156 stars 29 forks source link

download package tarball for cran_remote and bioc_remote pkg_refs. #294

Open emilliman5 opened 1 year ago

Jeff-Thompson12 commented 1 year ago

@emilliman5 I noticed an issue with the tarballs from Bioconductor. The grabbed/generated URL does not appear to be correct.

ADAM_ref <- riskmetric::pkg_ref("ADAM", source = "pkg_bioc_remote")
ADAM_ref$tarball_url
# "https://bioconductor.org/packages/release/bioc/ADAM_1.16.0.tar.gz"
# The actual source URL is https://bioconductor.org/packages/release/bioc/src/contrib/ADAM_1.16.0.tar.gz
AARON-CLARK commented 5 months ago

bumping this bug with a +1