mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-rstan: Add test inputs.
* gnu/packages/cran.scm (r-rstan)[native-inputs]: Add r-testthat. Change-Id: I0d258c508f2e154c34cd24a0cd382777aa45aeef
This commit is contained in:
parent
b333ef654e
commit
5761804e89
1 changed files with 1 additions and 1 deletions
|
@ -35793,7 +35793,7 @@ (define-public r-rstan
|
|||
(search-input-directory inputs
|
||||
"share/zoneinfo")))))))
|
||||
(native-inputs
|
||||
(list r-knitr tzdata-for-tests))
|
||||
(list r-knitr r-testthat tzdata-for-tests))
|
||||
(propagated-inputs
|
||||
(list r-bh
|
||||
r-ggplot2
|
||||
|
|
Loading…
Reference in a new issue