me
/
guix
Archived
1
0
Fork 0

gnu: r-ggrepel: Add r-knitr.

* gnu/packages/cran.scm (r-ggrepel)[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-03-07 19:38:31 +01:00
parent c363722e81
commit 06fc1882f2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

@ -3178,6 +3178,8 @@ for certain use cases.")
`(("r-ggplot2" ,r-ggplot2)
("r-rcpp" ,r-rcpp)
("r-scales" ,r-scales)))
(native-inputs
`(("r-knitr" ,r-knitr))) ; for vignettes
(home-page "http://github.com/slowkow/ggrepel")
(synopsis "Repulsive text and label geometries for ggplot2")
(description