guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: Add r-mvabund.


From: Ricardo Wurmus
Subject: 03/06: gnu: Add r-mvabund.
Date: Tue, 30 Oct 2018 17:48:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 20ff6e3a34eb49afef134ce6cae23d9c5935c6f5
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 30 22:47:10 2018 +0100

    gnu: Add r-mvabund.
    
    * gnu/packages/cran.scm (r-mvabund): New variable.
---
 gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 552df6d..b696219 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7113,3 +7113,28 @@ suite.  The RcppGSL package provides an easy-to-use 
interface between GSL data
 structures and R using concepts from Rcpp which is itself a package that eases
 the interfaces between R and C++.")
     (license license:gpl2+)))
+
+(define-public r-mvabund
+  (package
+    (name "r-mvabund")
+    (version "3.13.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "mvabund" version))
+       (sha256
+        (base32
+         "1z8bj9zbc8h7w1xki9sc2p2rq6lv8gbcmiy9819z54d7lx1i9cnj"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-mass" ,r-mass)
+       ("r-rcpp" ,r-rcpp)
+       ("r-rcppgsl" ,r-rcppgsl)
+       ("r-statmod" ,r-statmod)
+       ("r-tweedie" ,r-tweedie)))
+    (home-page "https://cran.r-project.org/web/packages/mvabund/";)
+    (synopsis "Statistical methods for analysing multivariate abundance data")
+    (description
+     "This package provides a set of tools for displaying, modeling and
+analysing multivariate abundance data in community ecology.")
+    (license license:lgpl2.1+)))



reply via email to

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