chore: fix temporary hickup for pkg redatam
This commit is contained in:
parent
2abb903efa
commit
9953ebe31f
1 changed files with 358 additions and 59 deletions
|
|
@ -30,6 +30,8 @@ process_cran_updates <- function(
|
|||
process_removed = TRUE) {
|
||||
# Get list of updated and new packages for a specific day
|
||||
updated_pkgs <- get_updated_cran_packages(interval)
|
||||
# FIXME: temporary hickup for package redatam
|
||||
updated_pkgs <- updated_pkgs[updated_pkgs$name != 'redatam', ]
|
||||
new_pkgs <- get_new_cran_packages(interval)
|
||||
|
||||
all_pkgs <- dplyr::bind_rows(updated_pkgs, new_pkgs)
|
||||
|
|
|
|||
Loading…
Reference in a new issue