Skip to content

Commit

Permalink
Bug fix in new code
Browse files Browse the repository at this point in the history
  • Loading branch information
baddstats committed Dec 3, 2024
1 parent 8827d84 commit 47896d8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: spatstat.geom
Version: 3.3-4.007
Date: 2024-12-02
Version: 3.3-4.008
Date: 2024-12-03
Title: Geometrical Functionality of the 'spatstat' Family
Authors@R: c(person("Adrian", "Baddeley",
role = c("aut", "cre", "cph"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CHANGES IN spatstat.geom VERSION 3.3-4.007
CHANGES IN spatstat.geom VERSION 3.3-4.008

OVERVIEW

Expand Down
4 changes: 3 additions & 1 deletion R/plot.im.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# plot.im.R
#
# $Revision: 1.160 $ $Date: 2024/12/02 01:46:13 $
# $Revision: 1.161 $ $Date: 2024/12/03 01:19:40 $
#
# Plotting code for pixel images
#
Expand Down Expand Up @@ -47,6 +47,8 @@ plot.im <- local({
}
}
extrargs <- setdiff(extrargs, c("claim.title.space", "box"))
if(!is.na(k <- match("adj.main", names(aarg))))
names(aarg)[k] <- "adj"
z <- do.call.matched(image.default,
append(imagedata, aarg),
extrargs=extrargs)
Expand Down
3 changes: 2 additions & 1 deletion inst/doc/packagesizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
"2024-07-05" "3.3-0" 442 1186 0 35638 15596
"2024-07-09" "3.3-2" 442 1186 0 35638 15596
"2024-09-18" "3.3-3" 443 1187 0 35818 15596
"2024-12-02" "3.3-4.007" 445 1191 0 36146 15596
"2024-11-18" "3.3-4" 444 1190 0 35978 15596
"2024-12-03" "3.3-4.008" 445 1191 0 36148 15596
3 changes: 2 additions & 1 deletion inst/info/packagesizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
"2024-07-05" "3.3-0" 442 1186 0 35638 15596
"2024-07-09" "3.3-2" 442 1186 0 35638 15596
"2024-09-18" "3.3-3" 443 1187 0 35818 15596
"2024-12-02" "3.3-4.007" 445 1191 0 36146 15596
"2024-11-18" "3.3-4" 444 1190 0 35978 15596
"2024-12-03" "3.3-4.008" 445 1191 0 36148 15596

0 comments on commit 47896d8

Please sign in to comment.