mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-flexdashboard: Update to 0.6.0.
* gnu/packages/cran.scm (r-flexdashboard): Update to 0.6.0. [source]: Delete featherlight.min.js. [arguments]: Remove trailing #T. [propagated-inputs]: Add r-bslib, r-sass, and r-scales.
This commit is contained in:
parent
e7bb12c0a4
commit
6ef2b32612
1 changed files with 8 additions and 6 deletions
|
@ -19479,14 +19479,14 @@ (define-public r-ggtext
|
||||||
(define-public r-flexdashboard
|
(define-public r-flexdashboard
|
||||||
(package
|
(package
|
||||||
(name "r-flexdashboard")
|
(name "r-flexdashboard")
|
||||||
(version "0.5.2")
|
(version "0.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "flexdashboard" version))
|
(uri (cran-uri "flexdashboard" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bh759llp15fxrx2rwvxd8p3w84vjmkid32ism7zg49a127fjib4"))
|
"0bvw2ca6xxscia4hvq505qvjf6zkgpsqv86f1s78aknzwr9jsikm"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -19495,7 +19495,7 @@ (define-public r-flexdashboard
|
||||||
(delete-file "inst/www/sly/sly.min.js")
|
(delete-file "inst/www/sly/sly.min.js")
|
||||||
(delete-file "inst/www/stickytableheaders/jquery.stickytableheaders.min.js")
|
(delete-file "inst/www/stickytableheaders/jquery.stickytableheaders.min.js")
|
||||||
(delete-file "inst/www/prism/prism.js")
|
(delete-file "inst/www/prism/prism.js")
|
||||||
#t))))
|
(delete-file "inst/www/featherlight/featherlight.min.js")))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils)
|
`(#:modules ((guix build utils)
|
||||||
|
@ -19542,14 +19542,16 @@ (define-public r-flexdashboard
|
||||||
(call-with-output-file target
|
(call-with-output-file target
|
||||||
(lambda (port)
|
(lambda (port)
|
||||||
(dump-port minified port)))))
|
(dump-port minified port)))))
|
||||||
sources targets))))
|
sources targets)))))))))
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-htmltools
|
(list r-bslib
|
||||||
|
r-htmltools
|
||||||
r-htmlwidgets
|
r-htmlwidgets
|
||||||
r-jsonlite
|
r-jsonlite
|
||||||
r-knitr
|
r-knitr
|
||||||
r-rmarkdown
|
r-rmarkdown
|
||||||
|
r-sass
|
||||||
|
r-scales
|
||||||
r-shiny))
|
r-shiny))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("uglifyjs" ,node-uglify-js)
|
`(("uglifyjs" ,node-uglify-js)
|
||||||
|
|
Loading…
Reference in a new issue