guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit e63f5c4cf1fc6332c533d05c135047710861ba6d
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Mar 12 09:55:58 2026 +0100
gnu: Add r-rcppplanc.
* gnu/packages/cran.scm (r-rcppplanc): New variable.
Change-Id: Iea5a920cf93e17a8067dce4ca84e31962acf76d6
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a2afcab190..d0e6b9d7ba 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6888,6 +6888,33 @@ and complex numbers, decompositions of such matrices,
and solutions of linear
systems.")
(license license:gpl2+)))
+(define-public r-rcppplanc
+ (package
+ (name "r-rcppplanc")
+ (version "2.0.15")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "RcppPlanc" version))
+ (sha256
+ (base32 "14hg3mrfi7wrhdsgbhqyxaixdbnycr3knbsxaky59rs3lcn1sm87"))))
+ (properties `((upstream-name . "RcppPlanc")))
+ (build-system r-build-system)
+ (inputs (list hdf5 `(,hwloc "lib") openblas))
+ (propagated-inputs (list r-hdf5r-extra
+ r-highfive
+ r-matrix
+ r-rcpp
+ r-rcpparmadillo
+ r-rcppprogress))
+ (native-inputs (list cmake-minimal pkg-config r-knitr r-testthat which))
+ (home-page "https://github.com/welch-lab/RcppPlanc/")
+ (synopsis "Parallel low-rank approximation with nonnegativity constraints")
+ (description
+ "This package provides Rcpp bindings for PLANC, a highly parallel and
+extensible NMF/NTF (Non-negative Matrix/Tensor Factorization) library.")
+ (license license:gpl2+)))
+
(define-public r-rcppprogress
(package
(name "r-rcppprogress")