summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-03-11 19:51:41 +0100
committerRicardo Wurmus <rekado@elephly.net>2026-04-02 07:37:06 +0200
commit694359fbcbc7910567bb5a2e0ba7bf8c081be8ca (patch)
tree033375c2d11bcbbf95c69cad42576bbcea5bf44d /gnu
parentc0c26f5aafd0f5ffe449212ba2fc7430bb9e4539 (diff)
gnu: r-fitdistrplus: Enable all tests.
* gnu/packages/cran.scm (r-fitdistrplus)[arguments]: Remove phase 'delete-bad-tests. Change-Id: I2b5468d168ac4f73b2343e54c5d27f1d0f0cec2c
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm10
1 files changed, 0 insertions, 10 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f194dd41751..023ebe9983d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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