[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: Add r-rcppnumerical.
From: |
guix-commits |
Subject: |
02/07: gnu: Add r-rcppnumerical. |
Date: |
Wed, 18 Nov 2020 10:42:35 -0500 (EST) |
roelj pushed a commit to branch wip-r
in repository guix.
commit 85b0c279bb5dc7202c819bdb477db6f01b68b361
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 16:25:15 2020 +0100
gnu: Add r-rcppnumerical.
* gnu/packages/bioconductor.scm (r-rcppnumerical): New variable.
---
gnu/packages/bioconductor.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ef3b292..462a92e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1606,6 +1606,30 @@ problems in genomics, brain imaging, astrophysics, and
data mining.")
;; Any version of the LGPL.
(license license:lgpl3+)))
+(define r-rcppnumerical
+ (package
+ (name "r-rcppnumerical")
+ (version "0.4-0")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "RcppNumerical" version))
+ (sha256
+ (base32
+ "1a92fql6mijhnr1kxkcxwivf95pk9lhgmhzkshs51h0ybfv5krik"))))
+ (properties `((upstream-name . "RcppNumerical")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-rcpp" ,r-rcpp)
+ ("r-rcppeigen" ,r-rcppeigen)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/yixuan/RcppNumerical")
+ (synopsis "Rcpp integration for numerical computing libraries")
+ (description "This package provides a collection of open source libraries
+for numerical computing (numerical integration, optimization, etc.) and their
+integration with @code{Rcpp}.")
+ (license license:gpl2+)))
+
(define-public r-diffbind
(package
(name "r-diffbind")
- 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 <=
- 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, 2020/11/18
- 07/07: gnu: Add r-ashr., guix-commits, 2020/11/18