Skip to content

packageRank v0.7.0

Compare
Choose a tag to compare
@lindbrook lindbrook released this 05 Aug 22:42
· 556 commits to master since this release

packageRank 0.7.0

New Features

  • add plot.cranDownloads(unit.observation = "week").
  • discuss 'from =' and 'to =' cranDownloads() shortcuts in README.

Fixes

  • enable ipPackage().
  • fix cranDownloads("R", to = ).
  • fix output for packageHistory("R").

Function Changes

  • add logInfo() and deprecate logPostInfo().
  • change 'log.count' to 'log.y' in plot.bioconductorDownloads() and
    plot.cranDownloads().
  • limit available unit of observations:
    • with when = "last-week" only unit.observation = "day" available.
    • with when = "last-month" AND graphics = "ggplot2",
      unit.observation = "month" not available
  • recompute cumulative count with plot.cranDownloads(unit.observation = "week")
    to include backdate data.
  • return cores = 1L on Windows with multiCore(); parallelization on Windows not
    currently available.
  • use 'ISOcodes' in cranMirrors().

Graphical Changes

  • amend plot.cranDownloads(graphics = "ggplot2") legends.
  • plot.cranDownloads(unit.observation = "month") date plotted on first rather than last day of month.
  • use observed date for first week observed data in plot.cranDownloads()
  • set 0s to 1s to avoid NAs when plot.cranDownloads(log.y = TRUE).

Graphical Fixes

  • amend xy labels for "count" or "cumulative" in plot.cranDownloads().

New Auxiliary/Helper Functions

  • add fetchRLog().
  • add getCorrectLogs() and rstudio.logs list object.
  • add rev_fixDate_2012().
  • add/set cranDownloads(fix.cranlogs = TRUE).
  • add/use fixCranlogs().
  • add/set logDate(fix.date = TRUE).
  • add/set resolveDate(fix.date = FALSE).