forked from njtierney/geotargets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.12 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
Package: geotargets
Title: Targets extensions for geospatial formats
Version: 0.0.0.9000
Authors@R: c(
person(
given = "Nicholas",
family = "Tierney",
email = "nicholas.tierney@gmail.com",
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. See the vignettes for worked
examples and 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.1
Imports:
targets,
rlang,
cli
Suggests:
terra,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/njtierney/geotargets
BugReports: https://github.com/njtierney/geotargets/issues