[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/54: gnu: Add r-acnr.
From: |
guix-commits |
Subject: |
04/54: gnu: Add r-acnr. |
Date: |
Sat, 14 Dec 2019 07:36:33 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit eff3e8a471e4ca7a449f6acd338a4db0c4c95a0e
Author: Ricardo Wurmus <address@hidden>
Date: Fri Dec 13 23:03:13 2019 +0100
gnu: Add r-acnr.
* gnu/packages/cran.scm (r-acnr): New variable.
---
gnu/packages/cran.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ec001ab..207bb13 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17326,3 +17326,24 @@ changes in code. This package is ideal for
large-scale batch processing,
because it will never leave open graphics devices or incomplete image files
behind, even on errors or user interrupts.")
(license license:lgpl2.1+)))
+
+(define-public r-acnr
+ (package
+ (name "r-acnr")
+ (version "1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "acnr" version))
+ (sha256
+ (base32
+ "087hq4i7jp67ba2finzsqjfnqbiprl33na6ryjv9zqzsdawj9cym"))))
+ (properties `((upstream-name . "acnr")))
+ (build-system r-build-system)
+ (home-page "https://github.com/mpierrejean/acnr")
+ (synopsis "Annotated copy-number regions")
+ (description
+ "This package provides SNP array data from different types of copy-number
+regions. These regions were identified manually by the authors of the package
+and may be used to generate realistic data sets with known truth.")
+ (license license:lgpl2.1+)))
- 41/54: gnu: Add r-adabag., (continued)
- 41/54: gnu: Add r-adabag., guix-commits, 2019/12/14
- 24/54: gnu: Add r-actcd., guix-commits, 2019/12/14
- 06/54: gnu: Add r-tuner., guix-commits, 2019/12/14
- 53/54: gnu: Add r-adamethods., guix-commits, 2019/12/14
- 29/54: gnu: Add r-activedriver., guix-commits, 2019/12/14
- 50/54: gnu: Add r-archetypes., guix-commits, 2019/12/14
- 22/54: gnu: Add r-alabama., guix-commits, 2019/12/14
- 33/54: gnu: Add r-activpalprocessing., guix-commits, 2019/12/14
- 37/54: gnu: Add r-bmp., guix-commits, 2019/12/14
- 52/54: gnu: Add r-anthropometry., guix-commits, 2019/12/14
- 04/54: gnu: Add r-acnr.,
guix-commits <=
- 08/54: gnu: Add r-acousticndlcoder., guix-commits, 2019/12/14
- 02/54: gnu: Add r-r-filesets., guix-commits, 2019/12/14
- 17/54: gnu: Add r-acrt., guix-commits, 2019/12/14
- 38/54: gnu: Add r-readbitmap., guix-commits, 2019/12/14
- 21/54: gnu: Add r-acswr., guix-commits, 2019/12/14
- 39/54: gnu: Add r-imager., guix-commits, 2019/12/14
- 42/54: gnu: Add r-adagio., guix-commits, 2019/12/14
- 25/54: gnu: Add r-ineq., guix-commits, 2019/12/14
- 23/54: gnu: Add r-gdina., guix-commits, 2019/12/14
- 48/54: gnu: Add r-icge., guix-commits, 2019/12/14