[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
103/377: gnu: Add r-ztpln.
From: |
guix-commits |
Subject: |
103/377: gnu: Add r-ztpln. |
Date: |
Sun, 5 Sep 2021 10:07:12 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
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)))
- 81/377: gnu: r-beachmat: Update to 2.8.1., (continued)
- 81/377: gnu: r-beachmat: Update to 2.8.1., guix-commits, 2021/09/05
- 82/377: gnu: r-scuttle: Update to 1.2.1., guix-commits, 2021/09/05
- 84/377: gnu: r-delayedmatrixstats: Update to 1.14.2., guix-commits, 2021/09/05
- 90/377: gnu: knot-resolver: Update to 5.4.1., guix-commits, 2021/09/05
- 86/377: gnu: atop: Update to 2.6.0., guix-commits, 2021/09/05
- 97/377: gnu: emacs-moody: Update to 0.6.0., guix-commits, 2021/09/05
- 89/377: gnu: ungoogled-chromium: Update to 92.0.4515.159-0.8164c91., guix-commits, 2021/09/05
- 93/377: gnu: Add emacs-inheritenv., guix-commits, 2021/09/05
- 96/377: gnu: emacs-keycast: Update to 1.1.1., guix-commits, 2021/09/05
- 101/377: gnu: Add r-ztree., guix-commits, 2021/09/05
- 103/377: gnu: Add r-ztpln.,
guix-commits <=
- 104/377: gnu: Add r-zscorer., guix-commits, 2021/09/05
- 102/377: gnu: Add r-distributionutils., guix-commits, 2021/09/05
- 109/377: gnu: Add r-paws-common., guix-commits, 2021/09/05
- 110/377: gnu: Add r-paws-customer-engagement., guix-commits, 2021/09/05
- 111/377: gnu: Add r-paws-cost-management., guix-commits, 2021/09/05
- 116/377: gnu: Add r-paws-management., guix-commits, 2021/09/05
- 117/377: gnu: Add r-paws-networking., guix-commits, 2021/09/05
- 114/377: gnu: Add r-paws-analytics., guix-commits, 2021/09/05
- 118/377: gnu: Add r-paws-database., guix-commits, 2021/09/05
- 119/377: gnu: Add r-paws-storage., guix-commits, 2021/09/05