mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-testthat: Update to 3.0.0.
* gnu/packages/statistics.scm (r-testthat): Update to 3.0.0. [propagated-inputs]: Add r-brio, r-callr, r-desc, r-jsonlite, r-lifecycle, r-processx, r-ps, and r-waldo. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
59771643de
commit
ff34dbb542
1 changed files with 13 additions and 3 deletions
|
@ -1583,26 +1583,36 @@ (define-public r-praise
|
|||
(define-public r-testthat
|
||||
(package
|
||||
(name "r-testthat")
|
||||
(version "2.3.2")
|
||||
(version "3.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "testthat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v70v2fs0f2ir962z9csbjlj8snrq9mbjfyhhb9dhz3zy26qs9hs"))))
|
||||
"069ixg03r1s85my9dbc9c1261i4gz8fc1mv67whi2l6kpbp4cjzh"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-cli" ,r-cli)
|
||||
`(("r-brio" ,r-brio)
|
||||
("r-callr" ,r-callr)
|
||||
("r-cli" ,r-cli)
|
||||
("r-crayon" ,r-crayon)
|
||||
("r-desc" ,r-desc)
|
||||
("r-digest" ,r-digest)
|
||||
("r-ellipsis" ,r-ellipsis)
|
||||
("r-evaluate" ,r-evaluate)
|
||||
("r-jsonlite" ,r-jsonlite)
|
||||
("r-lifecycle" ,r-lifecycle)
|
||||
("r-magrittr" ,r-magrittr)
|
||||
("r-pkgload" ,r-pkgload)
|
||||
("r-praise" ,r-praise)
|
||||
("r-processx" ,r-processx)
|
||||
("r-ps" ,r-ps)
|
||||
("r-r6" ,r-r6)
|
||||
("r-rlang" ,r-rlang)
|
||||
("r-waldo" ,r-waldo)
|
||||
("r-withr" ,r-withr)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/hadley/testthat")
|
||||
(synopsis "Unit testing for R")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue