-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
49 lines (49 loc) · 2.43 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
Package: neonDivData
Type: Package
Title: Standardized NEON Organismal Data for Biodiversity Research
Version: 0.1.1
Authors@R: c(
person(given = "Daijiang", family = "Li", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0925-3421")),
person(given = "Sydne", family = "Record", role = c("aut")),
person(given = "Eric", family = "Sokol", email = "[email protected]", role = c("aut")),
person(given = "Matthew", family = "Bitters", role = c("aut")),
person(given = "Melissa", family = "Chen", role = c("aut")),
person(given = "Anny", family = "Chung", role = c("aut")),
person(given = "Matthew", family = "Helmus", role = c("aut")),
person(given = "Ruvi", family = "Jaimes", role = c("aut")),
person(given = "Lara", family = "Jansen", role = c("aut")),
person(given = "Marta", family = "Jarzyna", role = c("aut")),
person(given = "Michael", family = "Just", role = c("aut")),
person(given = "Jalene", family = "LaMontagne", role = c("aut")),
person(given = "Brett", family = "Melbourne", role = c("aut")),
person(given = "Wynne", family = "Moss", role = c("aut")),
person(given = "Kari", family = "Norman", role = c("aut")),
person(given = "Stephanie", family = "Parker", role = c("aut")),
person(given = "Natalie", family = "Robinson", role = c("aut")),
person(given = "Bijan", family = "Seyednasrollah", role = c("aut")),
person(given = "Colin", family = "Smith", role = c("aut")),
person(given = "Sarah", family = "Spaulding", role = c("aut")),
person(given = "Thilina", family = "Surasinghe", role = c("aut")),
person(given = "Sarah", family = "Thomsen", role = c("aut")),
person(given = "Phoebe", family = "Zarnetske", role = c("aut"))
)
Description: Cleaned, simplified, and standardized NEON organismal data for biodiversity research.
The following taxonomic groups are included so far: algae, beetles, birds, fish, herptiles,
macroinvertebrates, mosquitoes, plants, small_mammals, ticks, tick_pathogens, and zooplankton.
NEON input data (<https://data.neonscience.org>) were processed and standardized using R
package `ecocomDP` (<https://github.com/EDIorg/ecocomDP>).
License: CC0
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Imports:
tibble
Suggests:
tidyverse,
neonUtilities,
lubridate,
testthat (>= 3.0.0)
Config/testthat/edition: 3