[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
301/318: gnu: Add r-rcppnumerical.
From: |
guix-commits |
Subject: |
301/318: gnu: Add r-rcppnumerical. |
Date: |
Fri, 20 Nov 2020 08:41:17 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 32b241701d0fcf32c270c03b46213e1fd4928315
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")
- 280/318: gnu: r-ggbio: Update to 1.38.0., (continued)
- 280/318: gnu: r-ggbio: Update to 1.38.0., guix-commits, 2020/11/20
- 279/318: gnu: r-biovizbase: Update to 1.38.0., guix-commits, 2020/11/20
- 281/318: gnu: r-gqtlbase: Update to 1.21.1., guix-commits, 2020/11/20
- 282/318: gnu: r-snpstats: Update to 1.40.0., guix-commits, 2020/11/20
- 285/318: gnu: r-gqtlstats: Update to 1.21.3., guix-commits, 2020/11/20
- 286/318: gnu: r-gviz: Update to 1.34.0., guix-commits, 2020/11/20
- 287/318: gnu: r-gwascat: Update to 2.22.0., guix-commits, 2020/11/20
- 288/318: gnu: r-sushi: Update to 1.28.0., guix-commits, 2020/11/20
- 293/318: gnu: r-systempiper: Update to 1.24.2., guix-commits, 2020/11/20
- 297/318: gnu: r-topgo: Update to 2.42.0., guix-commits, 2020/11/20
- 301/318: gnu: Add r-rcppnumerical.,
guix-commits <=
- 303/318: gnu: Add r-etrunct., guix-commits, 2020/11/20
- 304/318: gnu: Add r-invgamma., guix-commits, 2020/11/20
- 306/318: gnu: Add r-ashr., guix-commits, 2020/11/20
- 307/318: gnu: Add r-greylistchip., guix-commits, 2020/11/20
- 309/318: gnu: r-chippeakanno: Update to 3.24.1., guix-commits, 2020/11/20
- 310/318: gnu: r-biocneighbors: Update to 1.8.1., guix-commits, 2020/11/20
- 312/318: gnu: Add r-shadowtext., guix-commits, 2020/11/20
- 313/318: gnu: r-enrichplot: Update to 1.10.1., guix-commits, 2020/11/20
- 311/318: gnu: r-gosemsim: Update to 2.16.1., guix-commits, 2020/11/20
- 314/318: gnu: r-annaffy: Update to 1.62.0., guix-commits, 2020/11/20