mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-wordcloud: Add r-tm to inputs.
* gnu/packages/cran.scm (r-wordcloud)[propagated-inputs]: Add r-tm.
This commit is contained in:
parent
f785d54681
commit
f847b65943
1 changed files with 4 additions and 1 deletions
|
@ -9409,7 +9409,10 @@ (define-public r-wordcloud
|
|||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||
("r-rcpp" ,r-rcpp)))
|
||||
("r-rcpp" ,r-rcpp)
|
||||
;; The "tm" package is only "suggested" according to CRAN, but the
|
||||
;; wordcloud package cannot be loaded without it.
|
||||
("r-tm" ,r-tm)))
|
||||
(home-page "https://cran.r-project.org/web/packages/wordcloud")
|
||||
(synopsis "Word clouds")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue