Skip to content

Commit

Permalink
soilDB 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Jan 8, 2024
1 parent 332ded8 commit bb78985
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# soilDB 2.8.1 (development)
# soilDB 2.8.1 (2024-01-08)

- `get_mapunit_from_NASIS()`, `get_lmuaoverlap_from_NASIS()` and `get_legend_from_NASIS()` gain `areatypename` argument used for filtering legends by `areatypename`.
- Default results include `"Non-MLRA Soil Survey Area"` and `"MLRA Soil Survey Area"`. Set to `NULL` for no filter.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ 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.8.0.
## Beaudette, D., Skovlin, J., Roecker, S., Brown, A. (2024). soilDB:
## Soil Database Interface. R package version 2.8.1.
## <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.8.0},
## note = {R package version 2.8.1},
## url = {https://CRAN.R-project.org/package=soilDB},
## year = {2023},
## year = {2024},
## }

## soilDB 2.8.1
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 @@ bibentry(
bibtype = "Manual",
title = "soilDB: Soil Database Interface",
author = "Dylan Beaudette, Jay Skovlin, Stephen Roecker and Andrew Brown",
note = "R package version 2.8.0",
note = "R package version 2.8.1",
url = "https://CRAN.R-project.org/package=soilDB",
year = "2024",
textVersion = "Beaudette, D., Skovlin, J., Roecker, S., Brown, A. (2024). soilDB: Soil Database Interface. R package version 2.8.0. <https://CRAN.R-project.org/package=soilDB>"
textVersion = "Beaudette, D., Skovlin, J., Roecker, S., Brown, A. (2024). soilDB: Soil Database Interface. R package version 2.8.1. <https://CRAN.R-project.org/package=soilDB>"
)
2 changes: 1 addition & 1 deletion tests/testthat/test-fetchSoilGrids.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test_that("fetchSoilGrids() works as expected", {
expect_equal(nrow(res), 2*6)

# 5 base columns in SPC: label, id, hzdept, hzdepb, hzID
# plus 10 default variables w/ 5 columns each
# plus 13 default variables w/ 5 columns each
expect_equal(ncol(horizons(res)), 5 + (13 * 5))

# data conversion works
Expand Down

0 comments on commit bb78985

Please sign in to comment.