pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/R-isoband
Module Name: pkgsrc
Committed By: mef
Date: Sat Dec 7 02:51:45 UTC 2024
Modified Files:
pkgsrc/graphics/R-isoband: Makefile distinfo
Log Message:
(graphics/R-isoband) Updated 0.2.4 to 0.2.7, make test passed
# isoband 0.2.7
- Remove compile-time dependency on testthat.
- Changed maintainer after the original author (Claus Wilke) donated codebase
to r-lib.
isoband 0.2.6
----------------------------------------
- Update to the latest testthat headers for compatibility with
LLVM clang 15.0.0.
- Correct label angle for current aspect ratio in `isolines_grob()`
(#28, @eliocamp).
isoband 0.2.5
----------------------------------------
- Add a new label placer function `label_placer_middle()`
(#24, @jamarav).
- The vendored testthat/catch code now uses a constant
value for the stack size rather than relying on `SIGSTKSZ`.
See: https://github.com/r-lib/testthat/issues/1373
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/R-isoband/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/R-isoband/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/R-isoband/Makefile
diff -u pkgsrc/graphics/R-isoband/Makefile:1.1 pkgsrc/graphics/R-isoband/Makefile:1.2
--- pkgsrc/graphics/R-isoband/Makefile:1.1 Sun Jun 6 06:50:17 2021
+++ pkgsrc/graphics/R-isoband/Makefile Sat Dec 7 02:51:45 2024
@@ -1,19 +1,28 @@
-# $NetBSD: Makefile,v 1.1 2021/06/06 06:50:17 mef Exp $
+# $NetBSD: Makefile,v 1.2 2024/12/07 02:51:45 mef Exp $
R_PKGNAME= isoband
-R_PKGVER= 0.2.4
+R_PKGVER= 0.2.7
CATEGORIES= graphics
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Generate Isolines and Isobands from Regularly Spaced Elevation Grids
LICENSE= mit # + file LICENSE
-# Packages suggested but not available:
-# 'magick'
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
-#EST_DEPENDS+= R-magick-[0-9]*:../../graphics/R-magick
+TEST_DEPENDS+= R-magick-[0-9]*:../../graphics/R-magick
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
+
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
USE_LANGUAGES= c++
Index: pkgsrc/graphics/R-isoband/distinfo
diff -u pkgsrc/graphics/R-isoband/distinfo:1.3 pkgsrc/graphics/R-isoband/distinfo:1.4
--- pkgsrc/graphics/R-isoband/distinfo:1.3 Tue Oct 26 10:45:56 2021
+++ pkgsrc/graphics/R-isoband/distinfo Sat Dec 7 02:51:45 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:45:56 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/12/07 02:51:45 mef Exp $
-BLAKE2s (R/isoband_0.2.4.tar.gz) = 61b3c870af8829999d09927e5594529b979ece43c7dcd857a5f64aa7073ce283
-SHA512 (R/isoband_0.2.4.tar.gz) = 8d83afd3b5cecc33721e52b9241fd7cb1fde6b8d9e35da6ca8afbda63e603f71d4208fdb22777d6a992bf26eb66680d85d44ad267cdf89a2a6007afbe2ee8cde
-Size (R/isoband_0.2.4.tar.gz) = 2010708 bytes
+BLAKE2s (R/isoband_0.2.7.tar.gz) = bd21cbb6f106d86605673cf47b729c1ab5d64cd754249565efee9b30d2cdac99
+SHA512 (R/isoband_0.2.7.tar.gz) = 0eb31cd6636abc80f82b8427e3796e159cb3a77997c172c766d410cab798a2a4abe75ca5c034883cc5a2bd1b70369fa34e3f1d6f868c8faa4a91aaa52698f2db
+Size (R/isoband_0.2.7.tar.gz) = 1591812 bytes
Home |
Main Index |
Thread Index |
Old Index