diff options
| -rw-r--r-- | gnu/packages/cran.scm | 10 |
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 |
