guix-commits
[Top][All Lists]
Advanced

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

24/47: gnu: Add r-smpracticals.


From: guix-commits
Subject: 24/47: gnu: Add r-smpracticals.
Date: Fri, 13 Dec 2019 16:42:18 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit bba4ec62e36a6071d978cdb2e5d267f9bc2068c7
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 13 18:42:45 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 385b97a..2de143c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16630,3 +16630,30 @@ future acute exacerbation in @dfn{Chronic Obstructive 
Pulmonary
 Disease} (COPD) patients, based on the clinical prediction model published in
 Adibi et al. (2019) @url{doi:10.1101/651901}.")
     (license license:gpl3)))
+
+(define-public r-smpracticals
+  (package
+    (name "r-smpracticals")
+    (version "1.4-3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "SMPracticals" version))
+       (sha256
+        (base32
+         "0zxq84f9i3b86xx6msb25b61gyj9k09iab2b7wg4d93yas9qzayf"))))
+    (properties `((upstream-name . "SMPracticals")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ellipse" ,r-ellipse)
+       ("r-mass" ,r-mass)
+       ("r-nlme" ,r-nlme)
+       ("r-survival" ,r-survival)))
+    (home-page "http://statwww.epfl.ch/davison/SM/";)
+    (synopsis "Practicals for use with Davison (2003) Statistical Models")
+    (description
+     "This package contains the datasets and a few functions for use with the
+practicals outlined in Appendix A of the book Statistical Models (Davison,
+2003, Cambridge University Press).  The practicals themselves can be found at
+@url{http://statwww.epfl.ch/davison/SM/}.";)
+    (license license:gpl2+)))



reply via email to

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