guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/119: gnu: Add r-wk.


From: guix-commits
Subject: 05/119: gnu: Add r-wk.
Date: Sat, 10 Jul 2021 16:31:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9a3f66ee7b573e44111d7b8052d74b31d323c0e6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 10 13:35:22 2021 +0200

    gnu: Add r-wk.
    
    * gnu/packages/cran.scm (r-wk): New variable.
---
 gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a02ef29..8933213 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15867,6 +15867,32 @@ tessellations, and summarizes information about the 
tiles of the
 tessellation.")
     (license license:gpl2+)))
 
+(define-public r-wk
+  (package
+    (name "r-wk")
+    (version "0.4.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "wk" version))
+       (sha256
+        (base32
+         "0l49pg1ds02h1qji1fi2m67mncvgd1n905i0jx07frdxy0d3b9ys"))))
+    (properties `((upstream-name . "wk")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-cpp11" ,r-cpp11)))
+    (home-page "https://paleolimbot.github.io/wk/";)
+    (synopsis "Lightweight well-known geometry parsing")
+    (description
+     "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.")
+    (license license:expat)))
+
 (define-public r-sf
   (package
     (name "r-sf")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]