[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/16: gnu: Add r-untb.
From: |
guix-commits |
Subject: |
16/16: gnu: Add r-untb. |
Date: |
Sun, 24 Mar 2019 15:37:07 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit c30be23a6d97f356ebfb1dbb81f010e291d51212
Author: Ricardo Wurmus <address@hidden>
Date: Sun Mar 24 20:35:17 2019 +0100
gnu: Add r-untb.
* gnu/packages/cran.scm (r-untb): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d8a1233..b638e46 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11954,3 +11954,26 @@ package includes a vignette that gives a step-by-step
introduction to using S4
methods.")
;; Any version of the GPL
(license license:gpl2+)))
+
+(define-public r-untb
+ (package
+ (name "r-untb")
+ (version "1.7-4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "untb" version))
+ (sha256
+ (base32
+ "1i7m4vfslsix98dwx4jlrsldm7fhhfp25gr7aapcxqxms7ryaby6"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-brobdingnag" ,r-brobdingnag)
+ ("r-partitions" ,r-partitions)
+ ("r-polynom" ,r-polynom)))
+ (home-page "https://github.com/RobinHankin/untb.git")
+ (synopsis "Ecological drift under the UNTB")
+ (description
+ "This package provides numerical simulations, and visualizations, of
+Hubbell's @dfn{Unified Neutral Theory of Biodiversity} (UNTB).")
+ (license license:gpl2+)))
- 04/16: gnu: r-pls: Update to 2.7-1., (continued)
- 04/16: gnu: r-pls: Update to 2.7-1., guix-commits, 2019/03/24
- 05/16: gnu: r-quantmod: Update to 0.4-14., guix-commits, 2019/03/24
- 07/16: gnu: r-getopt: Update to 1.20.3., guix-commits, 2019/03/24
- 10/16: gnu: r-phangorn: Update to 2.5.3., guix-commits, 2019/03/24
- 15/16: gnu: Add r-brobdingnag., guix-commits, 2019/03/24
- 11/16: gnu: Add r-lemon., guix-commits, 2019/03/24
- 13/16: gnu: Add r-bedr., guix-commits, 2019/03/24
- 14/16: gnu: Add r-partitions., guix-commits, 2019/03/24
- 08/16: gnu: r-rbgl: Update to 1.58.2., guix-commits, 2019/03/24
- 12/16: gnu: Add r-wgaim., guix-commits, 2019/03/24
- 16/16: gnu: Add r-untb.,
guix-commits <=
- 09/16: gnu: r-gqtlstats: Update to 1.14.1., guix-commits, 2019/03/24