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:
Ricardo Wurmus 2021-02-11 00:55:22 +01:00
parent 9c055dd609
commit 98e2e08536
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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