mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: r-crochet: Update to 2.3.0.
* gnu/packages/cran.scm (r-crochet): Update to 2.3.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
e5884ce4c7
commit
20702ad9a3
1 changed files with 4 additions and 2 deletions
|
@ -21241,15 +21241,17 @@ (define-public r-hrbrthemes
|
|||
(define-public r-crochet
|
||||
(package
|
||||
(name "r-crochet")
|
||||
(version "2.2.0")
|
||||
(version "2.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "crochet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cbv79nyycxk6f8ldcsnn2pvgxqlnrj0qs19nhafnq2clxy863k6"))))
|
||||
"0zvjaf6cv0nrjb4l4llkr0mmgha7ig31p4ri2rlnqyjlxi5l8hyq"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/agrueneberg/crochet")
|
||||
(synopsis "Implementation Helper for Matrix-Like Types")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue