mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Add r-rapidjsonr.
* gnu/packages/cran.scm (r-rapidjsonr): New variable.
This commit is contained in:
parent
e7176ac5bd
commit
9170eb7f1f
1 changed files with 19 additions and 0 deletions
|
@ -9363,3 +9363,22 @@ (define-public r-pixmap
|
|||
"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)))
|
||||
|
|
Loading…
Reference in a new issue