guix-commits
[Top][All Lists]
Advanced

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

21/41: gnu: Add r-rapidjsonr.


From: guix-commits
Subject: 21/41: gnu: Add r-rapidjsonr.
Date: Wed, 9 Jan 2019 09:44:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9170eb7f1f62c2c79daa1d0059e285e2119db35c
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 9 14:57:41 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4a85b23..c11202a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9363,3 +9363,22 @@ Emphasis is always given to methods for visualizing the 
data.")
      "This package provides functions for importing, exporting, plotting and
 other manipulations of bitmapped images.")
     (license license:gpl2)))
+
+(define-public r-rapidjsonr
+  (package
+    (name "r-rapidjsonr")
+    (version "1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "rapidjsonr" version))
+       (sha256
+        (base32
+         "0h4phjjhykbb45rg5b1xn48vqxdcvcngbm0416ds8in7j469wbwd"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/rapidjsonr";)
+    (synopsis "JSON parser")
+    (description
+     "This package provides JSON parsing capability through the Rapidjson
+library.")
+    (license license:expat)))



reply via email to

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