From f1f1aee89bc410c7a6b81f3070c954a4cba38a27 Mon Sep 17 00:00:00 2001 From: Andrew Gene Brown Date: Tue, 9 Apr 2024 07:34:27 -0700 Subject: [PATCH] Update NEWS.md --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index bb1bb641..efff3c79 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,9 @@ -# aqp 2.0.3 (2024-03-20) +# aqp 2.0.3 (2024-04-09) * `simulateColor()` gains new method `mvnorm` for simulating plausible colors - package mvtnorm added to SUGGESTS * performance improvements in `profileInformationIndex()`, `dice()`, `slab()`, `spc2mpspline()`, `fillHzGaps()`, and `flagOverlappingHz()` * aesthetic improvements in `huePositionCircle()` + * new function `thicknessOf()` used for calculating thickness of horizons within each profile of a SoilProfileCollection based on horizon-level logical expressions encoded in a function. Default behavior uses pattern matching on the horizon designation name. # aqp 2.0.2 (2023-11-18) * CRAN release