diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-03-07 19:38:31 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-03-07 19:38:31 +0100 |
commit | 06fc1882f269610523d323e4e08e78211214e52a (patch) | |
tree | 9fdb8c5b2e304755ca356ecb9518e59f5ea39cd0 /gnu/packages | |
parent | c363722e81a8aa54f64468db9fcc42ef8dd74944 (diff) | |
download | patches-06fc1882f269610523d323e4e08e78211214e52a.tar patches-06fc1882f269610523d323e4e08e78211214e52a.tar.gz |
gnu: r-ggrepel: Add r-knitr.
* gnu/packages/cran.scm (r-ggrepel)[native-inputs]: Add r-knitr.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a305a01349..a4fa9d40e0 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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 |