gnu: r-parsnip: Add missing input.

* gnu/packages/cran.scm (r-parsnip)[native-inputs]: Add r-earth.
[arguments]: Remove phase 'delete-bad-tests.

Change-Id: I64f4000afc59ab838476f6f08cc331f9121e802b
This commit is contained in:
Ricardo Wurmus 2024-11-27 10:32:37 +01:00 committed by Andreas Enge
parent b1406d22e5
commit a872aa23e6
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -40472,18 +40472,10 @@ (define-public r-parsnip
"04l5368f8cda3bl80mczmszx65ihgm6wy018kvc7hplrrrpyv2iy"))))
(properties `((upstream-name . "parsnip")))
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'delete-bad-tests
(lambda _
;; Two tests require r-earth.
(delete-file "tests/testthat/test_packages.R")
(delete-file "tests/testthat/test_misc.R"))))))
(propagated-inputs
(list r-cli
r-dplyr
r-earth
r-generics
r-ggplot2
r-globals