From: Ricardo Wurmus <rekado@elephly.net>
To: 28109@debbugs.gnu.org
Cc: Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#28109] [PATCH 09/10] gnu: Add r-suppdists.
Date: Wed, 16 Aug 2017 15:08:58 +0200 [thread overview]
Message-ID: <20170816130859.15069-9-rekado@elephly.net> (raw)
In-Reply-To: <20170816130859.15069-1-rekado@elephly.net>
* gnu/packages/cran.scm (r-suppdists): New variable.
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ce2c2b531..d1f684e37 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -876,3 +876,27 @@ testing for multivariate normality, distance components (disco) for
non-parametric analysis of structured data, and other energy
statistics/methods are implemented.")
(license license:gpl2+)))
+
+(define-public r-suppdists
+ (package
+ (name "r-suppdists")
+ (version "1.1-9.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "SuppDists" version))
+ (sha256
+ (base32
+ "1ffx8wigqqvz2pnh06jjc0fnf4vq9z2rhwk2y3f9aszn18ap3dgw"))))
+ (properties `((upstream-name . "SuppDists")))
+ (build-system r-build-system)
+ (home-page "http://cran.r-project.org/web/packages/SuppDists")
+ (synopsis "Supplementary distributions")
+ (description
+ "This package provides ten distributions supplementing those built into
+R. Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared,
+Spearman's rho, maximum F ratio, the Pearson product moment correlation
+coefficient, Johnson distributions, normal scores and generalized
+hypergeometric distributions. In addition two random number generators of
+George Marsaglia are included.")
+ (license license:gpl2+)))
--
2.13.3
next prev parent reply other threads:[~2017-08-16 13:10 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-16 12:56 [bug#28109] [PATCH 00/11] Some more R things Ricardo Wurmus
2017-08-16 13:08 ` [bug#28109] [PATCH 01/10] gnu: r-trimcluster: Update license Ricardo Wurmus
2017-08-16 13:08 ` [bug#28109] [PATCH 02/10] gnu: Add r-emdbook Ricardo Wurmus
2017-08-16 13:08 ` [bug#28109] [PATCH 03/10] gnu: Add r-fastseg Ricardo Wurmus
2017-08-16 13:08 ` [bug#28109] [PATCH 04/10] gnu: Add r-qvalue Ricardo Wurmus
2017-08-16 13:08 ` [bug#28109] [PATCH 05/10] gnu: Add r-lpsolve Ricardo Wurmus
2017-08-16 13:08 ` [bug#28109] [PATCH 06/10] gnu: Add r-limsolve Ricardo Wurmus
2017-08-16 13:08 ` [bug#28109] [PATCH 07/10] gnu: Add r-fitdistrplus Ricardo Wurmus
2017-08-16 13:08 ` [bug#28109] [PATCH 08/10] gnu: Add r-energy Ricardo Wurmus
2017-08-16 13:08 ` Ricardo Wurmus [this message]
2017-08-16 13:08 ` [bug#28109] [PATCH 10/10] gnu: Add r-ksamples Ricardo Wurmus
2017-08-17 16:03 ` bug#28109: [PATCH 01/10] gnu: r-trimcluster: Update license Ricardo Wurmus
2017-08-16 13:11 ` [bug#28109] [PATCH 00/11] Some more R things Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170816130859.15069-9-rekado@elephly.net \
--to=rekado@elephly.net \
--cc=28109@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.