mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-jsonlite: Update to 1.7.0.
* gnu/packages/cran.scm (r-jsonlite): Update to 1.7.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
fb4804d03d
commit
6b9954f649
1 changed files with 4 additions and 2 deletions
|
@ -822,14 +822,16 @@ (define-public r-httpuv
|
||||||
(define-public r-jsonlite
|
(define-public r-jsonlite
|
||||||
(package
|
(package
|
||||||
(name "r-jsonlite")
|
(name "r-jsonlite")
|
||||||
(version "1.6.1")
|
(version "1.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "jsonlite" version))
|
(uri (cran-uri "jsonlite" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xrki07wc17bkmhz0h7jay784j1sls2i9bf1mfpj6yl59791v4kl"))))
|
"1izfrk5yahsz6s69wanfspn72qdffjglbr5305akj72ig9fnladq"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://arxiv.org/abs/1403.2805")
|
(home-page "https://arxiv.org/abs/1403.2805")
|
||||||
(synopsis "Robust, high performance JSON parser and generator for R")
|
(synopsis "Robust, high performance JSON parser and generator for R")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue