[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/12: gnu: Add r-ggthemeassist.
From: |
guix-commits |
Subject: |
04/12: gnu: Add r-ggthemeassist. |
Date: |
Wed, 28 Sep 2022 16:14:56 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 1e7696a95b7bd4833364e6c14e0d733f108b4da5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 28 20:03:17 2022 +0200
gnu: Add r-ggthemeassist.
* gnu/packages/cran.scm (r-ggthemeassist): New variable.
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 956c2822ef..8ab87846d4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20034,6 +20034,31 @@ complex formatted plot labels (titles, subtitles,
facet labels, axis labels,
etc.). Text boxes with automatic word wrap are also supported.")
(license license:gpl2)))
+(define-public r-ggthemeassist
+ (package
+ (name "r-ggthemeassist")
+ (version "0.1.5")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "ggThemeAssist" version))
+ (sha256
+ (base32
+ "1biw91a8p13h62v4w3yim6ghr98khmyhb3qd0h04asf91vvmpxbv"))))
+ (properties `((upstream-name . "ggThemeAssist")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-formatr
+ r-ggplot2
+ r-miniui
+ r-rstudioapi
+ r-shiny))
+ (home-page "https://github.com/calligross/ggthemeassist")
+ (synopsis "Add-in to customize ggplot2 themes")
+ (description
+ "This package provides an Rstudio add-in that delivers a graphical
+interface for editing @code{ggplot2} theme elements.")
+ (license license:gpl3)))
+
;; This package includes minified JavaScript files. When upgrading please
;; check that there are no new minified JavaScript files.
(define-public r-flexdashboard
- branch master updated (f4442721eb -> afcc6d636f), guix-commits, 2022/09/28
- 01/12: gnu: Add r-rlecuyer., guix-commits, 2022/09/28
- 02/12: gnu: Add r-pbdmpi., guix-commits, 2022/09/28
- 03/12: gnu: Add r-bundesligr., guix-commits, 2022/09/28
- 06/12: gnu: Add r-animation., guix-commits, 2022/09/28
- 08/12: import/cran: Add more strings to invalid-packages., guix-commits, 2022/09/28
- 09/12: import/cran: Transform external package names to Guix names., guix-commits, 2022/09/28
- 04/12: gnu: Add r-ggthemeassist.,
guix-commits <=
- 07/12: gnu: Add r-ggghost., guix-commits, 2022/09/28
- 05/12: gnu: Add js-scianimator., guix-commits, 2022/09/28
- 10/12: import/utils: Add beautify-synopsis., guix-commits, 2022/09/28
- 11/12: import/cran: Use beautify-synopsis., guix-commits, 2022/09/28
- 12/12: import/cran: Process more complex license strings., guix-commits, 2022/09/28