-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
68 lines (68 loc) · 1.87 KB
/
DESCRIPTION
File metadata and controls
68 lines (68 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Package: map
Type: Package
Title: Defines a meta class of geographical objects, the 'map' class, and associated tools
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.
URL:
https://predictiveecology.github.io/map/,
https://github.com/PredictiveEcology/map
Date: 2025-07-28
Version: 1.1.2
Authors@R: c(
person("Eliot J B", "McIntire", email = "eliot.mcintire@nrcan-rncan.gc.ca",
role = c("aut"), comment=c(ORCID = "0000-0002-6914-8316")),
person("Alex M", "Chubaty", email = "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")
)
Depends:
R (>= 4.3)
Imports:
data.table (>= 1.10.4),
digest,
methods,
parallelly,
pemisc (>= 0.0.4.9008),
quickPlot,
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:
ropensci/tiler,
PredictiveEcology/pemisc@development,
PredictiveEcology/quickPlot@development,
PredictiveEcology/reproducible@development,
PredictiveEcology/SpaDES.tools@development
Encoding: UTF-8
Language: en-CA
License: GPL-3
BugReports: https://github.com/PredictiveEcology/map/issues
ByteCompile: yes
Collate:
'GIS.R'
'buildMetadata.R'
'makeTiles.R'
'map-Defunct.R'
'map-analysis.R'
'map-class.R'
'map-package.R'
'map.R'
'rbindlistAG.R'
'zzz.R'
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3