Package: LandR Type: Package Title: Landscape Ecosystem Modelling in R Description: Utilities for 'LandR' suite of landscape simulation models. These models simulate forest vegetation dynamics based on LANDIS-II, and incorporate fire and insect disturbance, as well as other important ecological processes. Models are implemented as 'SpaDES' modules. URL: https://landr.predictiveecology.org, https://github.com/PredictiveEcology/LandR Date: 2026-05-28 Version: 1.2.0.9003 Authors@R: c( person("Eliot J B", "McIntire", email = "eliot.mcintire@nrcan-rncan.gc.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6914-8316")), person("Alex M", "Chubaty", email = "achubaty@for-cast.ca", role = c("aut"), comment = c(ORCID = "0000-0001-7146-8135")), person("Ceres", "Barros", email = "ceres.barros@ubc.ca", role = c("aut"), comment = c(ORCID = "0000-0003-4036-977X")), person("Ian M S", "Eddy", email = "ian.eddy@nrcan-rncan.gc.ca", role = c("aut"), comment = c(ORCID = "0000-0001-7397-2116")), person(paste("His Majesty the King in Right of Canada,", "as represented by the Minister of Natural Resources Canada"), role = "cph") ) Depends: R (>= 4.3) Imports: cli, data.table, Formula, fpCompare, ggplot2, ggspatial, grDevices, httr2, lme4, methods, MuMIn (>= 1.42.5), parallel, patchwork, pemisc (>= 0.0.4.9011), quickPlot (>= 1.0.4), raster, RColorBrewer, Rcpp (>= 1.0.10), reproducible (>= 3.1.1.9063), sf, sp, SpaDES.tools (>= 2.1.1), stats, terra, tidyterra, tools, utils, viridis LinkingTo: Rcpp Suggests: arrow, bbmle, biomod2 (>= 4.2-2), BioSIM (>= 1.1.0), covr, curl (>= 6.4.0), digest, dplyr, fasterize, future, future.apply, geodata, ggalluvial, ggpubr, ggrepel, googledrive (>= 2.0.0), httr, lqmm, map, MASS, memuse, parallelly, purrr, qs2, rasterVis, RCurl, RhpcBLASctl, rlang, roxygen2, R.utils, SpaDES.core, spelling, testthat, withr, XML Remotes: CeresBarros/biomod2@dev_currentCeres, RNCan/BioSimClient_R, PredictiveEcology/map@development, PredictiveEcology/pemisc@development, PredictiveEcology/reproducible@development, PredictiveEcology/SpaDES.core@development, PredictiveEcology/SpaDES.tools@development Encoding: UTF-8 Language: en-CA License: GPL-3 BugReports: https://github.com/PredictiveEcology/LandR/issues ByteCompile: yes LazyData: true Collate: 'LANDIS-II-tables.R' 'LandR-package.R' 'RcppExports.R' 'SummarizeCanadianForestRasters.R' 'assertions.R' 'biomodWrappers.R' 'biosim.R' 'chooseName.R' 'cohorts.R' 'convertUnwantedLCC2.R' 'dem.R' 'disturbances.R' 'ecoregions.R' 'ecozones.R' 'fireSeverity.R' 'imports.R' 'lccMapGenerator.R' 'light-shade.R' 'makeDummyInputs.R' 'maps.R' 'maxBestimation.R' 'misc.R' 'nullClimate.R' 'overlayLCCs.R' 'partitionBiomass.R' 'plot-summaries.R' 'plot-transitions.R' 'plotting.R' 'prepEcoregions.R' 'prepInputObjects.R' 'prepInputs_NTEMS.R' 'prepSpeciesLayers.R' 'seedDispersalLANDIS.R' 'serotiny-resprouting.R' 'speciesPresentFromKNN.R' 'speciesTable.R' 'sppEquivalencies_CA.R' 'sppHarmonize.R' 'studyArea.R' 'terra-raster-utils.R' 'wildfire.R' 'zzz.R' Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Config/testthat/parallel: true Config/testthat/start-first: prep* Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make default-jdk libicu-dev libjpeg-dev libpng-dev libuv1-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://predictiveecology.r-universe.dev Date/Publication: 2026-06-30 19:09:00 UTC RemoteUrl: https://github.com/PredictiveEcology/LandR RemoteRef: development RemoteSha: e1b16d9f1375380b697f46a3ef06f1efc59a5cf4 NeedsCompilation: yes Packaged: 2026-06-30 21:22:03 UTC; root Author: Eliot J B McIntire [aut, cre] (ORCID: ), Alex M Chubaty [aut] (ORCID: ), Ceres Barros [aut] (ORCID: ), Ian M S Eddy [aut] (ORCID: ), His Majesty the King in Right of Canada, as represented by the Minister of Natural Resources Canada [cph] Maintainer: Eliot J B McIntire