Package: ipmr
Title: Fits Integral Projection Models Using an Expression Based
        Framework
Version: 0.0.1
Authors@R: c( 
    person(given = "Sam",
           family = "Levin",
           role = c("aut", "cre"),
           email = "levisc8@gmail.com",
           comment = c(ORCID = "0000-0002-3289-9925")),
    person(given = "Aldo",
           family = "Compagnoni",
           email = "aldo.compagnoni@idiv.de",
           role = "aut"),
    person(given = "Dylan",
           family = "Childs",
           email = "d.childs@sheffield.ac.uk",
           role = "aut"),
    person(given = "Sanne",
           family = "Evers",
           email = "sanne.evers@idiv.de",
           role = "aut"),
    person(given = "Roberto",
           family = "Salguero-Gomez",
           email = "rob.salguero@zoo.ox.ac.uk",
           role = "aut"),
    person(given = "Tiffany",
           family = "Knight",
           email = "tiffany.knight@idiv.de",
           role = "aut"))
Description: Flexibly implements Integral Projection Models using an expression 
  based framework. This will not abstract away the model selection process, 
  but it will make sure you get everything after that correct. It handles density
  dependence and environmental stochasticity, with a couple of options for 
  implementing the latter. In addition, provides functions to avoid unintentional
  eviction of individuals from models. Additionally, provides model diagnostic tools, 
  plotting functionality, stochastic/deterministic simulations, and analysis tools.
  Integral projection models are described in depth by Easterling et al. (2000) 
  <doi:10.1890/0012-9658(2000)081[0694:SSSAAN]2.0.CO;2>, Merow et al. (2013) 
  <doi:10.1111/2041-210X.12146>, Rees et al. (2014) <doi:10.1111/1365-2656.12178>,
  and Metcalf et al. (2015) <doi:10.1111/2041-210X.12405>. 
  Williams et al. (2012) <doi:10.1890/11-2147.1> discuss the problem of 
  unintentional eviction.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests: knitr, lme4, mvtnorm, rmarkdown, roxygen2, spelling,
        testthat, covr
VignetteBuilder: knitr
Language: en-US
Imports: graphics, grDevices, magrittr, methods, purrr (>= 0.3.0),
        rlang (>= 0.3.0), stats, utils, Rcpp
Depends: R (>= 3.2.3)
RoxygenNote: 7.1.1
Config/testthat/parallel: true
Config/testthat/edition: 3
LinkingTo: Rcpp
URL: https://levisc8.github.io/ipmr/, https://github.com/levisc8/ipmr
BugReports: https://github.com/levisc8/ipmr/issues
NeedsCompilation: yes
Packaged: 2021-02-05 13:35:04 UTC; sl13sise
Author: Sam Levin [aut, cre] (<https://orcid.org/0000-0002-3289-9925>),
  Aldo Compagnoni [aut],
  Dylan Childs [aut],
  Sanne Evers [aut],
  Roberto Salguero-Gomez [aut],
  Tiffany Knight [aut]
Maintainer: Sam Levin <levisc8@gmail.com>
Repository: CRAN
Date/Publication: 2021-02-10 10:40:26 UTC
Built: R 3.6.3; x86_64-w64-mingw32; 2021-05-12 19:32:09 UTC; windows
Archs: i386, x64
