gnu: Add r-rjson.

* gnu/packages/web.scm (r-rjson): New variable.
master
Ricardo Wurmus 2016-09-21 22:45:18 +02:00 committed by Ricardo Wurmus
parent bbed0ab6b4
commit 356c6d61a6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 19 additions and 0 deletions

View File

@ -3334,6 +3334,25 @@ callback or connection interfaces.")
objects in HTML format.")
(license l:lgpl2.1+)))
(define-public r-rjson
(package
(name "r-rjson")
(version "0.2.15")
(source
(origin
(method url-fetch)
(uri (cran-uri "rjson" version))
(sha256
(base32
"1vzjyvf57k1fjizlk28rby65y5lsww5qnfvgnhln74qwda7hvl3p"))))
(build-system r-build-system)
(home-page "http://cran.r-project.org/web/packages/rjson")
(synopsis "JSON library for R")
(description
"This package provides functions to convert R objects into JSON objects
and vice-versa.")
(license l:gpl2+)))
(define-public gumbo-parser
(package
(name "gumbo-parser")