Skip to content

Commit

Permalink
Add missing subgroup formative element descriptions (#32)
Browse files Browse the repository at this point in the history
* Trying tokenizing for identifying similarities in criteria

* Fill in gaps in subgroup-level formative element explanations #5 #17
  • Loading branch information
brownag authored May 7, 2021
1 parent e3df114 commit 224ea26
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 167 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: A System of Soil Classification for Making and Interpreting Soil Surveys
Description: Taxonomic dictionaries, formative element lists, and functions related to the maintenance, development and application of U.S. Soil Taxonomy.
Data and functionality are based on official U.S. Department of Agriculture sources including the latest edition of the Keys to Soil Taxonomy. Descriptions and metadata are obtained from the National Soil Information System or Soil Survey Geographic databases. Other sources are referenced in the data documentation.
Provides tools for understanding and interacting with concepts in the U.S. Soil Taxonomic System. Most of the current utilities are for working with taxonomic concepts at the "higher" taxonomic levels: Order, Suborder, Great Group, and Subgroup.
Version: 0.1.3
Version: 0.1.3.9001
Authors@R: c(person(given="Dylan", family="Beaudette", role = c("aut"), email = "[email protected]"), person(given="Andrew", family="Brown", email="[email protected]", role = c("aut", "cre")))
Maintainer: Andrew Brown <[email protected]>
Depends: R (>= 3.5)
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SoilTaxonomy 0.1.3.9001 (2021-05-03)
* Update `ST_formative_elements` / `explainST()` with subgroup-level descriptions for missing taxa

# SoilTaxonomy 0.1.3 (2021-05-02)
* Add `code_to_level` to abstract core from `taxon_to_level` for higher taxa with letter codes
* Add `getChildTaxa` counterpart to `getParentTaxa`; `getParentTaxa` can now be filtered with `level` argument
Expand Down
Binary file modified data/ST_formative_elements.rda
Binary file not shown.
Loading

0 comments on commit 224ea26

Please sign in to comment.