Thu Jun 15 11:20:45 2023 UTC ()
(geography/R-deldir) Updated 1.0.6 to 1.0.9

 Version 1.0-9 17/05/2023

 Got rid of a spurious file tile.list.R that I had saved as a backup
 in the Deldir directory.  Psigh!!!

 Version 1.0-8 30/04/2023

 Added argument "id" to deldir(), allowing the user to specify a
 vector of identifiers/names for points.  Added at the request of
 Jiangyao Chi.

 In view of the foregoing, the identifiers of points need no longer
 be numeric indices, whence some of the terminology in plot.deldir()
 and plot.tile.list() was no longer appropriate.  Consequently:

    * changed name of argument "number" to "labelPts" in
      plot.deldir() and in plot.tile.list().

    * changed name of argument "nex" to "lex" in plot.deldir().

    * changed the name of the 4th component of the argument cmpnt_col
      in plot.deldir() from "num" to "labels".

 Added function getNbrs() to list the Delaunay neighbours of
 each point.  Added at the request of Jiangyao Chi.

 Added functions insidePoly() and insideRect() to determine
 whether points are inside an "interior" region which
 may be specified either as a polygon or a rectangle.  In
 the latter case the interior must be a subset of "rw",
 the rectangular window with respect to which the points
 are being triangulated/tessellated.

 Added the results of a call to getNbrs() to the output of
 tileInfo();  adjusted print.tileInfo() accordingly.

 Fixed a mild glitch in plot.tile.list(); the returned value
 was NULL if clipp was unspecified.  Corrected the help for
 plot.tile.list() which had said that the returned value was
 always null.

 Tidied the code of plot.tile.list() a bit.  Amended the help
 for plot.tile.list().

 Adjusted message in First.R.

 Version 1.0-7 26/12/2021

 The function tileInfo() threw an opaque error if all tiles
 were boundary tiles.  Added an error trap so as to produce
 a more perspicuous error message.  Thanks to Krisztina Konya
 of Ruhr-University Bochum who provided an example illustrating
 the need for this error trap.


(mef)
diff -r1.4 -r1.5 pkgsrc/geography/R-deldir/Makefile
diff -r1.5 -r1.6 pkgsrc/geography/R-deldir/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/geography/R-deldir/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/R-deldir/Makefile 2022/05/02 12:26:27 1.4
+++ pkgsrc/geography/R-deldir/Makefile 2023/06/15 11:20:45 1.5
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.4 2022/05/02 12:26:27 mef Exp $ 1# $NetBSD: Makefile,v 1.5 2023/06/15 11:20:45 mef Exp $
2 2
3CATEGORIES= geography 3CATEGORIES= geography
4 4
5MAINTAINER= pkgsrc-users@NetBSD.org 5MAINTAINER= pkgsrc-users@NetBSD.org
6HOMEPAGE= ${R_HOMEPAGE_BASE}/deldir/ 6HOMEPAGE= ${R_HOMEPAGE_BASE}/deldir/
7COMMENT= Delaunay Triangulation and Dirichlet (Voronoi) Tessellation 7COMMENT= Delaunay Triangulation and Dirichlet (Voronoi) Tessellation
8LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 8LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
9 9
10R_PKGNAME= deldir 10R_PKGNAME= deldir
11R_PKGVER= 1.0-6 11R_PKGVER= 1.0-9
12 12
13TEST_DEPENDS+= R-polyclip-[0-9]*:../../graphics/R-polyclip 13TEST_DEPENDS+= R-polyclip-[0-9]*:../../graphics/R-polyclip
14TEST_DEPENDS+= tex-cm-super-[0-9]*:../../fonts/tex-cm-super 14TEST_DEPENDS+= tex-cm-super-[0-9]*:../../fonts/tex-cm-super
15 15
16USE_LANGUAGES+= c fortran 16USE_LANGUAGES+= c fortran
17 17
18.include "../../math/R/Makefile.extension" 18.include "../../math/R/Makefile.extension"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/geography/R-deldir/distinfo (expand / switch to unified diff)

--- pkgsrc/geography/R-deldir/distinfo 2022/05/02 12:26:27 1.5
+++ pkgsrc/geography/R-deldir/distinfo 2023/06/15 11:20:45 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2022/05/02 12:26:27 mef Exp $ 1$NetBSD: distinfo,v 1.6 2023/06/15 11:20:45 mef Exp $
2 2
3BLAKE2s (R/deldir_1.0-6.tar.gz) = a763d2aed482307f6a8cf5f5401cf2aeb56491c45b3847ace30703bb522b8544 3BLAKE2s (R/deldir_1.0-9.tar.gz) = 2c36692e13560f3b1e5db3872c588ffd09aff6f45b7ed863c8a5549bf6a19a4d
4SHA512 (R/deldir_1.0-6.tar.gz) = 669e25af073ca5acfadad8cf21bafcff7c4f501dde9654678d763d4c7e19f2b26e0055d3156989f9079dd675cf795cbfbebb2d8f5f50850b23788ff756f4486c 4SHA512 (R/deldir_1.0-9.tar.gz) = 3f66977a332e9863599c76b2e46366f3ce79fe7aa194601aa37a5aa65dc43496981547ca42502b5ab2552bc1d34fe6bc58f17cd5738cb80eadaabf0ac1e0408c
5Size (R/deldir_1.0-6.tar.gz) = 120947 bytes 5Size (R/deldir_1.0-9.tar.gz) = 127119 bytes