guix-patches
[Top][All Lists]
Advanced

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

[bug#65535] [PATCH 2/5] gnu: Add r-statsexpressions.


From: Navid Afkhami
Subject: [bug#65535] [PATCH 2/5] gnu: Add r-statsexpressions.
Date: Fri, 25 Aug 2023 13:12:33 +0000

* gnu/packages/cran.scm (r-statsexpressions): New variable.
---
 gnu/packages/cran.scm | 44 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 667decab70..dd90da6826 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8113,6 +8113,50 @@ (define-public r-statip
 @end itemize")
     (license license:gpl3)))
 
+(define-public r-statsexpressions
+  (package
+    (name "r-statsexpressions")
+    (version "1.5.1")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "statsExpressions" version))
+              (sha256
+               (base32
+                "1lq4h3a8yr7wnmjkg2rgr8524vdpfacr73pv4wxj44dbg9yh8l3x"))))
+    (properties `((upstream-name . "statsExpressions")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-afex
+                             r-bayesfactor
+                             r-correlation
+                             r-datawizard
+                             r-dplyr
+                             r-effectsize
+                             r-glue
+                             r-insight
+                             r-magrittr
+                             r-parameters
+                             r-performance
+                             r-pmcmrplus
+                             r-purrr
+                             r-rlang
+                             r-tibble
+                             r-tidyr
+                             r-withr
+                             r-wrs2
+                             r-zeallot))
+    (native-inputs (list r-knitr))
+    (home-page "https://indrajeetpatil.github.io/statsExpressions/";)
+    (synopsis "Dataframes and expressions with statistical details")
+    (description
+     "Tools for creating detailed dataframes for common statistical approaches 
and tests.
+These include parametric, nonparametric, robust, and Bayesian t-test,
+one-way ANOVA, correlation analyses, contingency table analyses, and
+meta-analyses.  The functions are pipe-friendly and provide a consistent
+syntax to work with tidy data.  These dataframes additionally contain
+expressions with statistical details, and can be used in graphing packages.
+This package also forms the statistical processing backend for ggstatsplot.")
+    (license license:gpl3)))
+
 (define-public r-stringdist
   (package
     (name "r-stringdist")
-- 
2.34.1






reply via email to

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