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: Tue Nov 26 13:42:18 UTC 2024
Modified Files:
pkgsrc/geography/R-deldir: Makefile distinfo
Log Message:
(geography/R-deldir) Updated 1.0.9 to 2.0.4
Version 2.0-4 27/02/2024
Added an informative (???) error message to handle the setting
in which all points lie on a vertical or horizontal straight line
(whence the rectangular window cannot be inferred from the data).
Version 2.0-3 06/12/2023
Added the argument "axes" to plot.tile.list(), to permit the
suppression of the plotting of axes marked with a numeric scale.
Argument added at the request of Damon Tutunjia.
Adjust the help file for plot.tile.list().
Changed the startup message.
Also changed the nickname.
Version 2.0-2 20/11/2023
Changed my (the maintainer's) email address to
rolfturner%posteo.net@localhost. Made this change in the DESCRIPTION file
and in the help files. Introduced a macro "\rolf" to go into the
\author{ } field so that future changes can be effected simply by
changing the macro. Version 2.0-2 is now up on CRAN.
Version 2.0-1 20/11/2023
Corrected a couple of rather silly bugs (which took an enormous
amount of time and effort to track down) in trifnd.f90 and stoke.f90.
Both bugs involved incorrect Fortran 90 if/else syntax.
Version 2.0-0 20/11/2023
Converted ratfor code to fortran 90 code (placing the latter
into the "src" directory).
Version 1.0-12 23/11/2023
While debugging the new Fortran 90 based version (see above) of this
package it became clear that an if/else structure in trifnd.r was
(although not actually wrong) ill-constructed. I corrected this
defect, making the code consistent with the corresponding code
in trifnd.f90.
Version 1.0-11 18/11/2023
Changed insidePoly() so that tolerance can be specified by the used,
rather than being hardwired to the value sqrt(.Machine$double.eps).
This necessitated changing the structure of insidePoly.R so as *not*
to use local().
Version 1.0-10 17/11/2023
Corrected a bug in insidePoly(); I had misunderstood the
sanity check in spatstat.utils::inside.xypolygon(), which issues
a *warning* if not all entries of "score" are 0 or 1, but describes
this as being an "internal error". So I had made insidePoly() throw
an error in this circumstances; I shouldn't have! The errors thrown
are spurious. I have now changed the error to a warning, and added
an argument "sanityCheck=FALSE"; the warning is issued only if
sanityCheck is set to TRUE.
Also introduced "%~%" (almost equal). Using this in place of "=="
seems (???) to do a better job of determining boundary points
correctly.
Thanks to Huimin Wang whose enquiry about inexplicable crashes in
tileInfo() disclosed the aforementioned bug.`
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/geography/R-deldir/Makefile
cvs rdiff -u -r1.6 -r1.7 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.5 pkgsrc/geography/R-deldir/Makefile:1.6
--- pkgsrc/geography/R-deldir/Makefile:1.5 Thu Jun 15 11:20:45 2023
+++ pkgsrc/geography/R-deldir/Makefile Tue Nov 26 13:42:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/06/15 11:20:45 mef Exp $
+# $NetBSD: Makefile,v 1.6 2024/11/26 13:42:18 mef Exp $
CATEGORIES= geography
@@ -8,10 +8,16 @@ COMMENT= Delaunay Triangulation and Diri
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= deldir
-R_PKGVER= 1.0-9
+R_PKGVER= 2.0-4
TEST_DEPENDS+= R-polyclip-[0-9]*:../../graphics/R-polyclip
+
TEST_DEPENDS+= tex-cm-super-[0-9]*:../../fonts/tex-cm-super
+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 fortran
Index: pkgsrc/geography/R-deldir/distinfo
diff -u pkgsrc/geography/R-deldir/distinfo:1.6 pkgsrc/geography/R-deldir/distinfo:1.7
--- pkgsrc/geography/R-deldir/distinfo:1.6 Thu Jun 15 11:20:45 2023
+++ pkgsrc/geography/R-deldir/distinfo Tue Nov 26 13:42:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/06/15 11:20:45 mef Exp $
+$NetBSD: distinfo,v 1.7 2024/11/26 13:42:18 mef Exp $
-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
+BLAKE2s (R/deldir_2.0-4.tar.gz) = 06f259f2ef514936ed3ce720cd13afd307fbfe2d98e5bbf1725c5599876ccd5d
+SHA512 (R/deldir_2.0-4.tar.gz) = 9342f8cf9f14df3a1682d1099c498e89922bf7959df8bcf8d0091bc0913b21416b908753980977fdf858b1d1d2ca97991c44e5824586470fcd842c40989e7531
+Size (R/deldir_2.0-4.tar.gz) = 103621 bytes
Home |
Main Index |
Thread Index |
Old Index