mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: Add r-shinyhelper.
* gnu/packages/cran.scm (r-shinyhelper): New variable.
This commit is contained in:
parent
86d6c6053c
commit
d83cc1e7d2
1 changed files with 21 additions and 0 deletions
|
@ -2199,6 +2199,27 @@ (define-public r-shiny
|
|||
responsive, and powerful applications with minimal effort.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-shinyhelper
|
||||
(package
|
||||
(name "r-shinyhelper")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "shinyhelper" version))
|
||||
(sha256
|
||||
(base32 "1c4hvf19j3yyh8r12nx85ldkxs89g98q74csnqs5ml5l79a65vgp"))))
|
||||
(properties `((upstream-name . "shinyhelper")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-markdown r-shiny))
|
||||
(home-page "https://cran.r-project.org/package=shinyhelper")
|
||||
(synopsis "Easily add Markdown help files to shiny app elements")
|
||||
(description
|
||||
"This package creates a lightweight way to add markdown helpfiles to
|
||||
Shiny apps, using modal dialog boxes, with no need to observe each help button
|
||||
separately.")
|
||||
(license license:gpl3)))
|
||||
|
||||
;; This package includes minified JavaScript files. When upgrading please
|
||||
;; check that there are no new minified JavaScript files.
|
||||
(define-public r-shinytree
|
||||
|
|
Loading…
Reference in a new issue