guix-commits
[Top][All Lists]
Advanced

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

09/21: gnu: Add r-nor1mix.


From: guix-commits
Subject: 09/21: gnu: Add r-nor1mix.
Date: Wed, 13 Mar 2019 08:18:12 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 026dd77c636c33a7ef3e5d7116bd824c6d2c5415
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Mar 13 12:43:20 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 79753eb..a00c71a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11481,3 +11481,24 @@ negative binomial (ZINB) assumption.  The package also 
contains miscellaneous
 functions to compute density, distribution, quantile, and generate random
 numbers from ZIP and ZINB distributions.")
     (license license:gpl3)))
+
+(define-public r-nor1mix
+  (package
+    (name "r-nor1mix")
+    (version "1.2-3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "nor1mix" version))
+       (sha256
+        (base32
+         "1bvk888qml9qr7q703s7qzgm0sqfchcjdjqwqllm5vrjx0cnapj3"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/nor1mix/";)
+    (synopsis "Normal (1-d) mixture models")
+    (description
+     "This package provides S3 classes and methods for one-dimensional normal
+mixture models, for, e.g., density estimation or clustering algorithms
+research and teaching; it provides the widely used Marron-Wand densities.  It
+also provides tools for efficient random number generation and graphics.")
+    (license license:gpl2+)))



reply via email to

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