mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: r-jsonlite: Update to 1.8.7.
* gnu/packages/cran.scm (r-jsonlite): Update to 1.8.7. [native-inputs]: Add r-r-rsp.
This commit is contained in:
parent
a71b693379
commit
3f24044d91
1 changed files with 3 additions and 3 deletions
|
@ -3581,16 +3581,16 @@ Notation (JSON) using the rapidjsonr library.")
|
|||
(define-public r-jsonlite
|
||||
(package
|
||||
(name "r-jsonlite")
|
||||
(version "1.8.4")
|
||||
(version "1.8.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "jsonlite" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y0jzf74c3q1sghgarvwmrkvxs7yahywd342m8c0jsr28bhapskr"))))
|
||||
"07301wdpf014m8pfr7x3zwaj07pmin0rfax0irljimvj9dwbfhkx"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(list r-knitr r-r-rsp))
|
||||
(home-page "https://arxiv.org/abs/1403.2805")
|
||||
(synopsis "Robust, high performance JSON parser and generator for R")
|
||||
(description
|
||||
|
|
Loading…
Add table
Reference in a new issue