[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: Add r-ouch.
From: |
Ricardo Wurmus |
Subject: |
09/10: gnu: Add r-ouch. |
Date: |
Wed, 14 Nov 2018 09:19:07 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e4f4a04a51c657fd9cedcc8c08e8fad858533777
Author: Ricardo Wurmus <address@hidden>
Date: Mon Nov 12 16:23:26 2018 +0100
gnu: Add r-ouch.
* gnu/packages/cran.scm (r-ouch): 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 8513dff..6ce9bdd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7734,3 +7734,23 @@ levels of activity; statistically compare activity
metrics through
bootstrapping; and evaluate variation in linear variables with time (or other
circular variables).")
(license license:gpl3)))
+
+(define-public r-ouch
+ (package
+ (name "r-ouch")
+ (version "2.11-1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "ouch" version))
+ (sha256
+ (base32
+ "0xkwwi62vdahlcg3k32zb1nfwsx87zdssk79mvcxgfsw9bw4gahx"))))
+ (build-system r-build-system)
+ (propagated-inputs `(("r-subplex" ,r-subplex)))
+ (home-page "http://kingaa.github.io/ouch/")
+ (synopsis "Ornstein-Uhlenbeck models for phylogenetic comparative
hypotheses")
+ (description
+ "This package provides tools to fit and compare Ornstein-Uhlenbeck models
+for evolution along a phylogenetic tree.")
+ (license license:gpl2+)))
- branch master updated (51b262f -> ee66a13), Ricardo Wurmus, 2018/11/14
- 02/10: gnu: Add r-rjags., Ricardo Wurmus, 2018/11/14
- 05/10: gnu: Add r-acdm., Ricardo Wurmus, 2018/11/14
- 01/10: gnu: Add jags., Ricardo Wurmus, 2018/11/14
- 04/10: gnu: Add r-acd., Ricardo Wurmus, 2018/11/14
- 07/10: gnu: Add r-circular., Ricardo Wurmus, 2018/11/14
- 09/10: gnu: Add r-ouch.,
Ricardo Wurmus <=
- 06/10: gnu: Add r-overlap., Ricardo Wurmus, 2018/11/14
- 08/10: gnu: Add r-activity., Ricardo Wurmus, 2018/11/14
- 10/10: gnu: Add jamm., Ricardo Wurmus, 2018/11/14
- 03/10: gnu: Add r-abn., Ricardo Wurmus, 2018/11/14