• New function cranlogs_badge() to construct the Markdown string of a badge for the README.

  • Update the definition of the argument values “last-day”, “last-week” and “last-month” to make them consistent with the database: “last-day” is the last day for which data is available, “last-week” 6 days prior to that last day with data, “last-month” 29 days prior to that last day with data.

  • Drop row names after reordering which avoids having meaningless row names (@patperry, #23)

  • Fix R download counts if a day is missing data (e.g. 2015-08-23).

  • Query downloads of R: cran_downloads("R").
  • First release on CRAN.
  • Queries return data frames.
  • First public release.