Changelog
Source:NEWS.md
quantities 0.2.2
CRAN release: 2024-07-29
- Performance improvements for
data.frame
methods. - Update
ggplot2
tests (r-quantities/units#367).
quantities 0.2.0
CRAN release: 2022-12-05
- Add compatibility between
errors::geom_errors
(r-quantities/errors#52) andunits::scale_[x|y]_units
(r-quantities/units#294) (#13). - Fix warning in
as.list.quantities
. - Add plotting examples to introductory vignette.
- Add support for errors with units (#14). For objects of class
quantities
orunits
, theerrors()
method now returns aunits
object that matches the units ofx
. Methodserrors<-()
andset_errors()
assume that the provided uncertainty (value
) has the same units asx
(for backwards compatibility). However, it is a best practice to provide avalue
with explicit units. In this way, uncertainty can be provided in different (but compatible) units, and it will be automatically converted to the units ofx
(seehelp("errors", "quantities")
). - Add support for correlations and covariances with units for objects of class
quantities
(as part of #14). - Remove some superfluous
.quantities
methods (as part of #14). - Implement methods for
duplicated
,anyDuplicated
andunique
(#12).
quantities 0.1.4
CRAN release: 2020-06-06
- Add compatibility with upcoming tibble v3.0.0 (r-quantities/units#225).
- Implement prettier
str
print (#5). - Implement drop method for data frames.
- Fix introduction vignette for
dplyr
>= 1.0.0.
quantities 0.1.3
CRAN release: 2019-10-31
- Add CITATION to
units
anderrors
in the R Journal. - Fix unit simplification in arithmetical operations (#3).