- Improve
cbindarg name deparsing.
- Fixes for
covarandcorrelimplementations.
- Performance improvements for
data.framemethods. - Update
ggplot2tests (r-quantities/units#367).
- Fix a couple of tests (r-quantities/units#324).
- 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
quantitiesorunits, theerrors()method now returns aunitsobject 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 avaluewith 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
.quantitiesmethods (as part of #14). - Implement methods for
duplicated,anyDuplicatedandunique(#12).
- Fix compatibility with
units0.7-0.
- Fix compatibility with
dplyr1.0.0 (#8), coordinated with units and errors. - Fix uncertainty propagation for mixed scaling+offset unit conversion, such as Celsius to Fahrenheit (#9).
- Add compatibility with upcoming tibble v3.0.0 (r-quantities/units#225).
- Implement prettier
strprint (#5). - Implement drop method for data frames.
- Fix introduction vignette for
dplyr>= 1.0.0.
- Add CITATION to
unitsanderrorsin the R Journal. - Fix unit simplification in arithmetical operations (#3).
- Add delayed S3 registration mechanism for R >= 3.6.0 (a9bb97e).
- Initial CRAN release.