Package: wk Title: Lightweight Well-Known Geometry Parsing Version: 0.9.4 Authors@R: c( person(given = "Dewey", family = "Dunnington", role = c("aut", "cre"), email = "dewey@fishandwhistle.net", comment = c(ORCID = "0000-0002-9415-4582")), person(given = "Edzer", family = "Pebesma", role = c("aut"), email = "edzer.pebesma@uni-muenster.de", comment = c(ORCID = "0000-0001-8049-7069")), person(given = "Anthony", family = "North", email = "anthony.jl.north@gmail.com", role = c("ctb")) ) Maintainer: Dewey Dunnington 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 Repository: https://r-multiverse-staging.r-universe.dev Date/Publication: 2024-10-11 15:24:46 UTC RemoteUrl: https://github.com/paleolimbot/wk RemoteRef: v0.9.4 RemoteSha: 03d0d38b68a67166faa1cbd774698c3e033b514c NeedsCompilation: yes Packaged: 2026-06-24 00:01:54 UTC; root Author: Dewey Dunnington [aut, cre] (ORCID: ), Edzer Pebesma [aut] (ORCID: ), Anthony North [ctb]