Package: ipmr Title: Integral Projection Models Version: 0.0.7 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"), person(given = "Eric", family = "Scott", email = "scottericr@gmail.com", role = "ctb")) Description: Flexibly implements Integral Projection Models using a mathematical(ish) syntax. This package will not help with the vital rate modeling process, but will help convert those regression models into an IPM. 'ipmr' 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) , Merow et al. (2013) , Rees et al. (2014) , and Metcalf et al. (2015) . Williams et al. (2012) discuss the problem of unintentional eviction. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Suggests: covr, knitr, lme4, mvtnorm, rmarkdown, roxygen2, spelling, testthat, tools VignetteBuilder: knitr Language: en-US Imports: graphics, grDevices, magrittr, methods, purrr (>= 0.3.0), rlang (>= 0.3.0), stats, utils, Rcpp Depends: R (>= 3.4) RoxygenNote: 7.2.2 Config/testthat/parallel: true Config/testthat/edition: 3 LinkingTo: Rcpp URL: https://padrinoDB.github.io/ipmr/, https://github.com/padrinoDB/ipmr BugReports: https://github.com/padrinoDB/ipmr/issues Repository: https://padrinodb.r-universe.dev Date/Publication: 2025-06-08 12:47:19 UTC RemoteUrl: https://github.com/padrinodb/ipmr RemoteRef: HEAD RemoteSha: 7e1faad41317942af2039469b23faa7ee3801da1 NeedsCompilation: yes Packaged: 2026-06-24 12:04:50 UTC; root Author: Sam Levin [aut, cre] (ORCID: ), Aldo Compagnoni [aut], Dylan Childs [aut], Sanne Evers [aut], Roberto Salguero-Gomez [aut], Tiffany Knight [aut], Eric Scott [ctb] Maintainer: Sam Levin