Skip to content

Commit

Permalink
preparing for CRAN release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Apr 17, 2024
1 parent f1f1aee commit 9786bf5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# aqp 2.0.3 (2024-04-09)
# aqp 2.0.3 (2024-04-17)
* CRAN release
* `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.
* 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
Expand Down
9 changes: 7 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Install suggested packages:
p <- c("colorspace", "ape", "soilDB", "latticeExtra", "tactile", "compositions",
"sharpshootR", "markovchain", "xtable", "testthat", "Gmedian",
"farver", "Hmisc", "tibble", "RColorBrewer", "scales", "digest",
"MASS", "mpspline2", "soiltexture", "knitr", "rmarkdown")
"MASS", "mpspline2", "soiltexture", "knitr", "rmarkdown", "mvtnorm")
install.packages(p)
```
Expand Down Expand Up @@ -94,6 +94,11 @@ plotSPC(
citation("aqp")
```

## Related Papers and Book Chapters
* Beaudette D.E., P. Roudier, and J. Skovlin. 2016. Probabilistic representation of genetic soil horizons. In Book Digital soil morphometrics. Springer.
* Maynard, J.J., S.W. Salley, D.E. Beaudette, and J.E. Herrick. 2020. Numerical soil classification supports soil identification by citizen scientists using limited, simple soil observations. Soil Science Society of America Journal 84:1675-1692.
* Beaudette, D. E., J. Skovlin, A. G. Brown, P. Roudier, and S. M. Roecker. "Algorithms for Quantitative Pedology." In Geopedology, edited by Joseph Alfred Zinck, Graciela Metternicht, Héctor Francisco del Valle, and Marcos Angelini, 201–22. Cham: Springer International Publishing, 2023. https://doi.org/10.1007/978-3-031-20667-2_11.

## Related Packages
* [soilDB](https://github.com/ncss-tech/soilDB)
* [sharpshootR](https://github.com/ncss-tech/sharpshootR)
Expand All @@ -102,7 +107,7 @@ citation("aqp")
* [Introduction to SoilProfileCollection Objects](https://ncss-tech.github.io/aqp/articles/Introduction-to-SoilProfileCollection-Objects.html)
* [Numerical Classification of Soil Profiles](https://ncss-tech.github.io/aqp/articles/NCSP.html)
* [Overlapping Annotation](https://ncss-tech.github.io/aqp/articles/label-placement.html)
* [What is new in aqp 2.0?](https://ncss-tech.github.io/aqp/articles/new-in-aqp-2.html)
* [What is new in aqp 2.x?](https://ncss-tech.github.io/aqp/articles/new-in-aqp-2.html)

## Tutorials
* [Soil Profile Sketches](https://ncss-tech.github.io/AQP/aqp/sketches.html)
Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,21 @@ citation("aqp")
#> 'options(citation.bibtex.max=999)'.
```

## Related Papers and Book Chapters

- Beaudette D.E., P. Roudier, and J. Skovlin. 2016. Probabilistic
representation of genetic soil horizons. In Book Digital soil
morphometrics. Springer.
- Maynard, J.J., S.W. Salley, D.E. Beaudette, and J.E. Herrick. 2020.
Numerical soil classification supports soil identification by citizen
scientists using limited, simple soil observations. Soil Science
Society of America Journal 84:1675-1692.
- Beaudette, D. E., J. Skovlin, A. G. Brown, P. Roudier, and S. M.
Roecker. “Algorithms for Quantitative Pedology.” In Geopedology,
edited by Joseph Alfred Zinck, Graciela Metternicht, Héctor Francisco
del Valle, and Marcos Angelini, 201–22. Cham: Springer International
Publishing, 2023. <https://doi.org/10.1007/978-3-031-20667-2_11>.

## Related Packages

- [soilDB](https://github.com/ncss-tech/soilDB)
Expand All @@ -131,7 +146,7 @@ citation("aqp")
- [Overlapping
Annotation](https://ncss-tech.github.io/aqp/articles/label-placement.html)
- [What is new in aqp
2.0?](https://ncss-tech.github.io/aqp/articles/new-in-aqp-2.html)
2.x?](https://ncss-tech.github.io/aqp/articles/new-in-aqp-2.html)

## Tutorials

Expand Down
1 change: 0 additions & 1 deletion man/aqp-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9786bf5

Please sign in to comment.