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

gnu: r-fitdistrplus: Enable all tests.

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

Change-Id: I2b5468d168ac4f73b2343e54c5d27f1d0f0cec2c
This commit is contained in:
Ricardo Wurmus
2026-03-11 19:51:41 +01:00
parent c0c26f5aaf
commit 694359fbcb

View File

@@ -19665,16 +19665,6 @@ provides the R language without the environment.")
(base32
"1399i66f09zbd4zl2fdps1dq5vyaw71ayz8qh3kp17r20dixkdz8"))))
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'delete-bad-tests
(lambda _
;; Needs package GeneralizedHyperbolic
(delete-file "tests/t-fitdist-customoptim.R")
;; Needs package rgenoud
(delete-file "tests/t-fitdistcens.R"))))))
(propagated-inputs
(list r-mass r-rlang r-survival))
(native-inputs