pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/R-deldir
Module Name: pkgsrc
Committed By: mef
Date: Thu Jun 15 11:20:45 UTC 2023
Modified Files:
pkgsrc/geography/R-deldir: Makefile distinfo
Log Message:
(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.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/R-deldir/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/geography/R-deldir/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/R-deldir/Makefile
diff -u pkgsrc/geography/R-deldir/Makefile:1.4 pkgsrc/geography/R-deldir/Makefile:1.5
--- pkgsrc/geography/R-deldir/Makefile:1.4 Mon May 2 12:26:27 2022
+++ pkgsrc/geography/R-deldir/Makefile Thu Jun 15 11:20:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/05/02 12:26:27 mef Exp $
+# $NetBSD: Makefile,v 1.5 2023/06/15 11:20:45 mef Exp $
CATEGORIES= geography
@@ -8,7 +8,7 @@ COMMENT= Delaunay Triangulation and Diri
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= deldir
-R_PKGVER= 1.0-6
+R_PKGVER= 1.0-9
TEST_DEPENDS+= R-polyclip-[0-9]*:../../graphics/R-polyclip
TEST_DEPENDS+= tex-cm-super-[0-9]*:../../fonts/tex-cm-super
Index: pkgsrc/geography/R-deldir/distinfo
diff -u pkgsrc/geography/R-deldir/distinfo:1.5 pkgsrc/geography/R-deldir/distinfo:1.6
--- pkgsrc/geography/R-deldir/distinfo:1.5 Mon May 2 12:26:27 2022
+++ pkgsrc/geography/R-deldir/distinfo Thu Jun 15 11:20:45 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/05/02 12:26:27 mef Exp $
+$NetBSD: distinfo,v 1.6 2023/06/15 11:20:45 mef Exp $
-BLAKE2s (R/deldir_1.0-6.tar.gz) = a763d2aed482307f6a8cf5f5401cf2aeb56491c45b3847ace30703bb522b8544
-SHA512 (R/deldir_1.0-6.tar.gz) = 669e25af073ca5acfadad8cf21bafcff7c4f501dde9654678d763d4c7e19f2b26e0055d3156989f9079dd675cf795cbfbebb2d8f5f50850b23788ff756f4486c
-Size (R/deldir_1.0-6.tar.gz) = 120947 bytes
+BLAKE2s (R/deldir_1.0-9.tar.gz) = 2c36692e13560f3b1e5db3872c588ffd09aff6f45b7ed863c8a5549bf6a19a4d
+SHA512 (R/deldir_1.0-9.tar.gz) = 3f66977a332e9863599c76b2e46366f3ce79fe7aa194601aa37a5aa65dc43496981547ca42502b5ab2552bc1d34fe6bc58f17cd5738cb80eadaabf0ac1e0408c
+Size (R/deldir_1.0-9.tar.gz) = 127119 bytes
Home |
Main Index |
Thread Index |
Old Index