guix-commits
[Top][All Lists]
Advanced

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

21/30: gnu: Add r-sm.


From: Ricardo Wurmus
Subject: 21/30: gnu: Add r-sm.
Date: Tue, 7 Nov 2017 17:32:58 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3a22732cd8b44a29bcfa3f8d1df41b157b135c27
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Nov 7 17:22:34 2017 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 41eb559..f6d436a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1380,3 +1380,25 @@ imputation are also provided.  Implements several 
graphics for exploring the
 equilibrium status of a large set of diallelic markers: ternary plots with
 acceptance regions, log-ratio plots and Q-Q plots.")
     (license license:gpl2+)))
+
+(define-public r-sm
+  (package
+    (name "r-sm")
+    (version "2.2-5.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "sm" version))
+       (sha256
+        (base32
+         "0hnq5s2fv94gaj0nyqc1vjdjd64vsp9z23nqa8hxvjcaf996rwj9"))))
+    (build-system r-build-system)
+    (native-inputs `(("gfortran" ,gfortran)))
+    (home-page "http://www.stats.gla.ac.uk/~adrian/sm/";)
+    (synopsis "Smoothing methods for nonparametric regression and density 
estimation")
+    (description
+     "This is software accompanying the book 'Applied Smoothing Techniques for
+Data Analysis---The Kernel Approach with S-Plus Illustrations', Oxford
+University Press.  It provides smoothing methods for nonparametric regression
+and density estimation")
+    (license license:gpl2+)))



reply via email to

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