Package: wk Title: Lightweight Well-Known Geometry Parsing Version: 0.9.4.9000 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.3.2 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://paleolimbot.r-universe.dev Date/Publication: 2025-12-21 02:54:09 UTC RemoteUrl: https://github.com/paleolimbot/wk RemoteRef: HEAD RemoteSha: c4c68b109f79229d4a6688489033ba800747af64 NeedsCompilation: yes Packaged: 2026-06-14 08:27:20 UTC; root Author: Dewey Dunnington [aut, cre] (ORCID: ), Edzer Pebesma [aut] (ORCID: ), Anthony North [ctb]