guix-commits
[Top][All Lists]
Advanced

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

48/201: gnu: Add r-ggstats.


From: guix-commits
Subject: 48/201: gnu: Add r-ggstats.
Date: Fri, 15 Dec 2023 10:14:40 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7696d8869ebf0f7635e153f1343c09fff14cd5cb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 12:26:21 2023 +0100

    gnu: Add r-ggstats.
    
    * gnu/packages/cran.scm (r-ggstats): New variable.
    
    Change-Id: I0fb9465e059839443913b6935779e9656b1cc9ab
---
 gnu/packages/cran.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6165d329d9..0a54c25bf8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -967,6 +967,40 @@ samples) are easily visualized.")
      "Ggfittext is a ggplot2 extension for fitting text into boxes.")
     (license license:gpl2)))
 
+(define-public r-ggstats
+  (package
+    (name "r-ggstats")
+    (version "0.5.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ggstats" version))
+       (sha256
+        (base32 "1jcydapwarl1cxinm80rjmmli8vmlid8alnh6w484bh7nwzmcsic"))))
+    (properties `((upstream-name . "ggstats")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-broom-helpers
+                             r-cli
+                             r-dplyr
+                             r-forcats
+                             r-ggplot2
+                             r-lifecycle
+                             r-magrittr
+                             r-patchwork
+                             r-purrr
+                             r-rlang
+                             r-scales
+                             r-stringr
+                             r-tidyr))
+    (native-inputs (list r-knitr))
+    (home-page "https://larmarange.github.io/ggstats/";)
+    (synopsis "Extension to ggplot2 for plotting stats")
+    (description
+     "This package provides new statistics, new geometries and new positions
+for ggplot2 and a suite of functions to facilitate the creation of statistical
+plots.")
+    (license license:gpl3+)))
+
 (define-public r-ggstatsplot
   (package
     (name "r-ggstatsplot")



reply via email to

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