Skip to content

Commit

Permalink
soilDB 2.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Nov 16, 2023
1 parent b6fff61 commit f4e1d4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/get_SDA_cosurfmorph.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()`.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -33,20 +33,20 @@ 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.
## <https://CRAN.R-project.org/package=soilDB>
##
## A BibTeX entry for LaTeX users is
##
## @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

<!-- ### Notices on Database Interfaces -->
<!-- #### NASIS -->
Expand Down
2 changes: 1 addition & 1 deletion man/get_SDA_cosurfmorph.Rd

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

0 comments on commit f4e1d4e

Please sign in to comment.