This package browser is in early development. Mind the rough edges.

r-wk 0.9.4

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.

Installation

Install r-wk 0.9.4 as follows:

guix install r-wk@0.9.4

Or install the latest version:

guix install r-wk

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.