[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#32259] [PATCH 3/4] gnu: Add r-basix.
From: |
Ricardo Wurmus |
Subject: |
[bug#32259] [PATCH 3/4] gnu: Add r-basix. |
Date: |
Tue, 24 Jul 2018 14:22:07 +0200 |
* gnu/packages/cran.scm (r-basix): New variable.
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 693a891a0..f1511c097 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4706,3 +4706,23 @@ Bioinformatics Institute) and from the UCSC genome
browser (University of
California, Santa Cruz) and annotation routines for genomic positions and
splice site positions.")
(license license:gpl2)))
+
+(define-public r-basix
+ (package
+ (name "r-basix")
+ (version "1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "BASIX" version))
+ (sha256
+ (base32
+ "18dkvv1iwskfnlpl6xridcgqpalbbpm2616mvc3hfrc0b26v01id"))))
+ (properties `((upstream-name . "BASIX")))
+ (build-system r-build-system)
+ (home-page "https://cran.r-project.org/web/packages/BASIX/")
+ (synopsis "Efficient C/C++ toolset for R")
+ (description
+ "BASIX provides some efficient C/C++ implementations to speed up
+calculations in R.")
+ (license license:gpl2)))
--
2.18.0