Skip to content

Commit 36a3bf9

Browse files
committed
Added more tests
1 parent 3c6a76a commit 36a3bf9

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: spatstat.model
2-
Version: 3.3-2.003
3-
Date: 2024-09-30
2+
Version: 3.3-2.004
3+
Date: 2024-10-01
44
Title: Parametric Statistical Modelling and Inference for the 'spatstat' Family
55
Authors@R: c(person("Adrian", "Baddeley",
66
role = c("aut", "cre", "cph"),

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
CHANGES IN spatstat.model VERSION 3.3-2.003
2+
CHANGES IN spatstat.model VERSION 3.3-2.004
33

44
OVERVIEW
55

inst/doc/packagesizes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
1515
"2024-02-02" "3.2-10" 269 724 0 39028 1155
1616
"2024-03-22" "3.2-11" 269 724 0 39028 1155
1717
"2024-07-09" "3.3-1" 269 726 0 39051 1155
18-
"2024-09-30" "3.3-2.003" 269 726 0 39063 1155
18+
"2024-10-01" "3.3-2.004" 269 726 0 39063 1155

inst/info/packagesizes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
1515
"2024-02-02" "3.2-10" 269 724 0 39028 1155
1616
"2024-03-22" "3.2-11" 269 724 0 39028 1155
1717
"2024-07-09" "3.3-1" 269 726 0 39051 1155
18-
"2024-09-30" "3.3-2.003" 269 726 0 39063 1155
18+
"2024-10-01" "3.3-2.004" 269 726 0 39063 1155

tests/testsNtoO.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cat(paste("--------- Executing",
1717
#
1818
# Testing the response to the presence of NA's in covariates
1919
#
20-
# $Revision: 1.9 $ $Date: 2023/11/05 01:45:36 $
20+
# $Revision: 1.10 $ $Date: 2024/09/30 23:13:54 $
2121

2222
if(FULLTEST) {
2323
local({
@@ -29,13 +29,16 @@ local({
2929
misfit <- ppm(X ~ Y)
3030
## prediction
3131
Z <- predict(misfit, type="trend", se=TRUE)
32+
## canonical covariates
33+
M <- model.images(misfit)
3234
## covariance matrix: all should be silent
3335
v <- vcov(misfit)
3436
ss <- vcov(misfit, what="internals")
3537
## ..... kppm ......................................
3638
## should produce warnings but no failures
3739
misfit <- kppm(X ~Y)
3840
V <- predict(misfit, type="trend", se=TRUE)
41+
M <- model.images(misfit)
3942
refit <- improve.kppm(misfit, dimyx=20)
4043
})
4144
}

0 commit comments

Comments
 (0)