guix-commits
[Top][All Lists]
Advanced

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

04/28: gnu: Add r-ztpln.


From: guix-commits
Subject: 04/28: gnu: Add r-ztpln.
Date: Thu, 26 Aug 2021 05:26:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9f120e9150ae51cf6274479e9b6441f09b6a93dc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 10:55:20 2021 +0200

    gnu: Add r-ztpln.
    
    * gnu/packages/cran.scm (r-ztpln): 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 5593b1a..8499b2a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30424,3 +30424,32 @@ calculated, functions for testing distributions using 
inversion tests and the
 Massart inequality.  Also included is an implementation of the incomplete
 Bessel K function.")
     (license license:gpl2+)))
+
+(define-public r-ztpln
+  (package
+    (name "r-ztpln")
+    (version "0.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ztpln" version))
+       (sha256
+        (base32
+         "18rbfdp22jaxg4nkqzj2393nhjdl1gzv4xhmr6aci76ymdixsfnl"))))
+    (properties `((upstream-name . "ztpln")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-distributionutils" ,r-distributionutils)
+       ("r-mixtools" ,r-mixtools)
+       ("r-rcpp" ,r-rcpp)
+       ("r-rcppeigen" ,r-rcppeigen)
+       ("r-rcppnumerical" ,r-rcppnumerical)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
+    (home-page "https://github.com/mattocci27/ztpln";)
+    (synopsis "Zero-truncated Poisson lognormal distribution")
+    (description
+     "This package provides functions for obtaining the density, random
+variates and maximum likelihood estimates of the Zero-truncated Poisson
+lognormal distribution and their mixture distribution.")
+    (license license:expat)))



reply via email to

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