mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add r-shinymanager.
* gnu/packages/cran.scm (r-shinymanager): New variable.
This commit is contained in:
parent
ce57df72fd
commit
45fb9e627e
1 changed files with 32 additions and 0 deletions
|
@ -15306,6 +15306,38 @@ (define-public r-shinyjqui
|
||||||
effects from the jQuery UI library.")
|
effects from the jQuery UI library.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public r-shinymanager
|
||||||
|
(package
|
||||||
|
(name "r-shinymanager")
|
||||||
|
(version "1.0.400")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "shinymanager" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1np2yp5pn8g9i4jhysfgprmdn13cpw4vaaagrd72rnk2r4hpmyx4"))))
|
||||||
|
(properties `((upstream-name . "shinymanager")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list r-billboarder
|
||||||
|
r-dbi
|
||||||
|
r-dt
|
||||||
|
r-htmltools
|
||||||
|
r-openssl
|
||||||
|
r-r-utils
|
||||||
|
r-r6
|
||||||
|
r-rsqlite
|
||||||
|
r-scrypt
|
||||||
|
r-shiny))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
|
(home-page "https://github.com/datastorm-open/shinymanager")
|
||||||
|
(synopsis "Authentication management for Shiny applications")
|
||||||
|
(description
|
||||||
|
"This package provides simple and secure authentification mechanism for
|
||||||
|
single Shiny applications. Credentials are stored in an encrypted SQLite
|
||||||
|
database.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-outliers
|
(define-public r-outliers
|
||||||
(package
|
(package
|
||||||
(name "r-outliers")
|
(name "r-outliers")
|
||||||
|
|
Loading…
Reference in a new issue