guix-commits
[Top][All Lists]
Advanced

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

07/112: gnu: Add r-hdrcde.


From: guix-commits
Subject: 07/112: gnu: Add r-hdrcde.
Date: Wed, 9 Dec 2020 16:06:27 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 14caba7eeb55310794c13ffe0da8a9691354b587
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 9 17:47:00 2020 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ddf34ea..e3451d9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19355,6 +19355,35 @@ actigraphy-measured activity counts data.")
 R.")
     (license license:gpl2+)))
 
+(define-public r-hdrcde
+  (package
+    (name "r-hdrcde")
+    (version "3.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "hdrcde" version))
+       (sha256
+        (base32
+         "0c2qbw4c3mq1cb068kjs72rxlbibz8svwcrx853jyr8ybs23z7ab"))))
+    (properties `((upstream-name . "hdrcde")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ash" ,r-ash)
+       ("r-ggplot2" ,r-ggplot2)
+       ("r-kernsmooth" ,r-kernsmooth)
+       ("r-ks" ,r-ks)
+       ("r-locfit" ,r-locfit)
+       ("r-rcolorbrewer" ,r-rcolorbrewer)))
+    (native-inputs `(("gfortran" ,gfortran)))
+    (home-page "http://pkg.robjhyndman.com/hdrcde";)
+    (synopsis "Highest density regions and conditional density estimation")
+    (description
+     "This is a package for the computation of highest density regions in one
+and two dimensions, kernel estimation of univariate density functions
+conditional on one covariate, and multimodal regression.")
+    (license license:gpl3)))
+
 (define-public r-fda
   (package
     (name "r-fda")



reply via email to

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