-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 1.01 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
Package: rgeopackage
Title: Helper Tools in Creating or Handling GeoPackage Files
Version: 0.0.0.900
Authors@R: c(
person("Floris", "Vanderhaeghe", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6378-6229")),
person("Research Institute for Nature and Forest", , , "[email protected]", role = "cph"),
person("Eli", "Pousson", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-8280-1706"))
)
Description: The aim of this R package is to provide helper tools in
creating or handling GeoPackage files, in order to complement other R
spatial packages or GDAL. The package has no dependencies on other
spatial packages and is not tied to any particular package by design.
License: GPL (>= 3)
Depends:
R (>= 3.1.0)
Suggests:
covr,
dplyr,
openssl,
RSQLite,
sf,
stars,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3