r-hub / cranlogs

Download Logs from the RStudio CRAN Mirror
https://r-hub.github.io/cranlogs/
Other
80 stars 13 forks source link

`cran_downloads` returning 0s starting from 22.01.2020 #55

Closed IndrajeetPatil closed 4 years ago

IndrajeetPatil commented 4 years ago

Maybe this is a temporary issue, but raising the issue just in case this is pointing to something more systematic.

cranlogs::cran_downloads(
  packages = "ggplot2",
  from = "2020-01-20",
  to = Sys.Date()
)

#>         date count package
#> 1 2020-01-20 34508 ggplot2
#> 2 2020-01-21 41155 ggplot2
#> 3 2020-01-22     0 ggplot2
#> 4 2020-01-23     0 ggplot2
#> 5 2020-01-24     0 ggplot2
#> 6 2020-01-25     0 ggplot2
IndrajeetPatil commented 4 years ago

Closing because I see the download counts for these dates now.