-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.41 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
Package: geotargets
Title: 'Targets' Extensions for Geospatial Formats
Version: 0.2.0.9000
Authors@R: c(
person(
given = "Nicholas",
family = "Tierney",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1460-8722")
),
person(
given = "Eric",
family = "Scott",
role = c("aut"),
comment = c(ORCID = "0000-0002-7430-7879")
),
person(
given = "Andrew",
family = "Brown",
role = c("aut"),
comment = c(ORCID = "0000-0002-4565-533X")
)
)
Description: Provides extensions for various geospatial file formats,
such as shapefiles and rasters. Currently provides support for the 'terra'
geospatial formats. See the vignettes for worked examples, demonstrations,
and explanations of how to use the various package extensions.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
targets (>= 1.8.0),
rlang (>= 1.1.3),
cli (>= 3.6.2),
terra (>= 1.7.71),
withr (>= 3.0.0),
zip,
lifecycle
Suggests:
crew (>= 0.9.2),
knitr,
ncmeta,
rmarkdown,
sf,
stars,
testthat (>= 3.0.0),
fs
Config/testthat/edition: 3
URL: https://github.com/njtierney/geotargets, http://geotargets.njtierney.com
BugReports: https://github.com/njtierney/geotargets/issues
VignetteBuilder: knitr
date: