Tue Jan 23 22:13:44 2024 UTC (134d)
(math/R-FNN) Updated 1.1.3.2 to 1.1.4

	  CHANGES IN FNN VERSION 1.1.4

	o get.knn (cover_tree) will not return the self as the first
	  neighbor.  kd_tree and brute may still return self as the
	  first neighbor even there are other identical data points.

	o fixed the typo in the theoretical divergence example of
	KL.divergence manual


(mef)
diff -r1.7 -r1.8 pkgsrc/math/R-FNN/Makefile
diff -r1.7 -r1.8 pkgsrc/math/R-FNN/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/math/R-FNN/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-FNN/Makefile 2023/06/04 03:04:44 1.7
+++ pkgsrc/math/R-FNN/Makefile 2024/01/23 22:13:44 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2023/06/04 03:04:44 mef Exp $ 1# $NetBSD: Makefile,v 1.8 2024/01/23 22:13:44 mef Exp $
2 2
3R_PKGNAME= FNN 3R_PKGNAME= FNN
4R_PKGVER= 1.1.3.2 4R_PKGVER= 1.1.4
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7COMMENT= Fast nearest neighbor search algorithms and applications 7COMMENT= Fast nearest neighbor search algorithms and applications
8LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 8LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
9 9
10# Packages suggested but not available: 'chemometrics' 10# Packages suggested but not available: 'chemometrics'
11TEST_DEPENDS+= R-mvtnorm-[0-9]*:../../math/R-mvtnorm 11TEST_DEPENDS+= R-mvtnorm-[0-9]*:../../math/R-mvtnorm
12 12
13USE_LANGUAGES+= c c++ 13USE_LANGUAGES+= c c++
14 14
15.include "../../math/R/Makefile.extension" 15.include "../../math/R/Makefile.extension"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/math/R-FNN/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-FNN/distinfo 2023/06/04 03:04:44 1.7
+++ pkgsrc/math/R-FNN/distinfo 2024/01/23 22:13:44 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2023/06/04 03:04:44 mef Exp $ 1$NetBSD: distinfo,v 1.8 2024/01/23 22:13:44 mef Exp $
2 2
3BLAKE2s (R/FNN_1.1.3.2.tar.gz) = bb7b5c36ae3ca4936b252f5da4ea332b8255f369a9d4f68198d26014ffc0feda 3BLAKE2s (R/FNN_1.1.4.tar.gz) = 5ca518dad39c05337da417530c00ceabbd8dff6061f72480213b5b3c6943d77d
4SHA512 (R/FNN_1.1.3.2.tar.gz) = 3e98acc3f9196be224b2f0eb7114404e6505f80b36e3b0fbf856521887ddd62cd4b9dbc04aaa4276c421d147a4c0aaebb9ffdc42d07c9beeb2326a34e94cbff5 4SHA512 (R/FNN_1.1.4.tar.gz) = c3c0bd5dc100fa8179902a8b8ce172436070bcabe5d4e9700fe7eb7973446995cde6728c5253bddc5ffd76e584767c55762f327f957257ee7ab0f32bc7e6837f
5Size (R/FNN_1.1.3.2.tar.gz) = 79494 bytes 5Size (R/FNN_1.1.4.tar.gz) = 79913 bytes
6SHA1 (patch-src_Makevars) = ea930ea74f2571f137b36893aca7cb3d9491f0c0 6SHA1 (patch-src_Makevars) = ea930ea74f2571f137b36893aca7cb3d9491f0c0