GNU bug report logs -
#66530
[PATCH] gnu: Add r-metacell.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 17 Oct 2023 14:33:33 +0200
with message-id <87mswhjumh.fsf <at> elephly.net>
and subject line [PATCH] gnu: Add r-metacell.
has caused the debbugs.gnu.org bug report #66530,
regarding [PATCH] gnu: r-svglite: Update to 2.1.2.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
66530: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66530
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/statistics.scm (r-svglite): Update to 2.1.2.
---
gnu/packages/statistics.scm | 25 ++++++++++---------------
1 file changed, 10 insertions(+), 15 deletions(-)
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 <at> code{SvgDevice} package.")
(license license:gpl2+)))
(define-public r-assertthat
base-commit: 21b44bbc7c7b36eaaf19eb2f92ce654a44b70302
--
2.34.1
[Message part 3 (message/rfc822, inline)]
Thanks for the patches. I applied them after some massaging.
--
Ricardo
This bug report was last modified 1 year and 218 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.