diff --git a/R/setup.R b/R/setup.R index d909463..942f456 100644 --- a/R/setup.R +++ b/R/setup.R @@ -83,8 +83,8 @@ list_universes <- function(){ } # Ignore these orgs -skiplist <- c('ropenscilabs', 'ropensci-archive', 'r-universe', 'r-universe-org', 'actions', 'workflows') -testusers <- c("test", 'actions', 'workflows', 'cran', 'bioc', 'r-production') +skiplist <- c('ropenscilabs', 'ropensci-archive', 'r-universe', 'r-universe-org', 'r-multiverse', 'actions', 'workflows') +testusers <- c("test", 'actions', 'workflows', 'cran', 'bioc', 'r-multiverse-production', 'r-multiverse-community') #' @export #' @rdname setup_universes