Package: metaRange Title: Framework to Build Mechanistic and Metabolic Constrained Species Distribution Models Version: 1.2.0 Authors@R: c(person(given = "Stefan", family = "Fallert", role = c("aut", "cre", "cph"), email = "srfallert@gmail.com", comment = c(ORCID = "0000-0002-9939-4219")), person(given = "Lea", family = "Li", role = c("aut", "cph"), comment = c("Implemented the first version of the metabolic scaling")), person(given = "Juliano", family = "Sarmento Cabral", role = c("aut", "cph", "ths"), email = "j.sarmentocabral@bham.ac.uk", comment = c(ORCID = "0000-0002-0116-220X")), person(given = "Tyler", family = "Morgan-Wall", role = c("ctb", "cph"), comment = c(ORCID = "0000-0002-3131-3814")), person(given = "Bavarian Ministry of Science and Arts (bayklif)", role = c("fnd")), person(given = "Deutsche Bundesstiftung Umwelt (DBU)", role = c("fnd"))) Description: Build spatially and temporally explicit process-based species distribution models, that can include an arbitrary number of environmental factors, species and processes including metabolic constraints and species interactions. The focus of the package is simulating populations of one or multiple species in a grid-based landscape and studying the meta-population dynamics and emergent patterns that arise from the interaction of species under complex environmental conditions. It provides functions for common ecological processes such as negative exponential, kernel-based dispersal (see Nathan et al. (2012) ), calculation of the environmental suitability based on cardinal values ( Yin et al. (1995) , simplified by Yan and Hunt (1999) see eq: 4), reproduction in form of an Ricker model (see Ricker (1954) and Cabral and Schurr (2010) ), as well as metabolic scaling based on the metabolic theory of ecology (see Brown et al. (2004) and Brown, Sibly and Kodric-Brown (2012) ). License: GPL-3 Copyright: see inst/COPYRIGHTS URL: https://metaRange.github.io/metaRange/ BugReports: https://github.com/metaRange/metaRange/issues Depends: R (>= 4.1.0) Imports: Rcpp (>= 1.0.10), terra, R6, checkmate, grDevices, graphics, utils Suggests: knitr, rmarkdown, tinytest VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 LinkingTo: Rcpp, RcppArmadillo Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libproj-dev libsqlite3-dev Repository: https://metarange.r-universe.dev Date/Publication: 2024-03-26 19:12:32 UTC RemoteUrl: https://github.com/metarange/metarange RemoteRef: HEAD RemoteSha: d643acb92ff8bce486a698b25c8c9e284cbb4620 NeedsCompilation: yes Packaged: 2026-06-14 10:07:36 UTC; root Author: Stefan Fallert [aut, cre, cph] (ORCID: ), Lea Li [aut, cph] (Implemented the first version of the metabolic scaling), Juliano Sarmento Cabral [aut, cph, ths] (ORCID: ), Tyler Morgan-Wall [ctb, cph] (ORCID: ), Bavarian Ministry of Science and Arts (bayklif) [fnd], Deutsche Bundesstiftung Umwelt (DBU) [fnd] Maintainer: Stefan Fallert