[PATCH] gnu: r-svglite: Update to 2.1.2.

  • Done
  • quality assurance status badge
Details
One participant
  • Afkhami, Navid
Owner
unassigned
Submitted by
Afkhami, Navid
Severity
normal

Debbugs page

Afkhami, Navid wrote 1 years ago
(address . guix-patches@gnu.org)(name . Afkhami, Navid)(address . Navid.Afkhami@mdc-berlin.de)
d44e759c8b9f527f3a95e24b10dd4407a5b6396d.1697210018.git.Navid.Afkhami@mdc-berlin.de
* gnu/packages/statistics.scm (r-svglite): Update to 2.1.2.
---
gnu/packages/statistics.scm | 25 ++++++++++---------------
1 file changed, 10 insertions(+), 15 deletions(-)

Toggle diff (47 lines)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 0975dec477..dc7d3c7923 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1346,28 +1346,23 @@ (define-public r-gdtools
(define-public r-svglite
(package
(name "r-svglite")
- (version "2.1.1")
+ (version "2.1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "svglite" version))
(sha256
- (base32
- "0mmcipyqq4hs8fnb7301gdhl9ic4m80f1fp2x6z5vc61xrlh2w28"))))
+ (base32 "0c00djvlnf4qr30srh3xjnx1valqq8grm5ib0q4485z8gphn7hf2"))))
+ (properties `((upstream-name . "svglite")))
(build-system r-build-system)
- (inputs
- (list libpng zlib))
- (propagated-inputs
- (list r-cpp11 r-systemfonts))
- (native-inputs
- (list r-knitr))
- (home-page "https://github.com/hadley/svglite")
- (synopsis "SVG graphics device")
+ (inputs (list libpng zlib))
+ (propagated-inputs (list r-cpp11 r-systemfonts))
+ (native-inputs (list r-knitr))
+ (home-page "https://svglite.r-lib.org")
+ (synopsis "SVG graphics tool")
(description
- "@code{svglite} is a graphics device that produces clean
-@dfn{SVG} (Scalable Vector Graphics) output, suitable for use on the web, or
-hand editing. Compared to the built-in @code{svg()}, @code{svglite} is
-considerably faster, produces smaller files, and leaves text as is.")
+ "This package offers an R graphics device for scalable vector graphics.
+svglite is a fork of the older R@code{SvgDevice} package.")
(license license:gpl2+)))
(define-public r-assertthat

base-commit: 21b44bbc7c7b36eaaf19eb2f92ce654a44b70302
--
2.34.1
Navid.Afkhami@mdc-berlin.de wrote 1 years ago
Closing this bug
(name . 66522-done@debbugs.gnu.org)(address . 66522-done@debbugs.gnu.org)
3380699a304d4948acd65ba9c65e1a98@mdc-berlin.de
Hi,


This has been falsely reported. Please close it.


Thanks,

Navid


--

Navid Afkhami

High Performance Computing (HPC)

Max Delbrück Center for Molecular Medicine (MDC)

Robert Rössle Straße 10, 13125 Berlin

Phone: +49 30 9406 1316

Email: navid.afkhami@mdc-berlin.de
Attachment: file
Attachment: smime.p7s
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 66522@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66522
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help