-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 2.27 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
Package: SCBImortality
Title: Harvard Forest ForestGEO Tree Mortality Data
Description: This is the private data portal for the Harvard Forest ForestGEO plot tree mortality raw data. A script generates the cleaned data, which is then puchsed to the public repo.
License: MIT + file LICENSE
Version: 0.1.0
Authors@R: c(
person(given = "Kristina", family = "Anderson-Teixeira", role = "aut", comment = c(ORCID = "0000-0001-8461-9713")),
person(given = "William", family = "McShea", role = "aut", comment = c(ORCID = "0000-0002-8102-0200")),
person(given = "Erika", family = "Gonzalez-Akre", role = "aut", comment = c(ORCID = "0000-0001-8305-6672")),
person(given = "Victoria", family = "Meakem", role = "aut"),
person(given = "Ryan", family = "Helcoski", role = "aut"),
person(given = "Ian", family = "McGregor", role = "aut", comment = c(ORCID = "0000-0001-8305-6672")),
person(given = "Alyssa", family = "Terrell", role = "aut"),
person(given = c("Albert", "Y."), family = "Kim", role = c("cre", "aut"), email = "[email protected]", comment = c(ORCID = "0000-0001-7824-306X")),
person(given = c("Valentine"), family = "Herrmann", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-4519-481X")),
person(given = "Nidhi", family = "Vinod", role = "aut"),
person(given = "Cameron", family = "Dow", role = "aut"),
person(given = c("Daniel", "J."), family = "Johnson", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0002-8585-2143")),
person(given = "Lukas", family = "Magee", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0003-3124-2275")),
person(given = "Jess", family = "Shue", role = "aut", email = "[email protected]"),
person(given = "Ross", family = "Barreto", role = "aut"),
person(given = "Nicolle", family = "Montero", role = "aut"),
person(given = "Karl", family = "Novack", role = "aut")
)
Depends: R (>= 4.0.0)
Imports:
testthat,
here,
readxl,
rgdal,
dplyr,
readr,
stringr,
ggplot2,
png,
grid,
patchwork,
janitor,
lubridate,
patchwork,
gganimate,
gifski
URL: https://github.com/SCBI-ForestGEO/HarvardMortality/
BugReports: https://github.com/SCBI-ForestGEO/HarvardMortality/issues
Config/testthat/edition: 3