Skip to content

Commit e4b641d

Browse files
committed
bump version, update NEWS
1 parent c160417 commit e4b641d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: errors
22
Type: Package
33
Title: Uncertainty Propagation for R Vectors
4-
Version: 0.4.4.2
4+
Version: 0.4.4.3
55
Authors@R: c(
66
person("Iñaki", "Ucar", email="iucar@fedoraproject.org",
77
role=c("aut", "cph", "cre"), comment=c(ORCID="0000-0001-6403-5550")),
@@ -20,6 +20,6 @@ LazyData: true
2020
Depends: R (>= 3.0.0)
2121
Suggests: dplyr (>= 1.0.0), vctrs (>= 0.5.0), pillar, ggplot2 (>= 3.5.0),
2222
testthat, vdiffr, knitr, rmarkdown
23-
RoxygenNote: 7.3.2
23+
RoxygenNote: 7.3.3
2424
Roxygen: list(old_usage = TRUE)
2525
VignetteBuilder: knitr

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
- Fix `print()` method, which now correctly returns the object invisibly (#64).
44
- Fix `all.equal.errors()` registration (@MichaelChirico #67 addressing #66).
5+
- Operations with errors and numeric vectors no longer warn about coercion;
6+
comparisons no longer warn about errors being dropped (#69 addressing #68).
7+
Also, probabilistic comparisons are now available via a dedicated option,
8+
see `?Ops.errors` for details.
59

610
# errors 0.4.4
711

0 commit comments

Comments
 (0)