Skip to content

Commit

Permalink
soilDB 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed May 18, 2022
1 parent c2f916b commit c4001f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# soilDB 2.7.0 (2022-05-17)
# soilDB 2.7.0 (2022-05-18)
* Spatial
- Dropped imports from `sp` and `raster` which means `soilDB` no longer requires the soon-to-retire `rgdal` package.
- All spatial data processing has been moved to `sf` and `terra`, which have been added to Suggests.
Expand All @@ -14,6 +14,7 @@
* Added several new columns from the `plotplantinventory` table to `get_vegplot_species_from_NASIS_db()` result; thanks to Zachary Van Abbema for suggestion and feedback
* Local NASIS metadata used for `uncode()` are now cached within an R session which results in faster query processing times for users with a local NASIS database connection set up.
- The `db` argument to `uncode()` has been deprecated. Now, `code()` and `uncode()` can use `ChoiceName` and/or `ChoiceLabel` in coding and decoding `ChoiceValue` for all data sources.
* Rock fragment and artifact sieving now uses <76mm as the upper boundary for gravel fraction, and a related QC message has been removed
* SSURGO / Soil Data Access
* Added `get_SDA_cosurfmorph()`: a new function in "SSURGO On Demand" style. Users can customize the WHERE clause, target tables and the grouping variable used to calculate proportions (default `by="compname"`)
* "cosurfmorphgc" summarizes "geomposmntn", "geomposhill", "geomposflats", "geompostrce"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Manual](https://img.shields.io/badge/docs-HTML-informational)](https://ncss-tech
Installation
------------

Get the stable version (2.6.15) from CRAN:
Get the stable version from CRAN:

install.packages('soilDB', dependencies = TRUE)

Expand All @@ -39,7 +39,7 @@ Citation
## To cite soilDB in publications use:
##
## Dylan Beaudette, Jay Skovlin, Stephen Roecker and Andrew Brown
## (2022). soilDB: Soil Database Interface. R package version 2.6.15.
## (2022). soilDB: Soil Database Interface. R package version 2.7.0.
## <https://CRAN.R-project.org/package=soilDB>
##
## A BibTeX entry for LaTeX users is
Expand Down
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ citEntry(
entry = "Manual",
title = "soilDB: Soil Database Interface",
author = "Dylan Beaudette, Jay Skovlin, Stephen Roecker and Andrew Brown",
note = "R package version 2.6.15",
note = "R package version 2.7.0",
url = "https://CRAN.R-project.org/package=soilDB",
year = "2022",
textVersion = "Dylan Beaudette, Jay Skovlin, Stephen Roecker and Andrew Brown (2022). soilDB: Soil Database Interface. R package version 2.6.15. <https://CRAN.R-project.org/package=soilDB>"
textVersion = "Dylan Beaudette, Jay Skovlin, Stephen Roecker and Andrew Brown (2022). soilDB: Soil Database Interface. R package version 2.7.0. <https://CRAN.R-project.org/package=soilDB>"
)

0 comments on commit c4001f3

Please sign in to comment.