mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Add r-rjsonio.
* gnu/packages/cran.scm (r-rjsonio): New variable.
This commit is contained in:
parent
c9371b698d
commit
f35e419b57
1 changed files with 23 additions and 0 deletions
|
@ -28260,6 +28260,29 @@ (define-public r-btm
|
|||
BTM-WWW13.pdf}.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public r-rjsonio
|
||||
(package
|
||||
(name "r-rjsonio")
|
||||
(version "1.3-1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RJSONIO" version))
|
||||
(sha256
|
||||
(base32
|
||||
"141ijm9570mg1180isvi0jb9vd3b08s5gb9dl1wa5v0m3s9jq52l"))))
|
||||
(properties `((upstream-name . "RJSONIO")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/package=RJSONIO")
|
||||
(synopsis "Serialize R objects to JSON")
|
||||
(description
|
||||
"This is a package that allows conversion to and from data in JavaScript
|
||||
Object Notation (JSON) format. This allows R objects to be inserted into
|
||||
Javascript/ECMAScript/ActionScript code and allows R programmers to read and
|
||||
convert JSON content to R objects. This is an alternative to the @code{rjson}
|
||||
package.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public r-textplot
|
||||
(package
|
||||
(name "r-textplot")
|
||||
|
|
Loading…
Reference in a new issue