Skip to content

Commit 9c0cdf2

Browse files
committed
Improve NEWS entry
1 parent eb27623 commit 9c0cdf2

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

NEWS.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
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

0 commit comments

Comments
 (0)