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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user