mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -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
|
||||
(package
|
||||
(name "r-jsonlite")
|
||||
(version "1.6.1")
|
||||
(version "1.7.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "jsonlite" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xrki07wc17bkmhz0h7jay784j1sls2i9bf1mfpj6yl59791v4kl"))))
|
||||
"1izfrk5yahsz6s69wanfspn72qdffjglbr5305akj72ig9fnladq"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://arxiv.org/abs/1403.2805")
|
||||
(synopsis "Robust, high performance JSON parser and generator for R")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue