mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: Add r-ggthemeassist.
* gnu/packages/cran.scm (r-ggthemeassist): New variable.
This commit is contained in:
parent
211031ca0d
commit
1e7696a95b
1 changed files with 25 additions and 0 deletions
|
@ -20034,6 +20034,31 @@ (define-public r-ggtext
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue