pass down interval
This commit is contained in:
parent
3f3414e49e
commit
9ddbfca4a4
1 changed files with 2 additions and 3 deletions
|
|
@ -80,7 +80,6 @@ process_cranberries_rss <- function(feed, date = lubridate::today()) {
|
|||
date <- lubridate::interval(date, date)
|
||||
}
|
||||
|
||||
# browser()
|
||||
if (pub_date %within% date) {
|
||||
if (grepl("updated", title)) {
|
||||
package_info <- strsplit(title, " ")[[1]]
|
||||
|
|
|
|||
Loading…
Reference in a new issue