From 7868190b2abc049b8886a4dc9b2c254692846240 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Sat, 22 Jun 2024 11:27:58 +0200 Subject: [PATCH] Revert to real org name --- R/setup.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/setup.R b/R/setup.R index 942f456..4c872af 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', 'r-multiverse', 'actions', 'workflows') -testusers <- c("test", 'actions', 'workflows', 'cran', 'bioc', 'r-multiverse-production', 'r-multiverse-community') +skiplist <- c('ropenscilabs', 'ropensci-archive', 'r-universe', 'r-universe-org', 'actions', 'workflows') +testusers <- c("test", 'actions', 'workflows', 'cran', 'bioc', 'r-multiverse', 'r-multiverse-production') #' @export #' @rdname setup_universes