mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
b1406d22e5
commit
a872aa23e6
1 changed files with 1 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue