-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
28 lines (28 loc) · 1.82 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
Package: SCBImortality
Title: Smithsonian Conservation Biology Institute (SCBI) ForestGEO Tree Mortality Data
Description: This is the private data portal for the SCBI 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", email = "[email protected]", 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", comment = c(ORCID = "0000-0003-3579-0121")),
person(given = "Ian", family = "McGregor", role = "aut", comment = c(ORCID = "0000-0002-5763-021X")),
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", comment = c(ORCID = "0000-0002-8365-598X")),
person(given = "Rachel", family = "Hoffman", role = "aut", comment = c(ORCID = "0009-0006-3342-4362"))
)
Depends: R (>= 4.0.0)
Imports:
here,
data.table,
tidyverse,
sf
URL: https://github.com/SCBI-ForestGEO/SCBImortality
BugReports: https://github.com/SCBI-ForestGEO/SCBImortality/issues
Config/testthat/edition: 3