-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
51 lines (51 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: forestecology
Type: Package
Title: Fitting and Assessing Neighborhood Models of the Effect of Interspecific Competition on the Growth of Trees
Version: 0.2.0.9000
Authors@R: c(
person(given = "Albert Y.", family = "Kim", email = "albert.ys.kim@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7824-306X")),
person(given = "David", family = "Allen", email = "dallen@middlebury.edu", role = "aut", comment = c(ORCID = "0000-0002-0712-9603")),
person(given = "Simon", family = "Couch", email = "simonpatrickcouch@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-5676-5107"))
)
Maintainer: Albert Y. Kim <albert.ys.kim@gmail.com>
Description: Code for fitting and assessing models for the growth of trees. In
particular for the Bayesian neighborhood competition linear regression model
of Allen (2020): methods for model fitting and generating fitted/predicted
values, evaluating the effect of competitor species identity using
permutation tests, and evaluating model performance using spatial
cross-validation.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/rudeboybert/forestecology
BugReports: https://github.com/rudeboybert/forestecology/issues
Depends:
R (>= 3.2.4)
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
covr
Imports:
magrittr,
rlang,
glue,
ggplot2,
stringr,
dplyr,
tidyr,
purrr,
ggridges,
mvnfast,
sf,
sfheaders,
snakecase,
tibble,
yardstick,
blockCV,
forcats,
patchwork
Config/testthat/edition: 3
VignetteBuilder: knitr