GNU bug report logs -
#39416
Bulk import of R packages
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/cran.scm (r-topicmodels): New variable.
---
gnu/packages/cran.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 917b5df643..9e5006b5f3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19513,3 +19513,33 @@ co-occurrences, analyzing keywords, computing feature similarities and
distances, applying content dictionaries, applying supervised and unsupervised
machine learning, visually representing text and text analyses, and more.")
(license license:gpl3)))
+
+(define-public r-topicmodels
+ (package
+ (name "r-topicmodels")
+ (version "0.2-9")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "topicmodels" version))
+ (sha256
+ (base32
+ "1757r5x8bsl4dk106xg6481mvdkdz9vwg87n7rpbvdkavsvhyxs0"))))
+ (properties `((upstream-name . "topicmodels")))
+ (build-system r-build-system)
+ (native-inputs
+ `(("gsl" ,gsl)))
+ (propagated-inputs
+ `(("r-modeltools" ,r-modeltools)
+ ("r-slam" ,r-slam)
+ ("r-tm" ,r-tm)))
+ (home-page
+ "https://cran.r-project.org/package=topicmodels")
+ (synopsis "Topic Models")
+ (description
+ "This package provides an interface to the C code for Latent Dirichlet
+Allocation (LDA) models and Correlated Topics Models (CTM) by David M. Blei
+and co-authors and the C++ code for fitting LDA models using Gibbs sampling by
+Xuan-Hieu Phan and co-authors.")
+ (license license:gpl2)))
+
--
2.20.1
This bug report was last modified 5 years and 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.