[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/323: gnu: Add r-rcppnumerical.
From: |
guix-commits |
Subject: |
20/323: gnu: Add r-rcppnumerical. |
Date: |
Mon, 7 Dec 2020 15:12:41 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 83ed0a76695a42858be93149b962e014565518ad
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 4323fe9..482a930 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")
- 02/323: gnu: r-ideoviz: Update to 1.26.0., (continued)
- 02/323: gnu: r-ideoviz: Update to 1.26.0., guix-commits, 2020/12/07
- 07/323: gnu: r-affycomp: Update to 1.66.0., guix-commits, 2020/12/07
- 09/323: gnu: r-affycontam: Update to 1.48.0., guix-commits, 2020/12/07
- 05/323: gnu: r-biocversion: Update to 3.12.0., guix-commits, 2020/12/07
- 12/323: gnu: r-annotate: Update to 1.68.0., guix-commits, 2020/12/07
- 15/323: gnu: r-reportingtools: Update to 2.30.0., guix-commits, 2020/12/07
- 08/323: gnu: r-affycompatible: Update to 1.50.0., guix-commits, 2020/12/07
- 13/323: gnu: r-hpar: Update to 1.32.1., guix-commits, 2020/12/07
- 14/323: gnu: r-regioner: Update to 1.22.0., guix-commits, 2020/12/07
- 19/323: gnu: r-qvalue: Update to 2.22.0., guix-commits, 2020/12/07
- 20/323: gnu: Add r-rcppnumerical.,
guix-commits <=
- 18/323: gnu: r-oligo: Update to 1.54.0., guix-commits, 2020/12/07
- 23/323: gnu: Add r-etrunct., guix-commits, 2020/12/07
- 26/323: gnu: Add r-greylistchip., guix-commits, 2020/12/07
- 27/323: gnu: r-diffbind: Update to 3.0.7., guix-commits, 2020/12/07
- 39/323: gnu: r-goseq: Update to 1.42.0., guix-commits, 2020/12/07
- 47/323: gnu: r-destiny: Update to 3.4.0., guix-commits, 2020/12/07
- 35/323: gnu: r-bayseq: Update to 2.24.0., guix-commits, 2020/12/07
- 34/323: gnu: r-qdnaseq: Update to 1.26.0., guix-commits, 2020/12/07
- 30/323: gnu: r-chippeakanno: Update to 3.24.0., guix-commits, 2020/12/07
- 43/323: gnu: r-inspect: Update to 1.20.0., guix-commits, 2020/12/07