mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: r-viridis: Add r-knitr.
* gnu/packages/statistics.scm (r-viridis)[native-inputs]: Add r-knitr.
This commit is contained in:
parent
3b7c644569
commit
56bf00b94e
1 changed files with 2 additions and 0 deletions
|
@ -3607,6 +3607,8 @@ (define-public r-viridis
|
||||||
`(("r-ggplot2" ,r-ggplot2)
|
`(("r-ggplot2" ,r-ggplot2)
|
||||||
("r-gridextra" ,r-gridextra)
|
("r-gridextra" ,r-gridextra)
|
||||||
("r-viridislite" ,r-viridislite)))
|
("r-viridislite" ,r-viridislite)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr))) ; for vignettes
|
||||||
(home-page "https://github.com/sjmgarnier/viridis")
|
(home-page "https://github.com/sjmgarnier/viridis")
|
||||||
(synopsis "Matplotlib default color map")
|
(synopsis "Matplotlib default color map")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue