-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
47 lines (47 loc) · 1.42 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: InterpretationEngine
Title: Stand-alone NASIS Interpretation Engine
Version: 0.1.1
Authors@R:
c(person(given = "Dylan",
family = "Beaudette",
role = c("aut", "cre"),
email = "dylan.beaudette@usda.gov"),
person(given = "Joseph",
family = "Brehm",
role = c("aut"),
email = "jrbrehm@nmsu.edu"),
person(given = "Andrew",
family = "Brown",
role = c("aut"),
email = "andrew.g.brown@usda.gov"))
Maintainer: Dylan Beaudette <dylan.beaudette@usda.gov>
Description: InterpretationEngine contains tools to develop, test, and apply interpretations to soil data outside the context of NASIS. This project aims to create a prototype from existing interpretation rules, evaluations, and properties as managed in NASIS. Once the prototype is complete it should be possible to generate fuzzy ratings from arbitrary sources of soil and environmental data sources.
License: GPL (>= 3)
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports:
methods,
data.tree,
digest,
XML,
data.table,
parallel,
doParallel,
foreach,
soilDB,
terra,
matrixStats
Suggests:
rvest,
raster,
dplyr,
tidyr,
forcats,
caret,
testthat (>= 3.0.0)
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3
URL: http://ncss-tech.github.io/interpretation-engine/