Skip to content

aqp 2.2

Latest
Compare
Choose a tag to compare
@dylanbeaudette dylanbeaudette released this 15 Feb 21:09
· 1 commit to master since this release
238e9d6

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 uses stats::cmdscale() instead of MASS:isoMDS()
  • fix for hz_segment() and NCSP() with data.table SoilProfileCollection objects (#320)
  • fix for generalize.hz() to handle missing depths better and added na.rm argument (#321)
  • finally dropping plyr from suggests (#157)
  • profile_compare() removed, see NCSP() for a replacement

Full Changelog: v2.1...v2.2