-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
53 lines (53 loc) · 1.25 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
48
49
50
51
52
53
Package: ASCI
Type: Package
Title: Calculate scores for the Algal Stream Condition Index
Version: 2.5.5
Date: 2020-08-05
Description: Calculate ASCI scores using diatom, soft-bodied algae, or a hybrid appproach. Scores are used for bioassessment of California perennial streams.
BugReports: https://github.com/SCCWRP/ASCI/issues
License: CC0
LazyData: true
Imports:
dplyr,
magrittr,
plyr,
purrr,
quantregForest,
randomForest,
reshape2,
tibble,
tidyr,
vegan,
glue,
stringr
Depends:
R (>= 3.5.0),
methods
Encoding: UTF-8
Authors@R: c(
person(given = "Marcus W.", family = "Beck",
role = c("aut","cre"),
email = "[email protected]"
),
person(given = "Susanna", family = "Theroux",
role = "aut",
email = "[email protected]"
),
person(given = "Quynh-Thi", family = "Ho",
role = c("aut"),
email = "[email protected]"
),
person(given = "Robert", family = "Butler",
role = "aut",
email = "[email protected]"
),
person(given = "John", family = "Van Sickle",
role = "aut",
email = "[email protected]"
),
person(given = "Duy", family = "Nguyen",
role = "ctb",
email = "[email protected]"
)
)
RoxygenNote: 7.1.1