-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
123 lines (123 loc) · 3.48 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Package: ecocomDP
Type: Package
Title: Tools to Create, Use, and Convert ecocomDP Data
Description: Work with the Ecological Community Data Design Pattern. 'ecocomDP'
is a flexible data model for harmonizing ecological community surveys, in a
research question agnostic format, from source data published across
repositories, and with methods that keep the derived data up-to-date as the
underlying sources change. Described in O'Brien et al. (2021),
<doi:10.1016/j.ecoinf.2021.101374>.
Version: 1.3.2
Authors@R:
c(person(given = "Colin",
family = "Smith",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2261-9931")),
person(given = "Eric",
family = "Sokol",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5923-0917")),
person(given = "Margaret",
family = "O'Brien",
role = c("aut"),
comment = c(ORCID = "0000-0002-1693-8322")),
person(given = "Matt",
family = "Bitters",
role = c("ctb")),
person(given = "Melissa",
family = "Chen",
role = c("ctb")),
person(given = "Savannah",
family = "Gonzales",
role = c("ctb")),
person(given = "Matt",
family = "Helmus",
role = c("ctb")),
person(given = "Brendan",
family = "Hobart",
role = c("ctb")),
person(given = "Ruvi",
family = "Jaimes",
role = c("ctb")),
person(given = "Lara",
family = "Janson",
role = c("ctb")),
person(given = "Marta",
family = "Jarzyna",
role = c("ctb")),
person(given = "Michael",
family = "Just",
role = c("ctb")),
person(given = "Daijiang",
family = "Li",
role = c("ctb")),
person(given = "Wynne",
family = "Moss",
role = c("ctb")),
person(given = "Kari",
family = "Norman",
role = c("ctb")),
person(given = "Stephanie",
family = "Parker",
role = c("ctb")),
person(given = "Rafael",
family = "Rangel",
role = c("ctb"),
comment = c(ORCID = "0009-0000-6265-3064")),
person(given = "Natalie",
family = "Robinson",
role = c("ctb")),
person(given = "Thilina",
family = "Surasinghe",
role = c("ctb")),
person(given = "Kyle",
family = "Zollo-Venecek",
role = c("ctb"),
comment = c(ORCID = "0000-0002-1615-590X"))
)
License: MIT + file LICENSE
URL: https://github.com/EDIorg/ecocomDP
BugReports: https://github.com/EDIorg/ecocomDP/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.4.0)
Imports:
RColorBrewer,
data.table,
dplyr,
EML (>= 2.0.5),
emld (>= 0.5.1),
geosphere,
ggplot2,
httr,
lubridate,
magrittr,
methods,
neonUtilities (>= 2.1.1),
rlang,
rmarkdown,
stats,
stringr,
tidyr,
tools,
utils,
uuid,
xml2,
neonOS
Suggests:
knitr,
mime,
reader,
ritis,
taxize,
testthat,
worrms,
ggrepel,
usmap (>= 0.6.1),
sf (>= 1.0.9),
maps
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Language: en-US