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:
Ricardo Wurmus 2024-11-26 18:41:36 +01:00 committed by Andreas Enge
parent cd73858af7
commit cdc1cffc3b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -37901,7 +37901,7 @@ (define-public r-phylogram
(properties `((upstream-name . "phylogram"))) (properties `((upstream-name . "phylogram")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-ape)) (propagated-inputs (list r-ape))
(native-inputs (list r-testthat)) (native-inputs (list r-knitr r-testthat))
(home-page "https://github.com/ropensci/phylogram/") (home-page "https://github.com/ropensci/phylogram/")
(synopsis "Dendrograms for evolutionary analysis") (synopsis "Dendrograms for evolutionary analysis")
(description (description