[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/54: gnu: Add r-univoutl.
From: |
guix-commits |
Subject: |
43/54: gnu: Add r-univoutl. |
Date: |
Sat, 14 Dec 2019 07:36:42 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 09e9ad334ac15ddea7e440cb1737f2c687f5c43a
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 11:29:40 2019 +0100
gnu: Add r-univoutl.
* gnu/packages/cran.scm (r-univoutl): New variable.
---
gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index bebf4ac..855a3c9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18349,3 +18349,29 @@ e.g. knapsack and subset sum procedures,
derivative-free Nelder-Mead and
Hooke-Jeeves minimization, and some (evolutionary) global optimization
functions.")
(license license:gpl3+)))
+
+(define-public r-univoutl
+ (package
+ (name "r-univoutl")
+ (version "0.1-5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "univOutl" version))
+ (sha256
+ (base32
+ "193wrpkvgmlrx43nag8w3ivrlqm37nm6g86wcvd3bgw3hchs70gi"))))
+ (properties `((upstream-name . "univOutl")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-hmisc" ,r-hmisc)
+ ("r-robustbase" ,r-robustbase)))
+ (home-page "https://github.com/marcellodo/univOutl")
+ (synopsis "Detection of univariate outliers")
+ (description
+ "This package provides well-known outlier detection techniques in the
+univariate case. Methods to deal with skewed distribution are included too.
+The Hidiroglou-Berthelot (1986) method to search for outliers in ratios of
+historical data is implemented as well. When available, survey weights can be
+used in outliers detection.")
+ (license license:gpl2+)))
- 54/54: import: cran: Recognize LGPL 2.1+., (continued)
- 54/54: import: cran: Recognize LGPL 2.1+., guix-commits, 2019/12/14
- 05/54: gnu: Add r-acopula., guix-commits, 2019/12/14
- 47/54: gnu: Add r-biclust., guix-commits, 2019/12/14
- 13/54: gnu: Add r-dummies., guix-commits, 2019/12/14
- 07/54: gnu: Add r-seewave., guix-commits, 2019/12/14
- 26/54: gnu: Add r-actfrag., guix-commits, 2019/12/14
- 46/54: gnu: Add r-flexclust., guix-commits, 2019/12/14
- 15/54: gnu: Add r-treeclust., guix-commits, 2019/12/14
- 18/54: gnu: Add r-acs., guix-commits, 2019/12/14
- 03/54: gnu: Add r-r-devices., guix-commits, 2019/12/14
- 43/54: gnu: Add r-univoutl.,
guix-commits <=
- 12/54: gnu: Add r-kernelfactory., guix-commits, 2019/12/14
- 16/54: gnu: Add r-acrosstic., guix-commits, 2019/12/14
- 31/54: gnu: Add r-activityindex., guix-commits, 2019/12/14
- 10/54: gnu: Add r-ada., guix-commits, 2019/12/14
- 35/54: gnu: Add r-expint., guix-commits, 2019/12/14
- 40/54: gnu: Add r-acuityview., guix-commits, 2019/12/14
- 14/54: gnu: Add r-acrm., guix-commits, 2019/12/14
- 30/54: gnu: Add r-activitycounts., guix-commits, 2019/12/14
- 01/54: gnu: Add r-activepathways., guix-commits, 2019/12/14
- 27/54: gnu: Add r-fda., guix-commits, 2019/12/14