[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/119: gnu: Add r-reldist.
From: |
guix-commits |
Subject: |
04/119: gnu: Add r-reldist. |
Date: |
Sat, 10 Jul 2021 16:31:37 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 39e1bc5b021d32a4cbdae978670271edb70847cb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 10 13:23:48 2021 +0200
gnu: Add r-reldist.
* gnu/packages/cran.scm (r-reldist): New variable.
---
gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8f9dd7c..a02ef29 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20021,6 +20021,34 @@ elicitation options based on Kass and Vaidyanathan
(1992)
@url{doi:10.1111/j.2517-6161.1992.tb01868.x}.")
(license license:gpl2+)))
+(define-public r-reldist
+ (package
+ (name "r-reldist")
+ (version "1.6-6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "reldist" version))
+ (sha256
+ (base32
+ "09vips7spcz0fahrpy0bl15hk43zgnq74h189hmygyi41l95aywa"))))
+ (properties `((upstream-name . "reldist")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-hmisc" ,r-hmisc)
+ ("r-mgcv" ,r-mgcv)))
+ (home-page "http://www.stat.ucla.edu/~handcock/RelDist")
+ (synopsis "Relative distribution methods")
+ (description
+ "This package provides tools for the comparison of distributions. This
+includes nonparametric estimation of the relative distribution PDF and CDF and
+numerical summaries as described in \"Relative Distribution Methods in the
+Social Sciences\" by Mark S. Handcock and Martina Morris, Springer-Verlag,
+1999, Springer-Verlag, ISBN 0387987789.")
+ ;; See also https://cran.r-project.org/web/packages/reldist/LICENSE for
+ ;; attribution requirements.
+ (license license:gpl3)))
+
(define-public r-accept
(package
(name "r-accept")
- branch master updated (5c45ed0 -> 6db1afe), guix-commits, 2021/07/10
- 02/119: gnu: r-vdiffr: Update to 1.0.2., guix-commits, 2021/07/10
- 05/119: gnu: Add r-wk., guix-commits, 2021/07/10
- 06/119: gnu: Add r-s2., guix-commits, 2021/07/10
- 07/119: gnu: Add r-ggpp., guix-commits, 2021/07/10
- 09/119: gnu: r-biomart: Update to 2.48.2., guix-commits, 2021/07/10
- 03/119: gnu: r-gtools: Update to 3.9.2., guix-commits, 2021/07/10
- 01/119: gnu: r-rintrojs: Update to 0.3.0., guix-commits, 2021/07/10
- 04/119: gnu: Add r-reldist.,
guix-commits <=
- 08/119: gnu: r-annotationhub: Update to 3.0.1., guix-commits, 2021/07/10
- 10/119: gnu: r-biocparallel: Update to 1.26.1., guix-commits, 2021/07/10
- 11/119: gnu: r-edaseq: Update to 2.26.1., guix-commits, 2021/07/10
- 13/119: gnu: r-genomeinfodb: Update to 1.28.1., guix-commits, 2021/07/10
- 12/119: gnu: r-ensembldb: Update to 2.16.2., guix-commits, 2021/07/10
- 19/119: gnu: r-enrichplot: Update to 1.12.2., guix-commits, 2021/07/10
- 16/119: gnu: r-systempiper: Update to 1.26.3., guix-commits, 2021/07/10
- 25/119: gnu: r-bioconcotk: Update to 1.12.1., guix-commits, 2021/07/10
- 18/119: gnu: r-dose: Update to 3.18.1., guix-commits, 2021/07/10
- 14/119: gnu: r-limma: Update to 3.48.1., guix-commits, 2021/07/10