Skip to content

Commit

Permalink
cleanup, and NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Oct 16, 2024
1 parent b714261 commit 97ca179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# aqp 2.1.0 (2024-10-10)
# aqp 2.1.0 (2024-10-16)
* added Munsell values of 8.5 and 9.5 to Munsell look up table and (interpolated) reference spectra (#318)
* `munsell2rgb()` now safely selects the closest Munsell value and chroma to those available in the package LUT
* new function `soilTextureColorPal()` for suggesting a color palette suitable for soil texture class
Expand All @@ -7,6 +7,7 @@
* `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.
* `addVolumeFraction()` now more robust to very thin horizons x low volume fractions; also skips horizons without sufficient or relevant values

# aqp 2.0.4 (2024-07-30)
* CRAN release
Expand Down
2 changes: 1 addition & 1 deletion misc/sandbox/morphologic-grid/2024-reboot.R
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ text(x = 1:n.profiles, y = 0, labels = sapply(x, '[[', 'id'), pos = 3)

axis(side = 1, at = 1:n.profiles, cex.axis = 0.8)
axis(side = 4, las = 1, line = -2, cex.axis = 0.75)
legend('topleft', legend = hz$hz.code, pch = 15, pt.cex = 1.5, col = .cols, bty = 'n')
legend('topleft', legend = hz$hz.name, pch = 15, pt.cex = 1.5, col = .cols, bty = 'n')

## demo ASCI representation
cat(s[[1]], sep = '\n')
Expand Down

0 comments on commit 97ca179

Please sign in to comment.