mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: r-archivist: Update to 2.3.5.
* gnu/packages/cran.scm (r-archivist): Update to 2.3.5. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
f6aed9aba6
commit
bc9ca4fd4b
1 changed files with 4 additions and 2 deletions
|
@ -21268,14 +21268,14 @@ (define-public r-flock
|
||||||
(define-public r-archivist
|
(define-public r-archivist
|
||||||
(package
|
(package
|
||||||
(name "r-archivist")
|
(name "r-archivist")
|
||||||
(version "2.3.4")
|
(version "2.3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "archivist" version))
|
(uri (cran-uri "archivist" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i11hrcq1910jgd6diw6h3sxx624v57zjianm49pqvb2dvd0b8y7"))))
|
"0sk16bcafgswrvwh39ysbgm6jvsg20yil4pdsg3wsp81nnsrb43k"))))
|
||||||
(properties `((upstream-name . "archivist")))
|
(properties `((upstream-name . "archivist")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -21287,6 +21287,8 @@ (define-public r-archivist
|
||||||
("r-magrittr" ,r-magrittr)
|
("r-magrittr" ,r-magrittr)
|
||||||
("r-rcurl" ,r-rcurl)
|
("r-rcurl" ,r-rcurl)
|
||||||
("r-rsqlite" ,r-rsqlite)))
|
("r-rsqlite" ,r-rsqlite)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://pbiecek.github.io/archivist/")
|
(home-page "https://pbiecek.github.io/archivist/")
|
||||||
(synopsis "Tools for storing, restoring and searching for R objects")
|
(synopsis "Tools for storing, restoring and searching for R objects")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue