From a127ffdae78e0a894c36d86644a5cdf8f3e90136 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Wed, 28 Jun 2023 15:50:32 +0200 Subject: [PATCH] Activate CRAN metarepo --- R/setup.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/setup.R b/R/setup.R index abde565..bfd0d65 100644 --- a/R/setup.R +++ b/R/setup.R @@ -82,8 +82,8 @@ list_universes <- function(){ } # Ignore these orgs -skiplist <- c('ropenscilabs', 'ropensci-archive', 'r-universe', 'r-universe-org', 'cran', 'actions', 'workflows') -testusers <- c("test", 'actions', 'workflows') +skiplist <- c('ropenscilabs', 'ropensci-archive', 'r-universe', 'r-universe-org', 'actions', 'workflows') +testusers <- c("test", 'actions', 'workflows', 'cran') #' @export #' @rdname setup_universes