When using pak behind a firewall, I get an error:
pak::pkg_install("dplyr")
#> Error: callr subprocess failed: cannot open URL 'http://bioconductor.org/config.yaml'
This is completely normal because we have a redirect to an internal CRAN mirror, but no BioC mirror (and bioconductor.org is blocked). However, the package is available form CRAN, so I was looking for a way to either skip BioC if the package is available form CRAN, or specify the list of servers to probe. It doesn't seem that pak uses the repos option.
When using pak behind a firewall, I get an error:
This is completely normal because we have a redirect to an internal CRAN mirror, but no BioC mirror (and bioconductor.org is blocked). However, the package is available form CRAN, so I was looking for a way to either skip BioC if the package is available form CRAN, or specify the list of servers to probe. It doesn't seem that
pakuses thereposoption.