diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-12 09:55:58 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-02 07:37:08 +0200 |
| commit | 999ae6d83077a5ffcbf56768ff03fdd20bbc5c20 (patch) | |
| tree | 0d8709c148c54844360f5dc8e36496003607f633 /gnu | |
| parent | 665a4bb53c5ca2f3479011b7b7f842a4510b081d (diff) | |
gnu: Add r-rcppplanc.
* gnu/packages/cran.scm (r-rcppplanc): New variable.
Change-Id: Iea5a920cf93e17a8067dce4ca84e31962acf76d6
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a2afcab190b..d0e6b9d7bad 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") |
