Changelog
Source:NEWS.md
SoilTaxonomy 0.2.8 (2025-07-10)
CRAN release: 2025-07-11
- Update data sets for soilDB 2.8.11 and NASIS data model 7.4.3
-
parse_family(): Remove patch for"diatomaceous"mineralogy class in NASIS metadata
SoilTaxonomy 0.2.7 (2025-04-04)
CRAN release: 2025-04-05
- Added
ST_criteria_13thdata set relating taxon codes to specific criteria from the Keys to Soil Taxonomy (13th Edition) - Added
getTaxonCriteria(): a helper method for extracting values fromST_criteria_13th
SoilTaxonomy 0.2.6 (2024-10-01)
- Updates to
extractSMR()for suborders of Histels and subgroups that have no moisture regime information at higher levels - Added
WRB_4th_2022data set containing World Reference Base for Soil Resources (4th Edition, 2022) reference soil groups with primary and supplementary qualifiers.
SoilTaxonomy 0.2.5 (2024-01-08)
- Data set
ST_unique_list$subgroup: fix for 12th edition “Hydric Frasiwassents” v.s. 13th edition “Humic Fluic Frasiwassents” -
explainST()expanded acronyms in explanations
SoilTaxonomy 0.2.4 (2023-11-16)
CRAN release: 2023-11-16
-
taxonTree()default markup viaspecial.charsargument emulatesfs::dir_tree()output -
parse_family()now returns more complete information for taxa above family-
taxminalogycolumn for taxa with strongly contrasting control sections now use" over "as the separator between class names.
-
SoilTaxonomy 0.2.3 (2023-02-01)
CRAN release: 2023-03-10
- Fix unintended case-sensitivity of
FormativeElements(); thanks to Shawn Salley (@swsalley) - Fix for
extractSMR()via fix forFormativeElements()applied at multiple levels (affects taxa above subgroup level) - Add
level_hierarchy()a helper function for creating ordered factors related to the levels: “order”, “suborder”, “greatgroup”, “subgroup”, “family”. - Taxon code lookup tables are now cached in the package environment (
SoilTaxonomy.env) after the first time they are used for a moderate boost in performance in scenarios callingtaxon_code_to_taxon()ortaxon_to_taxon_code()many times -
getTaxonAtLevel()now supports multiplelevelvalues. In this case, a data.frame with column for eachlevelis returned. Thanks to Meyer Bohn (@MollicMeyer) in #42 for suggestion. - Added
taxonTree()a method for creatingdata.treeobjects (added to Suggests). This function returns a custom SoilTaxonomy-specific subclass of data.treeNodecalledSoilTaxonNode.- This new class has a custom print method, and in the future there may be more dedicated functions for viewing and traversing the taxonomic hierarchy.
- Added
ST_higher_taxa_codes_13ththe 13th edition analog ofST_higher_taxa_codes_12th, which is the Keys to Soil Taxonomy taxon list and corresponding letter codes. This lookup table is used internally for many things related to the hierarchy of taxonomy. It has not been integrated into other datasets (pending next NASIS data model update in several months). Incorporating the edition of taxonomy will be a significant change when implemented (and may contain breaking changes to code-lookup tools).
SoilTaxonomy 0.2.2 (2022-10-01)
CRAN release: 2022-10-17
- The order of dataset
STis now based on the full subgroup level code (https://github.com/ncss-tech/SoilTaxonomy/issues/35). Partial codes corresponding to each level of the hierarchy are also included in columns:order_code,suborder_code,greatgroup_codeandsubgroup_code. - New function
SoilTaxonomyLevels(): used for creating ordinal and nominal factors corresponding to taxonomic levels"order","suborder","greatgroup", and"subgroup"(https://github.com/ncss-tech/SoilTaxonomy/issues/39). - New function
SoilMoistureRegimeLevels()andSoilTemperatureRegimeLevels(): used for creating ordinal and nominal factors corresponding to Soil Moisture and Temperature Regimes (https://github.com/ncss-tech/SoilTaxonomy/issues/34). -
FormativeElements()can now take multiplelevelvalues, returning the formative elements found at each level combined in a single data.frame. - New function
get_ST_formative_elements()a helper function for getting a data.frame containing descriptors of formative elements used at the specifiedlevel(s) - New function
extractSMR(): utilizes order to subgroup formative elements to identify Soil Moisture Regimes from taxon names
SoilTaxonomy 0.2.1 (2022-07-21)
- New function
newick_string(): used for creating parenthetical “Newick” (or “New Hampshire”) format tree string inputs to functions such asape::read.tree()
SoilTaxonomy 0.2.0 (2022-07-12)
CRAN release: 2022-07-13
- New vignette related to soil diagnostic features and characteristics
get_ST_features() - New function
get_ST_family_classes()(theST_family_classesanalogue ofST_features/get_ST_features()) -
ST_family_classesgains information on the"aniso"particle-size class modifier -
parse_family()now returns additional columns reflecting NASIS physical column names corresponding to components of the family-level taxonomy- This routine uses the NASIS metadata that ares cached in the {soilDB} package, which has been added to Suggests
-
parse_family()gainsflatargument (defaultTRUE) to toggle returning list columns for “child” table taxonomic family data such as mineralogy class and “other” taxonomic family class.
SoilTaxonomy 0.1.5 (2022-02-15)
-
taxon_code_to_taxonandtaxon_to_levelnow support family-level taxa with only one class e.g. “Thermic Typic Quartzipsamments” - included data
ST_unique_listis now sorted according to the order of appearance in the Keys to Soil Taxonomy (12th edition)
SoilTaxonomy 0.1.4 (2021-08-05)
CRAN release: 2021-08-05
- Update
ST_formative_elements/explainST()with subgroup-level descriptions for missing taxa
SoilTaxonomy 0.1.3 (2021-05-02)
CRAN release: 2021-05-03
- Add
code_to_levelto abstract core fromtaxon_to_levelfor higher taxa with letter codes - Add
getChildTaxacounterpart togetParentTaxa;getParentTaxacan now be filtered withlevelargument - Fixes for
stringsAsFactorsdefaulting toTRUEon R <4.0
SoilTaxonomy 0.1.2 (2021-04-29)
CRAN release: 2021-04-30
- Extend
explainSTto work on Order, Suborder and Great Group taxonomic names - Add methods
level_to_taxonandtaxon_to_levelto determine where taxa occur in the hierarchy - New data sets:
ST_features,ST_family_classesfor diagnostic horizons/features/properties and family-level class names and related content- Derived from 12th Edition Keys to Soil Taxonomy definitions and criteria until official release of 13th Edition
- Data sourced from https://github.com/ncss-tech/SoilKnowledgeBase/
create_KSTmodule JSON output
- Add
parse_familymethod for separating family-level classes from higher taxonomic names - Add
get_ST_featureswrapper method for filteringST_featuresdata set - Add
getLastChildTaxonmethod to determine last in Keys at specifiedlevel(Order, Suborder, or Great Group)