diff --git a/R/get_SDA_cosurfmorph.R b/R/get_SDA_cosurfmorph.R index a6777dc7..53936bb5 100644 --- a/R/get_SDA_cosurfmorph.R +++ b/R/get_SDA_cosurfmorph.R @@ -20,7 +20,7 @@ #' @details Default `table="cosurfmorphgc"` summarizes columns `geomposmntn`, `geomposhill`, `geomposflats`, and `geompostrce`. #' `table="cosurfmorphhpp"` summarizes `"hillslopeprof"`, `table="cosurfmorphss"` summarizes `shapeacross` and `shapedown`, and `table="cosurfmorphmr"` summarizes `geomicrorelief`. #' -#' Queries are a generalization of now-deprecated functions from {sharpshootR} by Dylan Beaudette: `geomPosMountainProbability()`, `geomPosHillProbability()`, `surfaceShapeProbability()`, `hillslopeProbability()` +#' Queries are a generalization of now-deprecated functions from sharpshootR package by Dylan Beaudette: `geomPosMountainProbability()`, `geomPosHillProbability()`, `surfaceShapeProbability()`, `hillslopeProbability()` #' #' Similar summaries of SSURGO component surface morphometry data by series name can be found in `fetchOSD(, extended=TRUE)` or downloaded from \url{https://github.com/ncss-tech/SoilWeb-data} #' Full component data including surface morphometry summaries at the "site" level can be obtained with `fetchSDA()`. diff --git a/README.md b/README.md index c7f15456..8096484e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Manual](https://img.shields.io/badge/docs-HTML-informational)](https://ncss-tech ## Installation -Get the stable version (2.7.8) from CRAN: +Get the stable version from CRAN: install.packages('soilDB', dependencies = TRUE) @@ -33,7 +33,7 @@ Get the development version from GitHub: ## To cite soilDB in publications use: ## ## Beaudette, D., Skovlin, J., Roecker, S., Brown, A. (2023). soilDB: - ## Soil Database Interface. R package version 2.7.8. + ## Soil Database Interface. R package version 2.7.10. ## ## ## A BibTeX entry for LaTeX users is @@ -41,12 +41,12 @@ Get the development version from GitHub: ## @Manual{, ## title = {soilDB: Soil Database Interface}, ## author = {Dylan Beaudette and Jay Skovlin and Stephen Roecker and Andrew Brown}, - ## note = {R package version 2.7.8}, + ## note = {R package version 2.7.10}, ## url = {https://CRAN.R-project.org/package=soilDB}, ## year = {2023}, ## } -## soilDB 2.7.9.9000 +## soilDB 2.7.10 diff --git a/man/get_SDA_cosurfmorph.Rd b/man/get_SDA_cosurfmorph.Rd index 2ae431a8..8d1d846e 100644 --- a/man/get_SDA_cosurfmorph.Rd +++ b/man/get_SDA_cosurfmorph.Rd @@ -45,7 +45,7 @@ Get Geomorphic/Surface Morphometry Data from Soil Data Access or a local SSURGO Default \code{table="cosurfmorphgc"} summarizes columns \code{geomposmntn}, \code{geomposhill}, \code{geomposflats}, and \code{geompostrce}. \code{table="cosurfmorphhpp"} summarizes \code{"hillslopeprof"}, \code{table="cosurfmorphss"} summarizes \code{shapeacross} and \code{shapedown}, and \code{table="cosurfmorphmr"} summarizes \code{geomicrorelief}. -Queries are a generalization of now-deprecated functions from {sharpshootR} by Dylan Beaudette: \code{geomPosMountainProbability()}, \code{geomPosHillProbability()}, \code{surfaceShapeProbability()}, \code{hillslopeProbability()} +Queries are a generalization of now-deprecated functions from sharpshootR package by Dylan Beaudette: \code{geomPosMountainProbability()}, \code{geomPosHillProbability()}, \code{surfaceShapeProbability()}, \code{hillslopeProbability()} Similar summaries of SSURGO component surface morphometry data by series name can be found in \code{fetchOSD(, extended=TRUE)} or downloaded from \url{https://github.com/ncss-tech/SoilWeb-data} Full component data including surface morphometry summaries at the "site" level can be obtained with \code{fetchSDA()}.