diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-12 13:51:40 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-02 07:37:09 +0200 |
| commit | f62c3c9ea90f5367e7da1164b0cf764b3bd90eba (patch) | |
| tree | 37cfb77864d8be3fff502710335cc95bb4bf011b /gnu/packages | |
| parent | 421330f41b18c88d1751582cb69e644ba03126c2 (diff) | |
gnu: r-shinystan: Enable all tests.
* gnu/packages/cran.scm (r-shinystan)[arguments]: Remove phase
'delete-bad-tests.
Change-Id: Ifc8667cc3683a7add0e388a772f5ca4d4b0adca8
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/cran.scm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c3ac17e22c1..51e6cd468ae 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -48345,15 +48345,6 @@ series/point highlighting.") ;; Avoid dependency cycle (updater-ignored-native-inputs . ("r-rstanarm")))) (build-system r-build-system) - (arguments - (list - #:phases - '(modify-phases %standard-phases - (add-after 'unpack 'delete-bad-tests - (lambda _ - ;; One test requires r-rstanarm, which depends on this very - ;; package. - (delete-file "tests/testthat/test_misc.R")))))) (propagated-inputs (list r-bayesplot r-colourpicker |
