Skip to content

Commit

Permalink
(graphics/R-isoband) Updated 0.2.4 to 0.2.7, make test passed
Browse files Browse the repository at this point in the history
# 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: r-lib/testthat#1373
  • Loading branch information
mef committed Dec 7, 2024
1 parent fcc6da9 commit f54c6e7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
19 changes: 14 additions & 5 deletions graphics/R-isoband/Makefile
Original file line number Diff line number Diff line change
@@ -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
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++

Expand Down
8 changes: 4 additions & 4 deletions graphics/R-isoband/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f54c6e7

Please sign in to comment.