[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28089] [PATCH 25/29] gnu: Add r-distillery.
From: |
Ricardo Wurmus |
Subject: |
[bug#28089] [PATCH 25/29] gnu: Add r-distillery. |
Date: |
Mon, 14 Aug 2017 22:57:07 +0200 |
* gnu/packages/cran.scm (r-distillery): 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 7bf8e1e13..024796313 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -617,3 +617,24 @@ L-moments from the data. It also contains functions to
estimate the
parameters of the normal polynomial quantile mixture and the Cauchy polynomial
quantile mixture from L-moments and trimmed L-moments.")
(license license:gpl2)))
+
+(define-public r-distillery
+ (package
+ (name "r-distillery")
+ (version "1.0-2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "distillery" version))
+ (sha256
+ (base32
+ "12m4cacvc18fd3aayc8iih5q6bwsmvf29b55fwp7vs8wp1h8nd8c"))))
+ (build-system r-build-system)
+ (home-page "http://www.ral.ucar.edu/staff/ericg")
+ (synopsis "Functions for confidence intervals and object information")
+ (description
+ "This package provides some very simple method functions for confidence
+interval calculation and to distill pertinent information from a potentially
+complex object; primarily used in common with the packages extRemes and
+SpatialVx.")
+ (license license:gpl2+)))
--
2.13.3
- [bug#28089] [PATCH 17/29] gnu: Add r-reshape., (continued)
- [bug#28089] [PATCH 17/29] gnu: Add r-reshape., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 18/29] gnu: Add r-progress., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 21/29] gnu: Add r-sp., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 24/29] gnu: Add r-lmoments., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 20/29] gnu: Add r-proxy., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 26/29] gnu: Add r-extremes., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 27/29] gnu: Add r-lmtest., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 19/29] gnu: Add r-ggally., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 23/29] gnu: Add r-rmtstat., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 28/29] gnu: Add r-inline., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 25/29] gnu: Add r-distillery.,
Ricardo Wurmus <=
- [bug#28089] [PATCH 22/29] gnu: Add r-rook., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 29/29] gnu: Add r-bbmle., Ricardo Wurmus, 2017/08/14
- bug#28089: [PATCH 01/29] gnu: Add r-interactivedisplaybase., Ricardo Wurmus, 2017/08/17