forked from EDIorg/ecocomDP
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
118 lines (118 loc) · 3.49 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
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.2.1
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 = "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 (>= 1.1-2),
data.table (>= 1.13.0),
dplyr (>= 0.7.1),
EML (>= 2.0.5),
emld (>= 0.5.1),
geosphere (>= 1.5),
ggplot2 (>= 3.3.3),
httr (>= 1.3.1),
lubridate (>= 1.7.4),
magrittr,
methods,
neonUtilities (>= 2.1.1),
rlang,
rmarkdown,
stats,
stringr (>= 1.2.0),
tidyr (>= 0.6.1),
tools,
utils,
uuid (>= 0.1-4),
xml2 (>= 1.3.0),
Suggests:
knitr,
mime (>= 0.9),
reader (>= 1.0.6),
ritis (>= 1.0.0),
taxize (<= 0.9.99),
testthat,
worrms (>= 0.4.2),
ggrepel,
usmap (>= 0.6.0),
maptools,
rgdal
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Language: en-US