mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 13:19:40 -05:00
gnu: r-assertable: Update to 0.2.8.
* gnu/packages/cran.scm (r-assertable): Update to 0.2.8. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
9c055dd609
commit
98e2e08536
1 changed files with 4 additions and 2 deletions
|
@ -17959,17 +17959,19 @@ (define-public r-lifecycle
|
||||||
(define-public r-assertable
|
(define-public r-assertable
|
||||||
(package
|
(package
|
||||||
(name "r-assertable")
|
(name "r-assertable")
|
||||||
(version "0.2.7")
|
(version "0.2.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "assertable" version))
|
(uri (cran-uri "assertable" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1npks9rcrnchmd0silq6qrvqkmdkp9fwjkyyvvp1lqjclyxk6vkk"))))
|
"1cciil1nzxd8gbj49w99jiv077lbpb59vx7bmb4p218aj2h5hqq4"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-data-table" ,r-data-table)))
|
`(("r-data-table" ,r-data-table)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://cran.r-project.org/web/packages/assertable/")
|
(home-page "https://cran.r-project.org/web/packages/assertable/")
|
||||||
(synopsis "Verbose assertions for tabular data (data.frames and data.tables)")
|
(synopsis "Verbose assertions for tabular data (data.frames and data.tables)")
|
||||||
(description "This package provides simple, flexible assertions on
|
(description "This package provides simple, flexible assertions on
|
||||||
|
|
Loading…
Reference in a new issue