Releases: r-quantities/errors
Releases · r-quantities/errors
errors 0.4.2
- Add support for PDG rounding rules (@davidchall #59 addressing #45).
- Improve formatting of null values (#48).
errors 0.4.1
errors 0.4.0
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
errors 0.3.3
errors 0.3.2
Minor changes and fixes
- Add CITATION for the R Journal paper.
- Add the paper as a vignette.
errors 0.3.1
New features
- Add a new dataset from the Annex H of the Guide to the Expression of
Uncertainty in Measurement (GUM) and associated example (f6e5461, see?GUM.H.3
). - Provide methods for logical values to automatically reinterpret
NA
as
NA_real_
(#30). - Add delayed S3 registration mechanism for R >= 3.6.0 (955e7ad).
Minor changes and fixes
errors 0.3.0
New features
- Implement
as.list
forerrors
objects (7aff546). - Implement support for correlations between variables (#26). The
correl
andcovar
methods set and retrieve pairwise correlations or covariances, respectively, betweenerrors
objects, thereby completing the full first-order Taylor series method of propagation of uncertainty. - Add a new dataset from the Annex H of the Guide to the Expression of Uncertainty in Measurement (GUM) (as part of #26; see
?GUM.H.2
and examples under?correl
). - Implement
all.equal
forerrors
objects (as part of #26), which returnsTRUE
for different (different internal identifier) objects with the same quantity values and uncertainty. To compare whether two variables are exactly the same object,identical
should be used instead.