Skip to content

Commit dcb3f33

Browse files
committed
SoilTaxonomy 0.2.8
1 parent 543c1f9 commit dcb3f33

File tree

3 files changed

+26
-34
lines changed

3 files changed

+26
-34
lines changed

README.Rmd

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,8 @@ cat(explainST(taxon_code_to_taxon("ABCD"))) # ABCD = gypsic anhyturbels
141141
res <- lapply(LETTERS[1:12], function(l) cat(explainST(taxon_code_to_taxon(l)), "\n\n"))
142142
```
143143

144-
## Static Databases
144+
# Citation
145145

146-
The `./inst/extdata` folder (formerly `./databases`) of the GitHub repository formerly contained data tables related to taxonomic and map unit concepts within the U.S. Soil Survey Geographic Database (SSURGO).
147-
148-
These databases included:
149-
150-
- Statistics on taxonomic subgroups, family-level components, and soil series.
151-
152-
- MLRA Overlap tables for series, national map unit symbols and map unit keys.
153-
154-
- Summaries of KSSL records per series as well as geomorphic position, parent material origin and kind.
155-
156-
These tables have been moved to a dedicated repository called [SoilWeb-data](https://github.com/ncss-tech/SoilWeb-data).
146+
```{r}
147+
citation("SoilTaxonomy")
148+
```

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -341,22 +341,23 @@ res <- lapply(LETTERS[1:12], function(l) cat(explainST(taxon_code_to_taxon(l)),
341341
#> other soils
342342
```
343343

344-
## Static Databases
344+
# Citation
345345

346-
The `./inst/extdata` folder (formerly `./databases`) of the GitHub
347-
repository formerly contained data tables related to taxonomic and map
348-
unit concepts within the U.S. Soil Survey Geographic Database (SSURGO).
349-
350-
These databases included:
351-
352-
- Statistics on taxonomic subgroups, family-level components, and soil
353-
series.
354-
355-
- MLRA Overlap tables for series, national map unit symbols and map unit
356-
keys.
357-
358-
- Summaries of KSSL records per series as well as geomorphic position,
359-
parent material origin and kind.
360-
361-
These tables have been moved to a dedicated repository called
362-
[SoilWeb-data](https://github.com/ncss-tech/SoilWeb-data).
346+
``` r
347+
citation("SoilTaxonomy")
348+
#> To cite SoilTaxonomy in publications use:
349+
#>
350+
#> Brown A, Beaudette D (2025). _SoilTaxonomy: A System of Soil
351+
#> Classification for Making and Interpreting Soil Surveys_. R package
352+
#> version 0.2.8, <https://CRAN.R-project.org/package=SoilTaxonomy>.
353+
#>
354+
#> A BibTeX entry for LaTeX users is
355+
#>
356+
#> @Manual{,
357+
#> title = {SoilTaxonomy: A System of Soil Classification for Making and Interpreting Soil Surveys},
358+
#> author = {Andrew Brown and Dylan Beaudette},
359+
#> note = {R package version 0.2.8},
360+
#> url = {https://CRAN.R-project.org/package=SoilTaxonomy},
361+
#> year = {2025},
362+
#> }
363+
```

inst/CITATION

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ citHeader("To cite SoilTaxonomy in publications use:")
33
bibentry(
44
bibtype = "Manual",
55
title = "SoilTaxonomy: A System of Soil Classification for Making and Interpreting Soil Surveys",
6-
author = "Andrew Brown and Dylan Beaudette",
7-
note = "R package version 0.2.3",
6+
author = c(person(given="Andrew", family="Brown"), person(given="Dylan", family="Beaudette")),
7+
note = "R package version 0.2.8",
88
url = "https://CRAN.R-project.org/package=SoilTaxonomy",
9-
year = "2023",
10-
textVersion = "Brown, A., Beaudette, D. (2023). SoilTaxonomy: A System of Soil Classification for Making and Interpreting Soil Surveys. R package version 0.2.3. <https://CRAN.R-project.org/package=SoilTaxonomy>"
9+
year = "2025"
1110
)

0 commit comments

Comments
 (0)