We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a330c commit d098400Copy full SHA for d098400
R/buildtools.R
@@ -593,6 +593,7 @@ universe_info <- function(){
593
name <- Sys.getenv('UNIVERSE_NAME', universe_name_fallback())
594
universe <- switch(name,
595
'bioc' = 'bioconductor',
596
+ 'bioc-release' = 'bioconductor',
597
'r-multiverse-staging' = 'r-multiverse',
598
'ropensci-champions' = 'ropensci',
599
name
0 commit comments