-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.65 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
Package: dendrobands
Title: Dendrometer bands data for the SCBI ForestGEO plot
Description: There are two sets of measurements: 1) Biannual dendrometer bands: dendrometer bands on >500 trees measured at start and end of growing season & 2) Intra-annual dendrometer bands: dendrometer bands on >150 trees measured ~ every 2 weeks
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", email = "[email protected]", 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 = "Jessica", family = "Shue", role = "aut", comment = c(ORCID = "0000-0003-3026-5838")),
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"))
)
Depends: R (>= 4.0.0)
Imports:
testthat,
knitr,
ggplot2,
dplyr,
readr,
tidyr,
stringr,
lubridate,
here,
zoo,
purrr,
data.table
URL: https://github.com/SCBI-ForestGEO/Dendrobands
BugReports: https://github.com/SCBI-ForestGEO/Dendrobands/issues
Config/testthat/edition: 3