guix-commits
[Top][All Lists]
Advanced

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

31/39: gnu: Add r-emdbook.


From: Ricardo Wurmus
Subject: 31/39: gnu: Add r-emdbook.
Date: Thu, 17 Aug 2017 11:27:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b31e4a96932a4c88f3eed19691d059a9fdc94b01
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Aug 15 14:59:48 2017 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e604799..ae4d807 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -734,3 +734,31 @@ package modifies and extends the @code{mle} classes in the 
@code{stats4}
 package.")
     ;; Any version of the GPL
     (license (list license:gpl2 license:gpl3))))
+
+(define-public r-emdbook
+  (package
+    (name "r-emdbook")
+    (version "1.3.9")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "emdbook" version))
+       (sha256
+        (base32
+         "09xbdyw8a4pvrsg3ryr8drby0njy4avc5wsjj4ffibdaicpchy69"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-bbmle" ,r-bbmle)
+       ("r-coda" ,r-coda)
+       ("r-lattice" ,r-lattice)
+       ("r-mass" ,r-mass)
+       ("r-plyr" ,r-plyr)
+       ("r-rcpp" ,r-rcpp)))
+    (home-page "http://www.math.mcmaster.ca/bolker/emdbook";)
+    (synopsis "Support functions and data for \"Ecological Models and Data\"")
+    (description
+     "This package provides auxiliary functions and data sets for \"Ecological
+Models and Data\", a book presenting maximum likelihood estimation and related
+topics for ecologists (ISBN 978-0-691-12522-0).")
+    ;; Any GPL version
+    (license (list license:gpl2 license:gpl3))))



reply via email to

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