[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/15: gnu: Add r-pegas.
From: |
guix-commits |
Subject: |
14/15: gnu: Add r-pegas. |
Date: |
Sun, 24 Mar 2019 18:44:26 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 3d2bc817517d9ff69e3eb255d078dad76305bedd
Author: Ricardo Wurmus <address@hidden>
Date: Sun Mar 24 23:41:19 2019 +0100
gnu: Add r-pegas.
* gnu/packages/cran.scm (r-pegas): New variable.
---
gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b1466dc..7273989 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12305,3 +12305,29 @@ statistical tests, simulation tools, distance and
similarity measures, and
several spatial methods. A range of both empirical and simulated datasets is
also provided to illustrate various methods.")
(license license:gpl2+)))
+
+(define-public r-pegas
+ (package
+ (name "r-pegas")
+ (version "0.11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "pegas" version))
+ (sha256
+ (base32
+ "0l21bapzbjcvblbvks3jh9rpy9hng1ccd7f0glhqw695lc737bpx"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-adegenet" ,r-adegenet)
+ ("r-ape" ,r-ape)))
+ (home-page "http://ape-package.ird.fr/pegas.html";)
+ (synopsis "Population and evolutionary genetics analysis system")
+ (description
+ "This package provides functions for reading, writing, plotting,
+analysing, and manipulating allelic and haplotypic data, including from VCF
+files, and for the analysis of population nucleotide sequences and
+micro-satellites including coalescent analyses, linkage disequilibrium,
+population structure (Fst, Amova) and equilibrium (HWE), haplotype networks,
+minimum spanning tree and network, and median-joining networks.")
+ (license license:gpl2+)))
- 07/15: gnu: Add r-learnbayes., (continued)
- 07/15: gnu: Add r-learnbayes., guix-commits, 2019/03/24
- 13/15: gnu: Add r-adegenet., guix-commits, 2019/03/24
- 03/15: gnu: Add udunits., guix-commits, 2019/03/24
- 08/15: gnu: Add r-deldir., guix-commits, 2019/03/24
- 05/15: gnu: Add r-classint., guix-commits, 2019/03/24
- 06/15: gnu: Add r-spdata., guix-commits, 2019/03/24
- 15/15: gnu: Add r-rmetasim., guix-commits, 2019/03/24
- 12/15: gnu: r-seqinr: Move to (gnu packages cran)., guix-commits, 2019/03/24
- 11/15: gnu: r-acsnminer: Move to (gnu packages cran)., guix-commits, 2019/03/24
- 09/15: gnu: Add r-sf., guix-commits, 2019/03/24
- 14/15: gnu: Add r-pegas.,
guix-commits <=