1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-shinystan: Enable all tests.

* gnu/packages/cran.scm (r-shinystan)[arguments]: Remove phase
'delete-bad-tests.

Change-Id: Ifc8667cc3683a7add0e388a772f5ca4d4b0adca8
This commit is contained in:
Ricardo Wurmus
2026-03-12 13:51:40 +01:00
parent 421330f41b
commit f62c3c9ea9

View File

@@ -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