-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 1.24 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
Package: 2023census
Title: Smithsonian Conservation Biology Institute (SCBI) ForestGEO 2023 main census
Description: This is the private data portal for the SCBI ForestGEO plot. 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 = 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")),
)
Depends: R (>= 4.0.0)
Imports:
testthat,
here,
readxl,
data.table,
dplyr,
ggplot2,
sf,
curl
URL: https://github.com/SCBI-ForestGEO/SCBImortality
BugReports: https://github.com/SCBI-ForestGEO/SCBImortality/issues
Config/testthat/edition: 3