head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.12
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.10
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.8
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.6
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.4
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.2
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.1.0.28
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.26
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.24
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.22
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.20
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.18
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.16
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.14
	pkgsrc-2022Q4-base:1.1
	pkgsrc-2022Q3:1.1.0.12
	pkgsrc-2022Q3-base:1.1
	pkgsrc-2022Q2:1.1.0.10
	pkgsrc-2022Q2-base:1.1
	pkgsrc-2022Q1:1.1.0.8
	pkgsrc-2022Q1-base:1.1
	pkgsrc-2021Q4:1.1.0.6
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.4
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.2
	pkgsrc-2021Q2-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2024.12.07.02.51.45;	author mef;	state Exp;
branches;
next	1.1;
commitid	98c2zS4oArLn1wAF;

1.1
date	2021.06.06.06.50.17;	author mef;	state Exp;
branches;
next	;
commitid	m77gjXJsQIl7u2WC;


desc
@@


1.2
log
@(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
@
text
@# $NetBSD: Makefile,v 1.1 2021/06/06 06:50:17 mef Exp $

R_PKGNAME=	isoband
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

TEST_DEPENDS+=	R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+=	R-ggplot2-[0-9]*:../../graphics/R-ggplot2
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++

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@graphics/R-isoband: import R-isoband-0.2.4

A fast C++ implementation to generate contour lines (isolines) and
contour polygons (isobands) from regularly spaced grids containing
elevation data.
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
a4 1
R_PKGVER=	0.2.4
d11 1
a11 2
# Packages suggested but not available:
#  'magick'
d13 2
a14 1
#EST_DEPENDS+=	R-magick-[0-9]*:../../graphics/R-magick
d16 1
d18 8
@

