[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/98: gnu: r-leaflet: Update to 2.2.0.
From: |
guix-commits |
Subject: |
07/98: gnu: r-leaflet: Update to 2.2.0. |
Date: |
Wed, 13 Sep 2023 18:06:13 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit f2d690c6c54a6cbea49bf4ac997125f81074ae57
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 13 22:41:25 2023 +0200
gnu: r-leaflet: Update to 2.2.0.
* gnu/packages/cran.scm (r-leaflet): Update to 2.2.0.
[source]: Do not delete jquery.min.js, because it is no longer included.
[arguments]: Adjust minification accordingly.
[native-inputs]: Remove js-jquery.
[propagated-inputs]: Remove r-base64enc and r-markdown; add r-jquerylib and
r-xfun.
---
gnu/packages/cran.scm | 22 ++++++----------------
1 file changed, 6 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d79c70170c..a3d70f2852 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9912,20 +9912,19 @@ information between package updates.")
(define-public r-leaflet
(package
(name "r-leaflet")
- (version "2.1.2")
+ (version "2.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "leaflet" version))
(sha256
- (base32 "0fa0f9fcrxbqhmcm45l0byws56d8gg0bi3vx4m65mn4rihg6gn16"))
+ (base32 "0k0zplbhmvld6q1id17s827z1230kvnz16c4hlvp6jn9g26yy0dq"))
(snippet
'(for-each
delete-file
(list "inst/htmlwidgets/lib/leaflet/leaflet.js"
"inst/htmlwidgets/lib/leaflet-measure/leaflet-measure.min.js"
"inst/htmlwidgets/lib/leaflet-omnivore/leaflet-omnivore.min.js"
- "inst/htmlwidgets/lib/jquery/jquery.min.js"
"inst/htmlwidgets/plugins/Leaflet-MiniMap/Control.MiniMap.min.js"
"inst/htmlwidgets/plugins/Leaflet.awesome-markers/bootstrap.min.js"
"inst/htmlwidgets/plugins/Leaflet.awesome-markers/leaflet.awesome-markers.min.js"
@@ -9956,8 +9955,6 @@ information between package updates.")
"htmlwidgets/lib/leaflet-measure/leaflet-measure.min.js")
(,(assoc-ref inputs "js-leaflet-omnivore")
"htmlwidgets/lib/leaflet-omnivore/leaflet-omnivore.min.js")
- (,(assoc-ref inputs "js-jquery")
- "htmlwidgets/lib/jquery/jquery.min.js")
("htmlwidgets/plugins/Leaflet-MiniMap/Control.MiniMap.js"
"htmlwidgets/plugins/Leaflet-MiniMap/Control.MiniMap.min.js")
(,(assoc-ref inputs "js-bootstrap3")
@@ -9992,13 +9989,6 @@ information between package updates.")
(sha256
(base32
"1j1qjagwj0m3q322z9wxxnpkd8zbk6g3kl047dsbmqad6gmqvgha"))))
- ("js-jquery"
- ,(origin
- (method url-fetch)
- (uri "https://code.jquery.com/jquery-1.12.4.js")
- (sha256
- (base32
- "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
("js-leaflet"
,(origin
(method url-fetch)
@@ -10061,19 +10051,19 @@ information between package updates.")
(base32
"0vyrbf6gv2lyh4c2bzp5349ivwvvg28gpn87y52a7jdb13rlkpab"))))))
(propagated-inputs
- (list r-base64enc
- r-crosstalk
+ (list r-crosstalk
r-htmltools
r-htmlwidgets
+ r-jquerylib
r-leaflet-providers
r-magrittr
- r-markdown
r-png
r-raster
r-rcolorbrewer
r-scales
r-sp
- r-viridis))
+ r-viridis
+ r-xfun))
(home-page "https://rstudio.github.io/leaflet/")
(synopsis "Create interactive web maps with the JavaScript Leaflet
library")
(description
- branch master updated (2c1d86e2e0 -> 2afa9353a0), guix-commits, 2023/09/13
- 08/98: gnu: r-iheatmapr: Update to 0.7.0., guix-commits, 2023/09/13
- 03/98: gnu: apache-arrow: Update to 13.0.0., guix-commits, 2023/09/13
- 06/98: gnu: python-hicmatrix: Remove custom 'check phase., guix-commits, 2023/09/13
- 04/98: gnu: r-arrow: Update to 13.0.0., guix-commits, 2023/09/13
- 07/98: gnu: r-leaflet: Update to 2.2.0.,
guix-commits <=
- 02/98: gnu: r-minqa: Update to 1.2.6., guix-commits, 2023/09/13
- 13/98: gnu: r-htscluster: Update to 2.0.11., guix-commits, 2023/09/13
- 15/98: gnu: r-climaemet: Update to 1.2.0., guix-commits, 2023/09/13
- 17/98: gnu: r-askpass: Update to 1.2.0., guix-commits, 2023/09/13
- 09/98: gnu: r-rstan: Update to 2.26.23., guix-commits, 2023/09/13
- 10/98: gnu: r-hmisc: Update to 5.1-1., guix-commits, 2023/09/13
- 12/98: gnu: r-abn: Update to 3.0.0., guix-commits, 2023/09/13
- 14/98: gnu: r-ggfittext: Update to 0.10.1., guix-commits, 2023/09/13
- 19/98: gnu: r-ctrdata: Update to 1.15.1., guix-commits, 2023/09/13
- 22/98: gnu: r-prodlim: Update to 2023.08.28., guix-commits, 2023/09/13