pharmaR / riskmetric

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

Allow `pkg_ref(., source = "pkg_remote")` #296

Open AARON-CLARK opened 1 year ago

AARON-CLARK commented 1 year ago

The reference docs for pkg_ref() details there are 3 "pkg_*_remote" sources. If the user want so use a remote source, they are forced to explicitly choose one of the three. I as wondering if you could loosen that requirement and allow the user to specify "pkg_remote" to have pkg_ref() check all three sources hierarchically, starting with CRAN, then Bioconductor, then git?

image

AARON-CLARK commented 1 year ago

Hi @emilliman5, I want to propose this issue could be added to the "Ease of Use" project. What do you think? Does it fit there?