[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/124: gnu: r-flexdashboard: Update to 0.6.0.
From: |
guix-commits |
Subject: |
04/124: gnu: r-flexdashboard: Update to 0.6.0. |
Date: |
Wed, 10 Aug 2022 09:51:08 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 6ef2b32612ba08600fb0c7ab4a123c27201a4fc9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Aug 9 23:48:39 2022 +0200
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.
---
gnu/packages/cran.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c7aa223388..953866fe7f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19479,14 +19479,14 @@ etc.). Text boxes with automatic word wrap are also
supported.")
(define-public r-flexdashboard
(package
(name "r-flexdashboard")
- (version "0.5.2")
+ (version "0.6.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "flexdashboard" version))
(sha256
(base32
- "1bh759llp15fxrx2rwvxd8p3w84vjmkid32ism7zg49a127fjib4"))
+ "0bvw2ca6xxscia4hvq505qvjf6zkgpsqv86f1s78aknzwr9jsikm"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -19495,7 +19495,7 @@ etc.). Text boxes with automatic word wrap are also
supported.")
(delete-file "inst/www/sly/sly.min.js")
(delete-file
"inst/www/stickytableheaders/jquery.stickytableheaders.min.js")
(delete-file "inst/www/prism/prism.js")
- #t))))
+ (delete-file "inst/www/featherlight/featherlight.min.js")))))
(build-system r-build-system)
(arguments
`(#:modules ((guix build utils)
@@ -19542,14 +19542,16 @@ etc.). Text boxes with automatic word wrap are also
supported.")
(call-with-output-file target
(lambda (port)
(dump-port minified port)))))
- sources targets))))
- #t)))))
+ sources targets)))))))))
(propagated-inputs
- (list r-htmltools
+ (list r-bslib
+ r-htmltools
r-htmlwidgets
r-jsonlite
r-knitr
r-rmarkdown
+ r-sass
+ r-scales
r-shiny))
(native-inputs
`(("uglifyjs" ,node-uglify-js)
- 76/124: gnu: r-forecast: Update to 8.17.0., (continued)
- 76/124: gnu: r-forecast: Update to 8.17.0., guix-commits, 2022/08/10
- 77/124: gnu: r-proxyc: Update to 0.3.0., guix-commits, 2022/08/10
- 78/124: gnu: r-quanteda: Update to 3.2.2., guix-commits, 2022/08/10
- 84/124: gnu: r-workflows: Update to 1.0.0., guix-commits, 2022/08/10
- 79/124: gnu: r-matrixextra: Update to 0.1.11., guix-commits, 2022/08/10
- 85/124: gnu: r-rsample: Update to 1.1.0., guix-commits, 2022/08/10
- 82/124: gnu: r-rsconnect: Update to 0.8.27., guix-commits, 2022/08/10
- 16/124: gnu: r-htmltable: Update to 2.4.1., guix-commits, 2022/08/10
- 15/124: gnu: r-htmltools: Update to 0.5.3., guix-commits, 2022/08/10
- 11/124: gnu: r-fontawesome: Update to 0.3.0., guix-commits, 2022/08/10
- 04/124: gnu: r-flexdashboard: Update to 0.6.0.,
guix-commits <=
- 08/124: gnu: r-activepathways: Update to 1.1.1., guix-commits, 2022/08/10
- 14/124: gnu: r-callr: Update to 3.7.1., guix-commits, 2022/08/10
- 19/124: gnu: r-mbess: Update to 4.9.1., guix-commits, 2022/08/10
- 25/124: gnu: r-rpostgresql: Update to 0.7-4., guix-commits, 2022/08/10
- 22/124: gnu: r-dendextend: Update to 1.16.0., guix-commits, 2022/08/10
- 21/124: gnu: r-rcpp: Update to 1.0.9., guix-commits, 2022/08/10
- 35/124: gnu: r-seriation: Update to 1.3.6., guix-commits, 2022/08/10
- 34/124: gnu: r-tsp: Update to 1.2-1., guix-commits, 2022/08/10
- 38/124: gnu: r-tsa: Update to 1.3.1., guix-commits, 2022/08/10
- 27/124: gnu: r-generics: Update to 0.1.3., guix-commits, 2022/08/10