mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-phylogram: Add missing input.
* gnu/packages/cran.scm (r-phylogram)[native-inputs]: Add r-knitr. Change-Id: Ib2e4816c516cc5af9f9495c925e9e244453d30c9
This commit is contained in:
parent
cd73858af7
commit
cdc1cffc3b
1 changed files with 1 additions and 1 deletions
|
@ -37901,7 +37901,7 @@ (define-public r-phylogram
|
|||
(properties `((upstream-name . "phylogram")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-ape))
|
||||
(native-inputs (list r-testthat))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(home-page "https://github.com/ropensci/phylogram/")
|
||||
(synopsis "Dendrograms for evolutionary analysis")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue