Skip to content

packageRank 0.9.8

Latest

Choose a tag to compare

@lindbrook lindbrook released this 15 Mar 18:24
· 30 commits to master since this release
b0707f2

Documentation

  • amend/update README.

Fixes

  • fix multiPlot(r.version = TRUE, graphics = "base").
  • fix ggplot2 xlab in plot.packageDistribution().
  • fix y labels in plot.packageRank().
  • fix output of packageHistory("R").
  • fix cranDownloads("R", when).

Function Changes

  • remove parallel code from packageLog().
  • amend/add singlePlot(axis.package, axis.package.version).
  • add cranPlot(axis.package, axis.package.version).
  • add rPlot(axis.package, axis.package.version)
  • add rTotPlot(axis.package, axis.package.version).
  • add multiPlot(axis.package, axis.package.version).
  • add/set plot.cranDownloads(axis.package = NULL, axis.package.version = FALSE).
  • add multiPlot(package.version) for "base" and "ggplot2".
  • enable singlePlot(package.version = TRUE, graphics = "ggplot2").
  • disable multiPlot(package.version) for "base" and "gglot2".
  • add gg_axis.annotation_polygon(axis.package, axis.package.version).
  • set geom_vline(colour = "black") in singlePlot(package.version = TRUE).
  • enable package.version for singlePlot(graphics = "ggplot2").
  • archive populationPlot().
  • integrate packageDistribution() into cranDistribution().
  • change 'num.rank' to 'rank' in queryRank().
  • fix inProgressEstimate(unit.observation = "month") for December.
  • add plot.packageLog() and print.packageLog().
  • filter out packages with zero observations in plot.packageLog().
  • replace 'packages' argument/object with 'package' in bioconductorDownloads().
  • amend variable order in cranDownloads().
  • set r.ver = "4.5" in cranPackageSize().
  • add current UTC to logInfo(details = TRUE).
  • format logInfo(details = TRUE) output.
  • amend argument order and set localTime(time, date = Sys.Date()).
  • change 'time.unit' to 'unit.observation' in plot.packageLog().

Graphic Changes

  • change 'size' to geom_vline(linewidth) and set geom_label(size = 2.5).
  • add day of week to title in plot.packageLog().
  • fix plot() in bioc_plot().
  • fix ylabs in gg_bioc_plot(log.y = TRUE).