[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/17: gnu: r-flexdashboard: Update to 0.5.2.
From: |
guix-commits |
Subject: |
12/17: gnu: r-flexdashboard: Update to 0.5.2. |
Date: |
Sun, 28 Jun 2020 00:03:05 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 6bbb287a60d6fead7755e7dc3cc1d073ab5bbb1c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jun 28 05:38:34 2020 +0200
gnu: r-flexdashboard: Update to 0.5.2.
* gnu/packages/cran.scm (r-flexdashboard): Update to 0.5.2.
[source]: Delete minified JavaScript files in a snippet.
---
gnu/packages/cran.scm | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4a39543..6a498a8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15159,17 +15159,28 @@ matrix and displays the significance level on the
plot. It also includes a
function for computing a matrix of correlation p-values.")
(license license:gpl2)))
+;; This package includes minified JavaScript files. When upgrading please
+;; check that there are no new minified JavaScript files.
(define-public r-flexdashboard
(package
(name "r-flexdashboard")
- (version "0.5.1.1")
+ (version "0.5.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "flexdashboard" version))
(sha256
(base32
- "0fy3nbrr67zqgd44r2mc850s5sp0hzfcw3zqs15m8kxzj1aw067x"))))
+ "1bh759llp15fxrx2rwvxd8p3w84vjmkid32ism7zg49a127fjib4"))
+ (modules '((guix build utils)))
+ (snippet
+ '(begin
+ ;; Delete bundled minified JavaScript files
+ (delete-file "inst/htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
+ (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))))
(build-system r-build-system)
(arguments
`(#:modules ((guix build utils)
@@ -15212,7 +15223,6 @@ function for computing a matrix of correlation
p-values.")
(for-each (lambda (source target)
(format #t "Processing ~a --> ~a~%"
source target)
- (delete-file target)
(let ((minified (open-pipe* OPEN_READ
"uglify-js" source)))
(call-with-output-file target
(lambda (port)
- 07/17: gnu: r-officer: Update to 0.3.12., (continued)
- 07/17: gnu: r-officer: Update to 0.3.12., guix-commits, 2020/06/28
- 05/17: gnu: r-renv: Update to 0.11.0., guix-commits, 2020/06/28
- 04/17: gnu: r-jsonlite: Update to 1.7.0., guix-commits, 2020/06/28
- 06/17: gnu: r-ggpubr: Update to 0.4.0., guix-commits, 2020/06/28
- 01/17: gnu: r-dexseq: Update to 1.34.1., guix-commits, 2020/06/28
- 03/17: gnu: r-scater: Update to 1.16.2., guix-commits, 2020/06/28
- 08/17: gnu: r-sjlabelled: Update to 1.1.6., guix-commits, 2020/06/28
- 11/17: gnu: r-rcppparallel: Update to 5.0.2., guix-commits, 2020/06/28
- 13/17: gnu: r-rgdal: Update to 1.5-12., guix-commits, 2020/06/28
- 09/17: gnu: r-raster: Update to 3.3-7., guix-commits, 2020/06/28
- 12/17: gnu: r-flexdashboard: Update to 0.5.2.,
guix-commits <=
- 15/17: gnu: r-roxygen2: Update to 7.1.1., guix-commits, 2020/06/28
- 16/17: gnu: r-openssl: Update to 1.4.2., guix-commits, 2020/06/28
- 10/17: gnu: r-emmeans: Update to 1.4.8., guix-commits, 2020/06/28
- 14/17: gnu: r-directlabels: Update to 2020.6.17., guix-commits, 2020/06/28
- 17/17: gnu: r-fpc: Update to 2.2-7., guix-commits, 2020/06/28