all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: <65535@debbugs.gnu.org>
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>
Subject: [bug#65535] [PATCH 4/5] gnu: Add r-ggstatsplot.
Date: Fri, 25 Aug 2023 13:12:35 +0000	[thread overview]
Message-ID: <76eab1b66c7e36ced93f1fb109f7998903cd2f17.1692968852.git.navid.afkhami@mdc-berlin.de> (raw)
In-Reply-To: <cover.1692968852.git.navid.afkhami@mdc-berlin.de>

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d9618a9d14..d928ac1030 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -744,6 +744,49 @@ (define-public r-ggfittext
      "Ggfittext is a ggplot2 extension for fitting text into boxes.")
     (license license:gpl2)))
 
+(define-public r-ggstatsplot
+  (package
+    (name "r-ggstatsplot")
+    (version "0.12.0")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "ggstatsplot" version))
+              (sha256
+               (base32
+                "17jxvzr4dlvsakrsvblxngg60jxh0c1a0i8phqqg63nbf79ng2lk"))))
+    (properties `((upstream-name . "ggstatsplot")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-correlation
+                             r-datawizard
+                             r-dplyr
+                             r-ggcorrplot
+                             r-ggplot2
+                             r-ggrepel
+                             r-ggside
+                             r-ggsignif
+                             r-glue
+                             r-insight
+                             r-paletteer
+                             r-parameters
+                             r-patchwork
+                             r-performance
+                             r-purrr
+                             r-rlang
+                             r-statsexpressions
+                             r-tidyr))
+    (native-inputs (list r-knitr))
+    (home-page "https://indrajeetpatil.github.io/ggstatsplot/")
+    (synopsis "Based plots with statistical details")
+    (description
+     "This package generates graphics with embedded details from statistical tests.
+Statistical tests included in the plots themselves.  It provides an easier
+syntax to generate information-rich plots for statistical analysis of
+continuous or categorical data.  Currently, it supports the most common
+types of statistical approaches and tests: parametric, nonparametric,
+robust, and Bayesian versions of t-test/ANOVA, correlation analyses,
+contingency table analysis, meta-analysis, and regression analyses.")
+    (license license:gpl3)))
+
 (define-public r-glmpca
   (package
     (name "r-glmpca")
-- 
2.34.1





  parent reply	other threads:[~2023-08-25 13:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-25 13:10 [bug#65535] [PATCH 0/5] *** Patch for r-ggstatsplot plus its dependencies *** Navid Afkhami
2023-08-25 13:12 ` [bug#65535] [PATCH 1/5] gnu: Add r-wrs2 Navid Afkhami
2023-08-25 13:12 ` [bug#65535] [PATCH 2/5] gnu: Add r-statsexpressions Navid Afkhami
2023-08-25 13:12 ` [bug#65535] [PATCH 3/5] gnu: Add r-mc2d Navid Afkhami
2023-08-25 13:12 ` Navid Afkhami [this message]
2023-08-25 13:12 ` [bug#65535] [PATCH 5/5] gnu: Add r-correlation Navid Afkhami
2023-08-28  8:40 ` bug#65535: [PATCH 0/5] *** Patch for r-ggstatsplot plus its dependencies *** Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=76eab1b66c7e36ced93f1fb109f7998903cd2f17.1692968852.git.navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=65535@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.