From ad2b142664c3b0fe1ddf820d69dc41926a80c8cb Mon Sep 17 00:00:00 2001 From: Andrew Gene Brown Date: Tue, 15 Oct 2024 09:04:34 -0700 Subject: [PATCH] Update NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index e1f4c4f9..905d0139 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,6 +6,7 @@ * Any SoilProfileCollection objects previously written to file (.rda, .rds) with aqp <2.1.x will need to be rebuilt using `rebuildSPC()` due to changes to S4 object structure * `estimatePSCS()` gains argument `"lieutex"` for in lieu textures which are used in the new routine for identification of the particle size control section of organic soils * new function `collapseHz()` combines and aggregates data for adjacent horizons matching a pattern or sharing a common ID + * new function `mutate_profile_raw()` for building sets of dynamic mutate expressions. Also `mutate_profile()` gains col_names argument for dynamic naming of columns. # aqp 2.0.4 (2024-07-30) * CRAN release