r-wk
Lightweight well-known geometry parsing
This package 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 only useful in R if the information they contain can be accessed in R, for which high-performance functions are provided here.
- Versions: 0.9.4
- Website: https://paleolimbot.github.io/wk/
- Licenses: Expat
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-wk
as follows:
guix install r-wk
Or install a particular version:
guix install r-wk@0.9.4
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-wk about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-wk'><img src='https://packages.guix.gnu.org/packages/r-wk/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-wk)
Example Org:
[[https://packages.guix.gnu.org/packages/r-wk][https://packages.guix.gnu.org/packages/r-wk/badges/latest-version.svg]]