guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 15/35] gnu: Add r-ape.


From: Raoul Bonnal
Subject: [PATCH 15/35] gnu: Add r-ape.
Date: Thu, 19 Jan 2017 19:55:10 +0100

From: Raoul Jean Pierre Bonnal <address@hidden>

* gnu/packages/statistics.scm (r-ape): New variable.
---
 gnu/packages/statistics.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 336b7c0..9defb9f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4362,3 +4362,25 @@ regression methodology including model selections and 
multivariate statistics.")
 Fixed point clustering.")
   (license (list license:gpl2+
                  license:gpl3+))))
+
+(define-public r-ape
+  (package
+    (name "r-ape")
+  (version "4.0")
+  (source
+   (origin
+     (method url-fetch)
+     (uri (cran-uri "ape" version))
+     (sha256
+      (base32
+       "017jzwnknwxggpv9lkj9yyc66qv3mcl5psvbbszfivpmj26k79f9"))))
+  (build-system r-build-system)
+  (home-page "http://ape-package.ird.fr/";)
+  (synopsis "Analyses of phylogenetics and evolution")
+  (description
+   "This package provides functions for reading, writing, plotting, and
+manipulating phylogenetic trees, analyses of comparative data in a
+phylogenetic framework, ancestral character analyses, analyses of
+diversification and macroevolution, computing distances from DNA sequences,
+and several other tools.")
+  (license license:gpl2+)))
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]