-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.6 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
50
51
52
Package: plantTracker
Title: Extract Demographic and Competition Data from Fine-Scale Maps
Version: 1.1.0
Date: 2023-05-03
Authors@R: c(person(given = "Alice",
family = "Stears",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1325-6641")),
person(given = "Jared",
family = "Studyvin",
role = c("aut"),
email = "[email protected]"),
person(given = "David",
family = "Atkins",
role = c("aut"),
email = "[email protected]"))
Author: Alice Stears [aut, cre] (<https://orcid.org/0000-0002-1325-6641>), Jared Studyvin [aut], David Atkins [aut]
Maintainer: Alice Stears <[email protected]>
Description: Extracts growth, survival, and local neighborhood density
information from repeated, fine-scale maps of organism occurrence. Further
information about this package can be found in our journal article,
"plantTracker: An R package to translate maps of plant occurrence into
demographic data" published in 2022 in Methods in Ecology and Evolution
(Stears, et al., 2022) <doi:10.1111/2041-210X.13950>.
License: MIT + file LICENSE
URL: https://github.com/aestears/plantTracker
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
spelling,
minidown,
ggplot2
Config/testthat/edition: 3
Imports:
Matrix,
igraph,
sf,
methods,
stats,
graphics,
grDevices,
units
VignetteBuilder: knitr
Language: en-US