Skip to content

Commit dff0043

Browse files
committed
version bump
1 parent 79397ec commit dff0043

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: A System of Soil Classification for Making and Interpreting Soil Surveys
33
Description: Taxonomic dictionaries, formative element lists, and functions related to the maintenance, development and application of U.S. Soil Taxonomy.
44
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.
55
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.
6-
Version: 0.2.5
6+
Version: 0.2.6
77
Authors@R: c(person(given="Andrew", family="Brown", email="[email protected]", role = c("aut", "cre")), person(given="Dylan", family="Beaudette", role = c("aut"), email = "[email protected]"))
88
Maintainer: Andrew Brown <[email protected]>
99
Depends: R (>= 3.5)

NEWS.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
# SoilTaxonomy 0.2.6 (2024-10-01)
2+
3+
- Added `WRB_4th_2022` data set containing World Reference Base for Soil Resources (4th Edition, 2022) reference soil groups with primary and supplementary qualifiers.
4+
5+
# SoilTaxonomy 0.2.5 (2024-01-08)
6+
- Data set `ST_unique_list$subgroup`: fix for 12th edition "Hydric Frasiwassents" v.s. 13th edition "Humic Fluic Frasiwassents"
7+
- `explainST()` expanded acronyms in explanations
8+
19
# SoilTaxonomy 0.2.4 (2023-11-16)
210
- `taxonTree()` default markup via `special.chars` argument emulates `fs::dir_tree()` output
311
- `parse_family()` now returns more complete information for taxa above family
412
- `taxminalogy` column for taxa with strongly contrasting control sections now use `" over "` as the separator between class names.
5-
13+
614
# SoilTaxonomy 0.2.3 (2023-02-01)
715
- Fix unintended case-sensitivity of `FormativeElements()`; thanks to Shawn Salley (@swsalley)
816
- Fix for `extractSMR()` via fix for `FormativeElements()` applied at multiple levels (affects taxa above subgroup level)

0 commit comments

Comments
 (0)