Package: forestecology
Type: Package
Title: Fitting and Assessing Neighborhood Models of the Effect of
        Interspecific Competition on the Growth of Trees
Version: 0.2.1
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
RoxygenNote: 7.3.2
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, patchwork,
        blockCV
Imports: magrittr, rlang, glue, ggplot2, stringr, dplyr, tidyr, purrr,
        ggridges, mvnfast, sf, sfheaders, snakecase, tibble, yardstick,
        forcats
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-08-26 22:41:19 UTC; akim04
Author: Albert Y. Kim [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-7824-306X>),
  David Allen [aut] (ORCID: <https://orcid.org/0000-0002-0712-9603>),
  Simon Couch [aut] (ORCID: <https://orcid.org/0000-0001-5676-5107>)
Repository: CRAN
Date/Publication: 2025-08-27 08:00:07 UTC
Built: R 4.6.0; ; 2025-10-14 03:12:48 UTC; windows
