gnu: r-testthat: Update to 3.2.1.
* gnu/packages/statistics.scm (r-testthat): Update to 3.2.1. [propagated-inputs]: Remove r-ellipsis. Change-Id: If4b41bd4b0e1f6aa00e19303aa57a960090fe208
This commit is contained in:
parent
e63220843b
commit
c8fdf422e4
1 changed files with 2 additions and 3 deletions
|
@ -1721,13 +1721,13 @@ R packages that praise their users.")
|
||||||
(define-public r-testthat
|
(define-public r-testthat
|
||||||
(package
|
(package
|
||||||
(name "r-testthat")
|
(name "r-testthat")
|
||||||
(version "3.2.0")
|
(version "3.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "testthat" version))
|
(uri (cran-uri "testthat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03k58p8kd7vddx7rlcyi28sy48bh3w4xy4c7wi190l7yjlrfa2sv"))))
|
"1ba80zk9jzs91xl82bykhrvvgamfvp1h189rfq099h813dhhx60x"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-brio
|
(list r-brio
|
||||||
|
@ -1735,7 +1735,6 @@ R packages that praise their users.")
|
||||||
r-cli
|
r-cli
|
||||||
r-desc
|
r-desc
|
||||||
r-digest
|
r-digest
|
||||||
r-ellipsis
|
|
||||||
r-evaluate
|
r-evaluate
|
||||||
r-jsonlite
|
r-jsonlite
|
||||||
r-lifecycle
|
r-lifecycle
|
||||||
|
|
Reference in a new issue