#23

drop row names after re-order

With current version of cranlogs: > cranlogs::cran_downloads("corpus", from="2017-04-01") 100 2017-04-01 0 corpus 101 2017-04-02 0 corpus 102 2017-04-03 0 corpus ...

  • Opened by patperry Jul 26, 2017
  • 1 comment
#22

last-week, last-month vs. last 7 days, last 30 days

As it seems the values last-week, last-month of the when argument are really meant to mean last 7 days and last 30 days, respectively. Given the current names, one could suspect to get the last full week ...

#21

row names for 0 counts

There are some occasions where the count is 0 but it seems implausible. Maybe this is due to the server being offline this day. Whatever caused the 0, the row names for that row are not in sequence after ...

#20

better error msg

Specifing a wrong date format (YYYY-DD-MM instead of YYYY-MM-DD) gives a misleading error msg: cranlogs::cran_downloads(from="2016-01-01", to="2016-31-12", packages = c("ggplot2")) ...

#19

default value of "last-day" = today, should point to yesterday

When I call cran_downloads() it gives me the data for today, which is always 0 downloads. library(cranlogs) cran_downloads() #> date count #> 1 2017-02-08 0 This isn't a problem ...

  • Opened by sfirke Feb 8, 2017
  • 2 comments
#18

0 downloads since 2017-01-01

It seems that the cran_downloads function stopped working beginning of this year. I only get 0 for all tested packages since then.

  • Opened by vonjd Jan 6, 2017
  • 1 comment
#17

No recent results

Similar to #14 Applies to all packages test <- cran_downloads(from = "2016-09-17", to = "2016-09-22","dplyr") test date count package 1 2016-09-17 3113 dplyr ...

  • Opened by pssguy Sep 22, 2016
  • 3 comments
#16

Percentiles

Feature request: I'm not sure how much work would be involved in implementing this, but I think it would be very useful to have a function to return percentiles for downloads, in order to be able to ...

  • Opened by pbreheny Sep 3, 2016
  • 2 comments
#15

Updated documentation replacing 'last_' with 'last-'

Updated line for argument "when" to change from last_day, last_week or last_month to last-day, last-week or last-month. Recreated documentation so change is reflected there as well.

  • Opened by ericwatt Aug 15, 2016
  • 1 comment
#14

Since 2016, it does not work properly

Since 2016, it does not work properly: cran_downloads(from = "2015-12-20", to = "2016-01-08", "dplyr") date count package 1 2015-12-20 1499 dplyr 2 2015-12-21 ...