guix-commits
[Top][All Lists]
Advanced

[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+)))



reply via email to

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