Skip to content

Releases: r-quantities/errors

errors 0.4.4

23 Jun 12:09
Compare
Choose a tag to compare
  • Improve cbind arg name deparsing.
  • Switch from geom_errobarh() (deprecated) to geom_errorbar() with flipped
    aesthetics in geom_errors() (#63).

errors 0.4.3

18 Jan 20:40
Compare
Choose a tag to compare
  • Add option decimals to format() method to add support for uncertainty with
    decimals in the parenthesis notation (@alusiani #60, #61 addressing #47).
  • Fix internal propagate function (for r-quantities/units#371).

errors 0.4.2

29 Jul 12:06
Compare
Choose a tag to compare
  • Add support for PDG rounding rules (@davidchall #59 addressing #45).
  • Improve formatting of null values (#48).

errors 0.4.1

06 Dec 14:05
Compare
Choose a tag to compare
  • Switch from size (deprecated in ggplot2 v3.4.0) to linewidth aesthetic
    in geom_errors() (#55).
  • Implement methods for dealing with missing values in errors objects,
    and fix na.rm behavior for summary methods (#56).
  • Performance improvements for data.frame methods.

errors 0.4.0

04 Dec 20:36
Compare
Choose a tag to compare
  • Add new geom_errors() function to automatically add errorbars to ggplot2
    plots for variables of class errors (#52).
  • Some fixes in plot.errors, improved units compatibility.
  • Implement errors methods for duplicated, anyDuplicated and unique.
  • Fix operators %/% and %% (#54).

errors 0.3.6

10 Nov 17:37
Compare
Choose a tag to compare
  • Fix check tolerance when correlations are approx. 1 (#42).

errors 0.3.5

26 Aug 16:23
Compare
Choose a tag to compare
  • Internal performance improvements (#39).

errors 0.3.4

13 Jun 23:22
Compare
Choose a tag to compare
  • vctrs methods are now implemented for compatibility with dplyr 1.0 (#38).
  • Implement prettier str print (#36).
  • Implement drop method for data frames.

errors 0.3.3

20 Feb 13:09
Compare
Choose a tag to compare
  • Fix min, max and range (#35).
  • Rewrite plot to fix issues with limits and labels (#35).

errors 0.3.2

20 May 19:32
Compare
Choose a tag to compare

Minor changes and fixes

  • Add CITATION for the R Journal paper.
  • Add the paper as a vignette.