gnu: r-forestplot: Add missing input.

* gnu/packages/cran.scm (r-forestplot)[native-inputs]: Add r-dplyr and
r-tidyr.
[arguments]: Add phase 'delete-bad-tests.

Change-Id: I31efb7a69a311e25a41eec176567e8531ffa29e4
This commit is contained in:
Ricardo Wurmus 2024-11-26 18:06:01 +01:00 committed by Andreas Enge
parent f1d840adc8
commit 0f6ca7a815
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -35046,9 +35046,17 @@ (define-public r-forestplot
"1k1d42am2mqz9s6knqqyrgp5ph8md77bxxjfv1q1bdqmn1k44sbz"))))
(properties `((upstream-name . "forestplot")))
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'delete-bad-tests
(lambda _
;; This depends on r-greg, which depends on this package.
(delete-file "tests/test_visual_with_Greg.R"))))))
(propagated-inputs
(list r-abind r-checkmate))
(native-inputs (list r-knitr r-testthat))
(native-inputs (list r-dplyr r-knitr r-testthat r-tidyr))
(home-page "https://gforge.se/packages/")
(synopsis "Advanced forest plot using @code{grid} graphics")
(description