[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/212: gnu: r-d3r: Update to 1.0.1.
From: |
guix-commits |
Subject: |
13/212: gnu: r-d3r: Update to 1.0.1. |
Date: |
Sat, 18 Feb 2023 14:00:46 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 7d01489a9fee99d32235dbad2d4d9150787ec6cc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 15:53:09 2023 +0100
gnu: r-d3r: Update to 1.0.1.
* gnu/packages/cran.scm (r-d3r): Update to 1.0.1.
[source]: Delete minified JavaScript in snippet.
[arguments]: Do not delete minified JavaScript here.
[native-inputs]: Update hash for d3.v7.js.
---
gnu/packages/cran.scm | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b110cee0ca..c6ae66ea48 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3817,14 +3817,21 @@ Bootstrap themes, which are packaged for use with Shiny
applications.")
(define-public r-d3r
(package
(name "r-d3r")
- (version "1.0.0")
+ (version "1.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "d3r" version))
(sha256
(base32
- "1qijkllfaaw0lb29j8mappm8jz9kg8gkihxq5wqhb4gabsazdwva"))))
+ "07n92x047l6savy8s5r3rj15nmjgswl1shl1dyzrzhgpa5jrpxf3"))
+ (snippet
+ '(for-each delete-file
+ '("inst/www/d3/v3/dist/d3.min.js"
+ "inst/www/d3/v4/dist/d3.min.js"
+ "inst/www/d3/v5/dist/d3.min.js"
+ "inst/www/d3/v6/dist/d3.min.js"
+ "inst/www/d3/v7/dist/d3.min.js")))))
(build-system r-build-system)
(arguments
`(#:modules ((guix build utils)
@@ -3852,7 +3859,6 @@ Bootstrap themes, which are packaged for use with Shiny
applications.")
(for-each (lambda (source target)
(format #t "Processing ~a --> ~a~%"
source target)
- (delete-file target)
(invoke "esbuild" source "--minify"
(string-append "--outfile=" target)))
sources targets)))))))))
@@ -3894,7 +3900,7 @@ Bootstrap themes, which are packaged for use with Shiny
applications.")
(uri "https://d3js.org/d3.v7.js")
(sha256
(base32
- "1hif1phswlkkpvcf1hbqmfsxdb5s5gr5g2frcwbh0rh8g6nbkyqi"))))))
+ "1m4i3kqzkz7w06sp9zqcy9f88xpdhi7cqih3phdrf4yjmfk1pfjg"))))))
(home-page "https://github.com/timelyportfolio/d3r")
(synopsis "d3.js utilities for R")
(description
- branch master updated (b795976778 -> 0ba69c1ee2), guix-commits, 2023/02/18
- 01/212: gnu: r-liger: Rename to r-rliger., guix-commits, 2023/02/18
- 05/212: import/cran: Process all vignette builders., guix-commits, 2023/02/18
- 07/212: import/cran: Remove directory-needs-zlib? in favor of needed-libraries-in-directory., guix-commits, 2023/02/18
- 02/212: gnu: r-readods: Update to 1.8.0., guix-commits, 2023/02/18
- 04/212: import/cran: Add name mapping for libjpeg., guix-commits, 2023/02/18
- 03/212: import/cran: Add directory-needs-esbuild?., guix-commits, 2023/02/18
- 06/212: import/cran: Add generic way to detect needed libraries., guix-commits, 2023/02/18
- 08/212: gnu: r-flexdashboard: Update to 0.6.1., guix-commits, 2023/02/18
- 11/212: gnu: Add r-gfonts., guix-commits, 2023/02/18
- 13/212: gnu: r-d3r: Update to 1.0.1.,
guix-commits <=
- 14/212: gnu: r-wgcna: Update to 1.72-1., guix-commits, 2023/02/18
- 15/212: gnu: r-abn: Update to 2.7-3., guix-commits, 2023/02/18
- 17/212: gnu: r-ggalluvial: Update to 0.12.4., guix-commits, 2023/02/18
- 23/212: gnu: r-mapproj: Update to 1.2.11., guix-commits, 2023/02/18
- 18/212: gnu: r-ggpp: Update to 0.5.1., guix-commits, 2023/02/18
- 28/212: gnu: r-lpsolve: Update to 5.6.18., guix-commits, 2023/02/18
- 12/212: gnu: r-sendmailr: Update to 1.4-0., guix-commits, 2023/02/18
- 41/212: gnu: r-utf8: Update to 1.2.3., guix-commits, 2023/02/18
- 44/212: gnu: r-network: Update to 1.18.1., guix-commits, 2023/02/18
- 45/212: gnu: r-statnet-common: Update to 4.8.0., guix-commits, 2023/02/18