3
5
Fork 0
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:
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

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