Releases: r-quantities/errors
Releases · r-quantities/errors
errors 0.4.4
- Improve
cbind
arg name deparsing.
- Switch from
geom_errobarh()
(deprecated) to geom_errorbar()
with flipped
aesthetics in geom_errors()
(#63).
errors 0.4.3
- 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
- Add support for PDG rounding rules (@davidchall #59 addressing #45).
- Improve formatting of null values (#48).
errors 0.4.1
- 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
- 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
- Fix check tolerance when correlations are approx. 1 (#42).
errors 0.3.5
- Internal performance improvements (#39).
errors 0.3.4
- 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
- Fix
min
, max
and range
(#35).
- Rewrite
plot
to fix issues with limits and labels (#35).
errors 0.3.2
Minor changes and fixes
- Add CITATION for the R Journal paper.
- Add the paper as a vignette.