-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
70 lines (70 loc) · 1.79 KB
/
DESCRIPTION
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
69
70
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 map objects ('sp', 'raster', 'sf'), with a
number of metadata additions to enable powerful methods, e.g.,
for leaflet, reproducible GIS etc.
URL:
http://map.predictiveecology.org,
https://github.com/PredictiveEcology/map
Date: 2022-10-07
Version: 0.0.4
Authors@R: c(
person("Eliot J B", "McIntire", email = "[email protected]",
role = c("aut", "cre"), comment=c(ORCID = "0000-0002-6914-8316")),
person("Alex M", "Chubaty", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0001-7146-8135")),
person("Her Majesty the Queen in Right of Canada, as represented by the Minister of Natural Resources Canada",
role = "cph")
)
Depends:
R (>= 4.0)
Imports:
backports,
data.table (>= 1.10.4),
fastdigest,
fasterize,
methods,
pemisc (>= 0.0.4.9003),
quickPlot,
reproducible (>= 1.2.1),
raster (>= 2.8.4),
rgeos,
sf,
sp,
stats,
tiler (>= 0.2.6),
utils
Suggests:
covr,
gdalUtils,
knitr,
rgdal,
rmarkdown,
SpaDES.tools,
testthat
Remotes:
ropensci/tiler,
gearslaboratory/gdalUtils,
PredictiveEcology/pemisc@development,
cran/rgdal,
cran/rgeos,
PredictiveEcology/SpaDES.tools@development
Encoding: UTF-8
Language: en-CA
License: GPL-3
VignetteBuilder: knitr, rmarkdown
BugReports: https://github.com/PredictiveEcology/map/issues
ByteCompile: yes
Collate:
'GIS.R'
'buildMetadata.R'
'makeTiles.R'
'map-analysis.R'
'map-class.R'
'map-package.R'
'map.R'
'rbindlistAG.R'
'zzz.R'
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)