[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/53: gnu: Add r-stm.
From: |
guix-commits |
Subject: |
11/53: gnu: Add r-stm. |
Date: |
Sat, 22 Feb 2020 14:46:08 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 7a19c76f00e9bd6444a2e1f3d313d66232df7d92
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Fri Jan 31 17:57:12 2020 +0100
gnu: Add r-stm.
* gnu/packages/cran.scm (r-stm): New variable.
---
gnu/packages/cran.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9a343ba..92b4874 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19530,3 +19530,37 @@ 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)))
+(define-public r-stm
+ (package
+ (name "r-stm")
+ (version "1.3.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "stm" version))
+ (sha256
+ (base32
+ "1yyfxaxqc6yq0yq68zhdnhpwpvsyp71dlmivn7zxixfmp932s6cn"))))
+ (properties `((upstream-name . "stm")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-data-table" ,r-data-table)
+ ("r-glmnet" ,r-glmnet)
+ ("r-lda" ,r-lda)
+ ("r-matrix" ,r-matrix)
+ ("r-matrixstats" ,r-matrixstats)
+ ("r-quadprog" ,r-quadprog)
+ ("r-quanteda" ,r-quanteda)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcpparmadillo" ,r-rcpparmadillo)
+ ("r-slam" ,r-slam)
+ ("r-stringr" ,r-stringr)))
+ (home-page "http://www.structuraltopicmodel.com/")
+ (synopsis "Estimation of the Structural Topic Model")
+ (description
+ "The @dfn{Structural Topic Model} (STM) allows researchers to estimate
+topic models with document-level covariates. The package also includes tools
+for model selection, visualization, and estimation of topic-covariate
+regressions.")
+ (license license:expat)))
+
- 14/53: gnu: Add r-ltm., (continued)
- 14/53: gnu: Add r-ltm., guix-commits, 2020/02/22
- 10/53: gnu: Add r-topicmodels., guix-commits, 2020/02/22
- 07/53: gnu: Add r-spacyr., guix-commits, 2020/02/22
- 21/53: gnu: Add r-rpf., guix-commits, 2020/02/22
- 04/53: gnu: Add r-proxyc., guix-commits, 2020/02/22
- 17/53: gnu: Add r-sem., guix-commits, 2020/02/22
- 03/53: gnu: Add r-xmisc., guix-commits, 2020/02/22
- 25/53: gnu: Add r-lisreltor., guix-commits, 2020/02/22
- 18/53: gnu: Add r-semtools., guix-commits, 2020/02/22
- 20/53: gnu: Add r-stanheaders., guix-commits, 2020/02/22
- 11/53: gnu: Add r-stm.,
guix-commits <=
- 16/53: gnu: Add r-matrixcalc., guix-commits, 2020/02/22
- 22/53: gnu: Add r-openmx., guix-commits, 2020/02/22
- 24/53: gnu: Add r-rockchalk., guix-commits, 2020/02/22
- 23/53: gnu: Add r-kutils., guix-commits, 2020/02/22
- 26/53: gnu: Add r-bdgraph., guix-commits, 2020/02/22
- 27/53: gnu: Add r-ggm., guix-commits, 2020/02/22
- 30/53: gnu: Add r-semplot., guix-commits, 2020/02/22
- 32/53: gnu: Add r-tam., guix-commits, 2020/02/22
- 35/53: gnu: r-sp: Update to 1.4-0., guix-commits, 2020/02/22
- 39/53: gnu: r-doby: Update to 4.6.5., guix-commits, 2020/02/22