r-hub / cranlogs

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

cranlogs - no download counts on 04-28-2019 #39

Closed IndrajeetPatil closed 5 years ago

IndrajeetPatil commented 5 years ago

The download count for 2019-04-28 was 0. Not sure if this was a problem for just that day or if it represents a more systematic issue that started on that date.

cranlogs::cran_downloads(
  packages = "ggplot2",
  from = "2019-04-20",
  to = Sys.Date()
)
#>          date count package
#> 1  2019-04-20 15283 ggplot2
#> 2  2019-04-21 13779 ggplot2
#> 3  2019-04-22 25061 ggplot2
#> 4  2019-04-23 31446 ggplot2
#> 5  2019-04-24 31365 ggplot2
#> 6  2019-04-25 29973 ggplot2
#> 7  2019-04-26 27867 ggplot2
#> 8  2019-04-27 16977 ggplot2
#> 9  2019-04-28     0 ggplot2
#> 10 2019-04-29     0 ggplot2
#> 11 2019-04-30     0 ggplot2

Created on 2019-04-30 by the reprex package (v0.2.1.9000)

Session info ``` r devtools::session_info() #> - Session info ---------------------------------------------------------- #> setting value #> version R version 3.6.0 alpha (2019-03-29 r76300) #> os Windows 10 x64 #> system x86_64, mingw32 #> ui RTerm #> language (EN) #> collate English_United States.1252 #> ctype English_United States.1252 #> tz America/New_York #> date 2019-04-30 #> #> - Packages -------------------------------------------------------------- #> package * version date lib #> assertthat 0.2.1 2019-03-21 [1] #> backports 1.1.4 2019-04-10 [1] #> callr 3.2.0 2019-03-15 [1] #> cli 1.1.0 2019-03-19 [1] #> cranlogs 2.1.1.9000 2019-04-30 [1] #> crayon 1.3.4 2017-09-16 [1] #> curl 3.3 2019-01-10 [1] #> desc 1.2.0 2019-04-03 [1] #> devtools 2.0.2 2019-04-08 [1] #> digest 0.6.18 2018-10-10 [1] #> evaluate 0.13 2019-02-12 [1] #> fs 1.2.7 2019-03-19 [1] #> glue 1.3.1 2019-03-12 [1] #> highr 0.8 2019-03-20 [1] #> htmltools 0.3.6 2017-04-28 [1] #> httr 1.4.0 2018-12-11 [1] #> jsonlite 1.6 2018-12-07 [1] #> knitr 1.22.8 2019-04-13 [1] #> magrittr 1.5 2014-11-22 [1] #> memoise 1.1.0 2017-04-21 [1] #> pkgbuild 1.0.3 2019-03-20 [1] #> pkgload 1.0.2 2018-10-29 [1] #> prettyunits 1.0.2 2015-07-13 [1] #> processx 3.3.0 2019-03-10 [1] #> ps 1.3.0 2018-12-21 [1] #> R6 2.4.0 2019-02-14 [1] #> Rcpp 1.0.1 2019-03-17 [1] #> remotes 2.0.4 2019-04-10 [1] #> rlang 0.3.4 2019-04-07 [1] #> rmarkdown 1.12.3 2019-03-25 [1] #> rprojroot 1.3-2 2018-01-03 [1] #> sessioninfo 1.1.1 2018-11-05 [1] #> stringi 1.4.3 2019-03-12 [1] #> stringr 1.4.0 2019-02-10 [1] #> testthat 2.1.1 2019-04-23 [1] #> usethis 1.5.0 2019-04-07 [1] #> withr 2.1.2 2018-03-15 [1] #> xfun 0.6 2019-04-02 [1] #> yaml 2.2.0 2018-07-25 [1] #> source #> CRAN (R 3.6.0) #> CRAN (R 3.6.0) #> CRAN (R 3.6.0) #> CRAN (R 3.6.0) #> Github (r-hub/cranlogs@509b780) #> CRAN (R 3.5.1) #> CRAN (R 3.6.0) #> Github (r-lib/desc@c860e7b) #> CRAN (R 3.6.0) #> CRAN (R 3.5.1) #> CRAN (R 3.6.0) #> CRAN (R 3.6.0) #> CRAN (R 3.6.0) #> CRAN (R 3.6.0) #> CRAN (R 3.5.1) #> CRAN (R 3.6.0) #> CRAN (R 3.6.0) #> Github (yihui/knitr@cf3c219) #> CRAN (R 3.5.1) #> CRAN (R 3.5.1) #> CRAN (R 3.6.0) #> CRAN (R 3.6.0) #> CRAN (R 3.5.1) #> CRAN (R 3.6.0) #> CRAN (R 3.6.0) #> CRAN (R 3.6.0) #> CRAN (R 3.6.0) #> CRAN (R 3.6.0) #> CRAN (R 3.5.3) #> Github (rstudio/rmarkdown@503cc5f) #> CRAN (R 3.5.1) #> CRAN (R 3.6.0) #> CRAN (R 3.6.0) #> CRAN (R 3.6.0) #> CRAN (R 3.6.0) #> CRAN (R 3.6.0) #> CRAN (R 3.5.1) #> CRAN (R 3.6.0) #> CRAN (R 3.5.1) #> #> [1] C:/Users/inp099/Documents/R/win-library/3.6 #> [2] C:/Program Files/R/R-3.6.0alpha/library ```
IndrajeetPatil commented 5 years ago

Never mind. It has started working again.