File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 11# pak (development version)
22
3- * Setting ` use_bioconductor = FALSE ` (or ` options(pkg.use_bioconductor = FALSE) ` )
4- now truly prevents any network contact with Bioconductor. Previously,
5- ` cmc__get_repos() ` in pkgcache unconditionally called
6- ` bioconductor$get_repos() ` to classify repository types — even when
7- ` bioc = FALSE ` — which could trigger an HTTP request to
8- ` https://bioconductor.org/config.yaml ` for R versions not in the
9- built-in R → Bioc version map (e.g. R 4.5). This request causes a hard
10- failure behind corporate firewalls (#TODO).
3+ * Setting ` use_bioconductor = FALSE ` (i.e. the ` PKG_USE_BIOCONDUCTOR `
4+ env var, or the ` pkg.use_bioconductor ` option) now truly prevents
5+ any network contact with Bioconductor.
116
127# pak 0.9.2
138
You can’t perform that action at this time.
0 commit comments