Type: Package Package: map Title: Defines a meta class of geographical objects, the 'map' class, and associated tools Version: 1.1.2.9002 Date: 2026-03-26 Authors@R: c( person("Eliot J B", "McIntire", , "eliot.mcintire@nrcan-rncan.gc.ca", role = "aut", comment = c(ORCID = "0000-0002-6914-8316")), person("Alex M", "Chubaty", , "achubaty@for-cast.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7146-8135")), person("His Majesty the King in Right of Canada, as represented by the Minister of Natural Resources Canada", role = "cph") ) Description: The 'map' class is a collection of geospatial objects (e.g., from the 'sp', 'raster', 'sf', and 'terra' packages), with a number of metadata additions to enable powerful methods, e.g., for 'leaflet', reproducible GIS etc. License: GPL-3 URL: https://predictiveecology.github.io/map/, https://github.com/PredictiveEcology/map BugReports: https://github.com/PredictiveEcology/map/issues Depends: R (>= 4.3) Imports: data.table (>= 1.10.4), digest, methods, parallelly, pemisc (>= 0.0.4.9016), raster (>= 2.8.4), reproducible (>= 2.0.8.9001), sf, stats, terra, tiler (>= 0.3.0), utils, withr Suggests: covr, sp, SpaDES.tools (>= 2.0.4.9002), testthat (>= 3.0.0), usethis Remotes: PredictiveEcology/pemisc@development, PredictiveEcology/reproducible@development, PredictiveEcology/SpaDES.tools@development, ropensci/tiler ByteCompile: yes Config/testthat/edition: 3 Encoding: UTF-8 Language: en-CA Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Collate: 'GIS.R' 'makeTiles.R' 'map-Defunct.R' 'map-analysis.R' 'map-class.R' 'map-package.R' 'map.R' 'metadata.R' 'rbindlistAG.R' 'zzz.R' Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make default-jdk libpng-dev libuv1-dev libssl-dev libproj-dev python3 libsqlite3-dev libudunits2-dev Repository: https://predictiveecology.r-universe.dev Date/Publication: 2026-03-27 01:59:08 UTC RemoteUrl: https://github.com/PredictiveEcology/map RemoteRef: development RemoteSha: 3c7373d10d38ba17123c0c195d91eedfcafd2a2b NeedsCompilation: no Packaged: 2026-06-22 23:35:22 UTC; root Author: Eliot J B McIntire [aut] (ORCID: ), Alex M Chubaty [aut, cre] (ORCID: ), His Majesty the King in Right of Canada, as represented by the Minister of Natural Resources Canada [cph] Maintainer: Alex M Chubaty