-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
46 lines (46 loc) · 1.49 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
Package: wk
Title: Lightweight Well-Known Geometry Parsing
Version: 0.9.3.9000
Authors@R:
c(
person(given = "Dewey",
family = "Dunnington",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9415-4582")),
person(given = "Edzer",
family = "Pebesma",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8049-7069")),
person(given = "Anthony",
family = "North",
email = "[email protected]",
role = c("ctb"))
)
Maintainer: Dewey Dunnington <[email protected]>
Description: Provides a minimal R and C++ API for parsing
well-known binary and well-known text representation of
geometries to and from R-native formats.
Well-known binary is compact
and fast to parse; well-known text is human-readable
and is useful for writing tests. These formats are
useful in R only if the information they contain can be
accessed in R, for which high-performance functions
are provided here.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0),
vctrs (>= 0.3.0),
sf,
tibble,
readr
URL: https://paleolimbot.github.io/wk/, https://github.com/paleolimbot/wk
BugReports: https://github.com/paleolimbot/wk/issues
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true