Skip to content

Commit 4cf36d9

Browse files
author
mef
committed
(..geography/R-spatstat.random) Update 3.2.2 to 3.3.2
CHANGES IN spatstat.random VERSION 3.3-2 OVERVIEW o Tweaks to documentation. o Minor improvements. SIGNIFICANT USER-VISIBLE CHANGES o rSSI New argument 'verbose' specifies whether to print progress reports when nsim > 1. CHANGES IN spatstat.random VERSION 3.3-1 OVERVIEW o Internal changes to satisfy CRAN package checker. CHANGES IN spatstat.random VERSION 3.3-0 OVERVIEW o We thank Abdollah Jalilian for contributions. o Now depends on 'spatstat.univar' o Some functions have been removed. o Bug fix in Gaussian random field simulation. PACKAGE DEPENDENCE o spatstat.random now depends on the new package 'spatstat.univar' SIGNIFICANT USER-VISIBLE CHANGES o indefinteg This function has been moved to the new package 'spatstat.univar'. BUG FIXES o rLGCP The underlying simulation of the random field was incorrect if the pixel raster dimensions were not equal (i.e. number of columns not equal to number of rows). [Spotted by Abdollah Jalilian.] Fixed. CHANGES IN spatstat.random VERSION 3.2-3 OVERVIEW o Slightly accelerated. o Minor bug fixes. SIGNIFICANT USER-VISIBLE CHANGES o spatstat.random Some computations are slightly accelerated. BUG FIXES o rLGCP In certain special cases, an error message about incompatible images was issued, and in the resulting point pattern object X, the driving intensity image attr(X,"Lambda") had incorrect dimensions or spatial coordinates. Fixed.
1 parent 3586ee5 commit 4cf36d9

2 files changed

Lines changed: 19 additions & 6 deletions

File tree

geography/R-spatstat.random/Makefile

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.1 2024/01/13 23:13:40 mef Exp $
1+
# $NetBSD: Makefile,v 1.2 2024/12/01 14:03:45 mef Exp $
22

33
R_PKGNAME= spatstat.random
4-
R_PKGVER= 3.2-2
4+
R_PKGVER= 3.3-2
55
CATEGORIES= geography
66

77
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -12,6 +12,19 @@ DEPENDS+= R-spatstat.data>=3.0:../../geography/R-spatstat.data
1212
DEPENDS+= R-spatstat.geom>=3.2.1:../../geography/R-spatstat.geom
1313
DEPENDS+= R-spatstat.utils>=3.0.2:../../geography/R-spatstat.utils
1414

15+
TEST_DEPENDS+= R-spatstat.linnet-[0-9]*:../../geography/R-spatstat.linnet
16+
TEST_DEPENDS+= R-spatstat.explore-[0-9]*:../../geography/R-spatstat.explore
17+
TEST_DEPENDS+= R-spatstat.model-[0-9]*:../../geography/R-spatstat.model
18+
TEST_DEPENDS+= R-spatstat-[0-9]*:../../geography/R-spatstat
19+
TEST_DEPENDS+= R-gsl-[0-9]*:../../math/R-gsl
20+
21+
# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
22+
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
23+
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
24+
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
25+
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
26+
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
27+
1528
USE_LANGUAGES= c c++
1629

1730
.include "../../math/R/Makefile.extension"
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.1 2024/01/13 23:13:40 mef Exp $
1+
$NetBSD: distinfo,v 1.2 2024/12/01 14:03:45 mef Exp $
22

3-
BLAKE2s (R/spatstat.random_3.2-2.tar.gz) = 3d36e5d2540c1b2e41bc096dda9c22efda6f09ed6a4cee6ba3be11a955cada79
4-
SHA512 (R/spatstat.random_3.2-2.tar.gz) = b6a956fbddcdcbe2c7f929fed3d8d7e49a8a90495741e6405e800158f5ab65967af195938b2729c92c2c485cda590d7d169882a948b1c4bbe0c57513aa23974e
5-
Size (R/spatstat.random_3.2-2.tar.gz) = 263605 bytes
3+
BLAKE2s (R/spatstat.random_3.3-2.tar.gz) = 68d8a8ec06f06642dea1a5d4a34544cac888b9a3bac3e236b5d1f065f7737a74
4+
SHA512 (R/spatstat.random_3.3-2.tar.gz) = 8118006dac95e327b3c00ec2df7fcd428d397fd97b30cc0ad6c8d9fe0d45b0b3e5f8cc2c5bdb5f2b53dc1db18efec41d87f2919526e21de7917f5b34380becc7
5+
Size (R/spatstat.random_3.3-2.tar.gz) = 264896 bytes

0 commit comments

Comments
 (0)