[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: Add r-parody.
From: |
guix-commits |
Subject: |
07/09: gnu: Add r-parody. |
Date: |
Wed, 4 Oct 2023 05:04:45 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 4221c3d4dad5e1cd9fd281a3bb139e5d5449deab
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Sat Mar 25 00:18:54 2023 +0100
gnu: Add r-parody.
* gnu/packages/bioconductor.scm (r-parody): New variable.
---
gnu/packages/bioconductor.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 4bb9c35d4c..66e710c56d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -21397,6 +21397,27 @@ statistical dependencies in messy, complex data.")
other functional sequencing data.")
(license license:gpl2)))
+(define-public r-parody
+ (package
+ (name "r-parody")
+ (version "1.58.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "parody" version))
+ (sha256
+ (base32 "0n2pmpnpwh16hb58v821xn42jm4a7wjsdf6sqxapjjw9w432mjac"))))
+ (properties `((upstream-name . "parody")))
+ (build-system r-build-system)
+ (native-inputs (list r-knitr))
+ (home-page "https://bioconductor.org/packages/parody")
+ (synopsis "Parametric and resistant outlier detection")
+ (description
+ "The parody package provides routines for univariate and multivariate
+outlier detection with a focus on parametric methods, but support for some
+methods based on resistant statistics.")
+ (license license:artistic2.0)))
+
(define-public r-pathview
(package
(name "r-pathview")
- branch master updated (d0aaa5aacf -> 273ee56bc2), guix-commits, 2023/10/04
- 05/09: gnu: Add r-apcomplex., guix-commits, 2023/10/04
- 08/09: gnu: Add r-arraymvout., guix-commits, 2023/10/04
- 09/09: gnu: Add r-arrayquality., guix-commits, 2023/10/04
- 06/09: gnu: Add r-mdqc., guix-commits, 2023/10/04
- 02/09: gnu: Add r-repmis., guix-commits, 2023/10/04
- 01/09: gnu: Add r-anota2seq., guix-commits, 2023/10/04
- 07/09: gnu: Add r-parody.,
guix-commits <=
- 04/09: gnu: Add r-org-sc-sgd-db., guix-commits, 2023/10/04
- 03/09: gnu: Add r-hybridmtest., guix-commits, 2023/10/04