Skip to content

Commit 2237f08

Browse files
author
mef
committed
(geography/R-spatstat.model) Updated 3.2.8 to 3.3.3
CHANGES IN spatstat.model VERSION 3.3-3 OVERVIEW o Bug fixes and minor improvements. SIGNIFICANT USER-VISIBLE CHANGES o model.images.ppm Now recognises arguments passed to 'as.mask' to control the pixel raster for the images. BUG FIXES o improve.kppm Crashed if NA's were present in the covariate values. Fixed. o model.matrix.ppm Crashed with a message about 'logical index too long', if NA's were present in the covariate values. Fixed. CHANGES IN spatstat.model VERSION 3.3-2 OVERVIEW o Tweaks to documentation. o Improved Palm diagnostic plot. SIGNIFICANT USER-VISIBLE CHANGES o plot.palmdiag Improved placement of legend. CHANGES IN spatstat.model VERSION 3.3-1 OVERVIEW o Internal changes to satisfy CRAN package checker. CHANGES IN spatstat.model VERSION 3.3-0 OVERVIEW o Package now depends on 'spatstat.univar'. o Easier control over quadrature schemes. o More options in fitted.slrm o Bug fix in predict.ppm. o Internal improvements. PACKAGE DEPENDENCE o spatstat.model now depends on the new package 'spatstat.univar'. SIGNIFICANT USER-VISIBLE CHANGES o ppm.ppp New argument 'quad.args' is a list of arguments passed to 'quadscheme' to control the construction of the quadrature scheme. o fitted.slrm New argument 'type' allows calculation of fitted probabilities, intensities or link function values. o fitted.slrm New arguments 'dataonly' and 'leaveoneout' allow calculation of fitted values at the data points only, using leave-one-out calculation if desired. BUG FIXES o predict.ppm Argument 'eps' was ignored in many cases. Fixed. CHANGES IN spatstat.model VERSION 3.2-11 OVERVIEW o Slightly accelerated. SIGNIFICANT USER-VISIBLE CHANGES o spatstat.model package Some computations slightly accelerated. CHANGES IN spatstat.model VERSION 3.2-10 OVERVIEW o Internal bug fix. CHANGES IN spatstat.model VERSION 3.2-9 OVERVIEW o We thank Marta Luraschi for contributions. o Minor improvements and bug fixes. SIGNIFICANT USER-VISIBLE CHANGES o vcov.kppm If any quadrature points have NA values for one of the covariates, these quadrature points are ignored in the variance calculation, with a warning. o vcov.kppm Minor change to formal arguments. o vcov.ppm Minor change to formal arguments. BUG FIXES o vcov.kppm If any quadrature points had NA values for one of the covariates, the result was a matrix of NA values. Fixed.
1 parent 66af593 commit 2237f08

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

geography/R-spatstat.model/Makefile

Lines changed: 2 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:38:37 mef Exp $
1+
# $NetBSD: Makefile,v 1.2 2024/12/01 09:02:51 mef Exp $
22

33
R_PKGNAME= spatstat.model
4-
R_PKGVER= 3.2-8
4+
R_PKGVER= 3.3-3
55
CATEGORIES= geography
66

77
MAINTAINER= pkgsrc-users@NetBSD.org
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:38:37 mef Exp $
1+
$NetBSD: distinfo,v 1.2 2024/12/01 09:02:51 mef Exp $
22

3-
BLAKE2s (R/spatstat.model_3.2-8.tar.gz) = eaebfc92759f015b704269ebd6a164b5620f3e34b4d19713b5c615a31394ef5d
4-
SHA512 (R/spatstat.model_3.2-8.tar.gz) = 7c626f4c55afc8d7f6672826eb4b71bcb19d22848ad596f95e86f52903ce5bfb4aa9f367c698540a2e37775edcd79d5d3a6e17b71895feaa13435d4e809cdab1
5-
Size (R/spatstat.model_3.2-8.tar.gz) = 804266 bytes
3+
BLAKE2s (R/spatstat.model_3.3-3.tar.gz) = 16ea051ada02a0263b004a7400e47ac29b1a1a64e09a701223094c9f7e1f8270
4+
SHA512 (R/spatstat.model_3.3-3.tar.gz) = 1462f06caf0b894117fcd7bc5c233619f9f3ff6cb713482127a37af3755901aa254f3ce3440bfd0f9fbad1411a10edda1e3563f5ebe00bbf123a69afeda67730
5+
Size (R/spatstat.model_3.3-3.tar.gz) = 807516 bytes

0 commit comments

Comments
 (0)