Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit37f2431

Browse files
committed
CRAN Release 0.1.4
1 parentb8eacba commit37f2431

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

‎.Rbuildignore‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
^LICENSE\.md$
99
^CRAN-RELEASE$
1010
^cran-comments\.md$
11+
^doc$
12+
^Meta$

‎.gitignore‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
.RData
55
.Ruserdata
66
inst/doc
7+
/doc/
8+
/Meta/

‎DESCRIPTION‎

Lines changed: 1 addition & 1 deletion
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.1.3.9001
6+
Version: 0.1.4
77
Authors@R: c(person(given="Dylan", family="Beaudette", role = c("aut"), email = "dylan.beaudette@usda.gov"), person(given="Andrew", family="Brown", email="andrew.g.brown@usda.gov", role = c("aut", "cre")))
88
Maintainer: Andrew Brown <andrew.g.brown@usda.gov>
99
Depends: R (>= 3.5)

‎NEWS.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#SoilTaxonomy 0.1.3.9001 (2021-05-03)
1+
#SoilTaxonomy 0.1.4 (2021-08-05)
22
* Update`ST_formative_elements` /`explainST()` with subgroup-level descriptions for missing taxa
33

44
#SoilTaxonomy 0.1.3 (2021-05-02)

‎vignettes/Family-level_Taxonomy.Rmd‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ data("ST_family_classes")
5353
head(ST_family_classes)
5454
```
5555

56+
Here we determine the family-level classes for a single taxonomic family and match them to the class descriptions stored in`ST_family_classes`.
57+
5658
```{r}
5759
afamily_classes <- parse_family("fine-loamy, mixed, semiactive, mesic ultic haploxeralfs")$classes_split[[1]]
5860
class_descriptions <- subset(ST_family_classes, classname %in% afamily_classes)
5961
class_descriptions[match(afamily_classes, class_descriptions$classname),]
60-
```
62+
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp