mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-ingredients: Disable tests.
* gnu/packages/cran.scm (r-ingredients)[arguments]: Disable tests. Change-Id: I8e97f856f3b089bd6e9c04f75d3b61556d7f3f07
This commit is contained in:
parent
60e33f3a40
commit
37e087dbfc
1 changed files with 2 additions and 0 deletions
|
@ -29564,6 +29564,8 @@ (define-public r-ingredients
|
|||
"0jvxkdhbc28a096hi0y6519cj4im4mnl1vz9s563dvb5g4vb7r7b"))))
|
||||
(properties `((upstream-name . "ingredients")))
|
||||
(build-system r-build-system)
|
||||
;; Tests need r-dalex, which depends on this package.
|
||||
(arguments (list #:tests? #false))
|
||||
(propagated-inputs
|
||||
(list r-ggplot2 r-gridextra r-scales))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
|
|
Loading…
Reference in a new issue