mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: Add r-fresh.
* gnu/packages/cran.scm (r-fresh): New variable.
This commit is contained in:
parent
e5a0381e6d
commit
69a759854d
1 changed files with 22 additions and 0 deletions
|
@ -8054,6 +8054,28 @@ multivariate distributions.")
|
||||||
chaotic time series analysis.")
|
chaotic time series analysis.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public r-fresh
|
||||||
|
(package
|
||||||
|
(name "r-fresh")
|
||||||
|
(version "0.2.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "fresh" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1787mm6w2s5x9scxy7r9cb77rgpmy4ngwkn4z8g3gs48mrab4bd9"))))
|
||||||
|
(properties `((upstream-name . "fresh")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-htmltools r-rstudioapi r-sass r-shiny))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
|
(home-page "https://github.com/dreamRs/fresh")
|
||||||
|
(synopsis "Create custom Bootstrap themes to use in Shiny")
|
||||||
|
(description
|
||||||
|
"Customize Bootstrap and Bootswatch themes, like colors, fonts,
|
||||||
|
grid layout, to use in Shiny applications, rmarkdown documents and
|
||||||
|
flexdashboard.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-urca
|
(define-public r-urca
|
||||||
(package
|
(package
|
||||||
(name "r-urca")
|
(name "r-urca")
|
||||||
|
|
Loading…
Add table
Reference in a new issue