mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ pairs (Selesnick 2001, 2002).")
|
|||
(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