Skip to content

Commit 0f3db0f

Browse files
author
mef
committed
(geography/R-spatstat.geom) Updated 3.2.7 to 3.3.4
CHANGES IN spatstat.explore VERSION 3.3-3 OVERVIEW o relative risk estimation using diffusion. o smoothing using diffusion. o Tweaks to bandwidth selection. NEW FUNCTIONS o relriskHeat, relriskHeat.ppp Relative risk estimation using diffusion. o blurHeat, blurHeat.im Image smoothing using diffusion. o SmoothHeat, SmoothHeat.ppp Smoothing numerical values observed at points, using diffusion. o bw.relriskHeatppp Bandwidth selection for relriskHeat.ppp SIGNIFICANT USER-VISIBLE CHANGES o bw.ppl Argument 'shortcut' now defaults to TRUE. CHANGES IN spatstat.explore VERSION 3.3-2 OVERVIEW o Tweaks to documentation. o Internal repairs. o Internal changes to satisfy package checker. CHANGES IN spatstat.explore VERSION 3.3-1 OVERVIEW o Internal changes to satisfy package checker. CHANGES IN spatstat.explore VERSION 3.3-0 OVERVIEW o 'spatstat.explore' now depends on package 'spatstat.univar'. o Some functions have been moved to 'spatstat.univar'. o Minor improvements. PACKAGE DEPENDENCE o spatstat.explore now depends on the new package 'spatstat.univar' o Some functions have been moved from 'spatstat.explore' to 'spatstat.univar'. SIGNIFICANT USER-VISIBLE CHANGES o cbind.fv, bind.fv Additional arguments may be functions in the R language. DELETED FUNCTIONS o bw.abram The generic 'bw.abram' has been moved to the new package 'spatstat.univar'. o CDF, CDF.density The generic 'CDF' and method 'CDF.density' have been moved to the new package 'spatstat.univar'. o densityAdaptiveKernel The generic 'densityAdaptiveKernel' has been moved to the new package 'spatstat.univar'. o dkernel, pkernel, qkernel, rkernel These functions have been moved to the new package 'spatstat.univar'. o kernel.factor, kernel.moment, kernel.squint These functions have been moved to the new package 'spatstat.univar'. o kaplan.meier, reduced.sample, km.rs These functions have been moved to the new package 'spatstat.univar'. o quantile.density This method has been moved to the new package 'spatstat.univar'. o stieltjes This function has been moved to the new package 'spatstat.univar'.
1 parent 1ccf6ba commit 0f3db0f

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

geography/R-spatstat.geom/Makefile

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.2 2024/01/13 22:39:41 mef Exp $
1+
# $NetBSD: Makefile,v 1.3 2024/12/01 14:25:20 mef Exp $
22

33
R_PKGNAME= spatstat.geom
4-
R_PKGVER= 3.2-7
4+
R_PKGVER= 3.3-4
55
CATEGORIES= geography
66

77
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -10,12 +10,16 @@ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
1010

1111
DEPENDS+= R-deldir>=0.0.21:../../geography/R-deldir
1212
DEPENDS+= R-spatstat.data>=3.0:../../geography/R-spatstat.data
13+
DEPENDS+= R-spatstat.univar-[0-9]*:../../geography/R-spatstat.univar
1314
DEPENDS+= R-spatstat.utils>=2.2.0:../../geography/R-spatstat.utils
1415
DEPENDS+= R-polyclip>=1.10.0:../../graphics/R-polyclip
1516

16-
# Packages suggested but not available:
17-
# 'spatstat.core', 'spatstat.linnet', 'maptools', 'fftwtools',
18-
# 'spatstat'
17+
# Package suggested but not available: 'fftwtools'
18+
TEST_DEPENDS+= R-spatstat.random-[0-9]*:../../geography/R-spatstat.random
19+
TEST_DEPENDS+= R-spatstat.explore-[0-9]*:../../geography/R-spatstat.explore
20+
TEST_DEPENDS+= R-spatstat.model-[0-9]*:../../geography/R-spatstat.model
21+
TEST_DEPENDS+= R-spatstat.linnet-[0-9]*:../../geography/R-spatstat.linnet
22+
TEST_DEPENDS+= R-spatstat-[0-9]*:../../geography/R-spatstat
1923

2024
.include "../../math/R/Makefile.extension"
2125
.include "../../mk/bsd.pkg.mk"

geography/R-spatstat.geom/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.4 2024/01/13 22:39:41 mef Exp $
1+
$NetBSD: distinfo,v 1.5 2024/12/01 14:25:20 mef Exp $
22

3-
BLAKE2s (R/spatstat.geom_3.2-7.tar.gz) = c54dca2c350df4c3231eac3d66671e54335576c297841151e18534cf5ae4c1ee
4-
SHA512 (R/spatstat.geom_3.2-7.tar.gz) = d4096a24a1d8a4f073e8e46ed78f585036bd748aab76f567c53b66c236abb53d24ce4ec701b31fb79ea277e4192d758c2daf3116ba702ae8f54ccddc38f6886e
5-
Size (R/spatstat.geom_3.2-7.tar.gz) = 772736 bytes
3+
BLAKE2s (R/spatstat.geom_3.3-4.tar.gz) = 12c9b08973128708f145410c61a7e2e4aa4c74cb958ef8cd6e1e88ee806c2e1f
4+
SHA512 (R/spatstat.geom_3.3-4.tar.gz) = ec98ad746590c2a2ded78055911593583d02b34dcb4479ff6a29d9ee621fbb57e1a72f63c598c358b081e7225bba051c22010f4ccb78cb3ab644046ce9bcd085
5+
Size (R/spatstat.geom_3.3-4.tar.gz) = 770545 bytes

0 commit comments

Comments
 (0)