guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: Add r-wrs2.


From: guix-commits
Subject: 02/05: gnu: Add r-wrs2.
Date: Mon, 28 Aug 2023 04:40:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9892efde37ab3577940664148c2f1a518a5f1fa1
Author: Navid Afkhami <navid.afkhami@mdc-berlin.de>
AuthorDate: Fri Aug 25 13:12:32 2023 +0000

    gnu: Add r-wrs2.
    
    * gnu/packages/cran.scm (r-wrs2): 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 ec3b2f5c66..f04a8f9697 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13344,6 +13344,30 @@ spreadsheet.  The worksheet name will be the name of 
the data frame it
 contains or can be specified by the user.")
     (license license:gpl2+)))
 
+(define-public r-wrs2
+  (package
+    (name "r-wrs2")
+    (version "1.1-4")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "WRS2" version))
+              (sha256
+               (base32
+                "1838wy59cqd65s0bw6c24xcvx7zflypqcbgs35l9s2fj87vw2hdc"))))
+    (properties `((upstream-name . "WRS2")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-mass r-mc2d r-plyr r-reshape))
+    (native-inputs (list r-knitr))
+    (home-page "https://r-forge.r-project.org/projects/psychor/";)
+    (synopsis "Collection of robust statistical methods")
+    (description
+     "R-wrs2 offers a range of strong stats methods from Wilcox WRS functions.
+It implements robust t-tests, both independent and dependent, robust ANOVA,
+including designs with between-within subjects, quantile ANOVA, robust
+correlation, robust mediation, and nonparametric ANCOVA models using robust
+location measures.")
+    (license license:gpl3)))
+
 (define-public r-biasedurn
   (package
     (name "r-biasedurn")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]