-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
36 lines (36 loc) · 982 Bytes
/
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
Package: neonPlants
Title: Tools to access and work with NEON plant data
Version: 0.0.0.9000
Authors@R:
c(person(given = "Eric",
family = "Sokol",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5923-0917")),
person(given = "Dave",
family = "Barnett",
role = c("aut")),
person(given = "Sam",
family = "Simkin",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2418-4265"))
)
Description: Library of R functions to work with NEON plant data.
License: GPL (>= 3)
Suggests:
neonUtilities (>= 2.3.0),
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr,
glue,
lifecycle,
magrittr,
methods,
rlang,
stringr,
tidyr