mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
f1d840adc8
commit
0f6ca7a815
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue