From a8713eceb25b810211e89c2cfc8c720618250e3e Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Sun, 5 May 2024 12:48:42 +0200 Subject: [PATCH] Convert bioc to a single universe --- R/cran.R | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R/cran.R b/R/cran.R index 033b014..04a75da 100644 --- a/R/cran.R +++ b/R/cran.R @@ -200,6 +200,9 @@ cran_registry_update_json <- function(){ utils::write.csv(csvdata, file = 'crantogit.csv', quote = FALSE, row.names = FALSE, na = "") gert::git_add('crantogit.csv') + # (april 2024) bioc is now a single universe + universes$owner[universes$registry == 'bioc'] <- 'bioc' + # Store full universe owner map update_universes_csv(df)