[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: Add r-mixsqp.
From: |
guix-commits |
Subject: |
06/07: gnu: Add r-mixsqp. |
Date: |
Wed, 18 Nov 2020 10:42:36 -0500 (EST) |
roelj pushed a commit to branch wip-r
in repository guix.
commit 075871781fc1c673d2ba463a94b585650d1a95bd
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 16:40:13 2020 +0100
gnu: Add r-mixsqp.
* gnu/packages/cran.scm (r-mixsqp): New variable.
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4ae5e2b..41a06da 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8666,6 +8666,37 @@ conveniently wrapped into a data frame.")
multiple-imputation datasets.")
(license license:gpl2)))
+(define-public r-mixsqp
+ (package
+ (name "r-mixsqp")
+ (version "0.3-43")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "mixsqp" version))
+ (sha256
+ (base32
+ "1qics04w0swyp216d6g8dmsph8q2kpadpacp66h2qih3521js12q"))))
+ (properties `((upstream-name . "mixsqp")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-irlba" ,r-irlba)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcpparmadillo" ,r-rcpparmadillo)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/stephenslab/mixsqp")
+ (synopsis
+ "Sequential quadratic programming for maximum-likelihood estimation")
+ (description
+ "This package provides an optimization method based on sequential
+quadratic programming for maximum likelihood estimation of the mixture
+proportions in a finite mixture model where the component densities are
+known. The algorithm is expected to obtain solutions that are at least
+as accurate as the state-of-the-art MOSEK interior-point solver, and they
+are expected to arrive at solutions more quickly when the number of
+samples is large and the number of mixture components is not too large.")
+ (license license:expat)))
+
(define-public r-magick
(package
(name "r-magick")
- branch wip-r updated (6071ebe -> 82f9a54), guix-commits, 2020/11/18
- 01/07: gnu: Update r-oligo to 1.54.1., guix-commits, 2020/11/18
- 02/07: gnu: Add r-rcppnumerical., guix-commits, 2020/11/18
- 04/07: gnu: Add r-etrunct., guix-commits, 2020/11/18
- 05/07: gnu: Add r-invgamma., guix-commits, 2020/11/18
- 03/07: gnu: Add r-apeglm., guix-commits, 2020/11/18
- 06/07: gnu: Add r-mixsqp.,
guix-commits <=
- 07/07: gnu: Add r-ashr., guix-commits, 2020/11/18