Skip to content

Commit

Permalink
Convert bioc to a single universe
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed May 5, 2024
1 parent f701fed commit a8713ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/cran.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a8713ec

Please sign in to comment.