Skip to content

Commit

Permalink
More special casing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 27, 2024
1 parent d21203c commit 9b59b59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/cran.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ cran_registry_with_status <- function(full_reset = FALSE){
if(package == 'adbcsqlite') alt_subdirs <- 'r/adbcsqlite'
if(package == 'adbcpostgresql') alt_subdirs <- 'r/adbcpostgresql'
if(package == 'treesitter.r') alt_subdirs <- 'bindings/r'
if(package == 'redatam') alt_subdirs <- 'rpkg'
lapply(alt_subdirs, function(alt_dir){
alt_url <- sprintf('%s/raw/HEAD/%s/DESCRIPTION', pkg$Git, alt_dir)
curl::multi_add(make_handle(alt_url), done = function(res2){
Expand Down

0 comments on commit 9b59b59

Please sign in to comment.