gnu: r-wordcloud: Add r-tm to inputs.

* gnu/packages/cran.scm (r-wordcloud)[propagated-inputs]: Add r-tm.
master
Ricardo Wurmus 2019-09-03 12:45:21 +02:00
parent f785d54681
commit f847b65943
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 1 deletions

View File

@ -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