Release for CRAN version 2.2 on 2025-02-15
Major Changes
The functions plotProfileDendrogram()
and aggregateColorPlot()
have been migrated from the sharpshootR package into aqp. The next release of sharpshootR will mark those versions as deprecated. Managing dependencies for aqp should be a little simpler as the ape, colorspace, and digest packages have been moved from "suggests" to "imports".
Other Changes
evalGenHz()
now usesstats::cmdscale()
instead ofMASS:isoMDS()
- fix for
hz_segment()
andNCSP()
with data.tableSoilProfileCollection
objects (#320) - fix for
generalize.hz()
to handle missing depths better and addedna.rm
argument (#321) - finally dropping plyr from suggests (#157)
profile_compare()
removed, seeNCSP()
for a replacement
Full Changelog: v2.1...v2.2