r-hub / cranlogs

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

`cran_downloads` now working? #42

Closed IndrajeetPatil closed 4 years ago

IndrajeetPatil commented 4 years ago

Maybe this is a temporary problem, but I noticed that download counts are 0 for the 1st of Sept.

cranlogs::cran_downloads(
  packages = "ggplot2",
  from = "2019-08-30",
  to = "2019-09-01"
)
#>         date count package
#> 1 2019-08-30 27377 ggplot2
#> 2 2019-08-31 13531 ggplot2
#> 3 2019-09-01     0 ggplot2

Created on 2019-09-03 by the reprex package (v0.3.0)

gaborcsardi commented 4 years ago

September is not available yet: http://cran-logs.rstudio.com/ Hopefully it is coming soon.

gaborcsardi commented 4 years ago

Good now.