diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-04-15 21:16:00 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-04-16 07:07:23 +0200 |
commit | 2ff41976260f3eb3a075e1ebf79868948df1c309 (patch) | |
tree | 994c0912eeacd3bc91db4cfd420393dcba604378 /gnu | |
parent | 507a608397ff7da7b5658eebee64e170dbd54753 (diff) | |
download | patches-2ff41976260f3eb3a075e1ebf79868948df1c309.tar patches-2ff41976260f3eb3a075e1ebf79868948df1c309.tar.gz |
gnu: r-ggextra: Add missing input.
* gnu/packages/cran.scm (r-ggextra)[native-inputs]: Add r-knitr.
Diffstat (limited to 'gnu')
-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 d0562b998b..dd332cf4d4 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -12306,6 +12306,8 @@ select colors to use in your R code.") ("r-scales" ,r-scales) ("r-shiny" ,r-shiny) ("r-shinyjs" ,r-shinyjs))) + (native-inputs + `(("r-knitr" ,r-knitr))) (home-page "https://github.com/daattali/ggExtra") (synopsis "Marginal histograms for ggplot2 and other enhancements") (description |