Skip to content

Commit

Permalink
Fixes for new code
Browse files Browse the repository at this point in the history
  • Loading branch information
baddstats committed Nov 28, 2024
1 parent aeb8232 commit 6b1b810
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: spatstat.geom
Version: 3.3-4.003
Version: 3.3-4.004
Date: 2024-11-28
Title: Geometrical Functionality of the 'spatstat' Family
Authors@R: c(person("Adrian", "Baddeley",
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.003
CHANGES IN spatstat.geom VERSION 3.3-4.004

OVERVIEW

Expand Down
4 changes: 2 additions & 2 deletions R/colourtables.R
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ plot.colourmap <- local({
lwd0 <- if(separate) 0 else 1
# draw axis
do.call.matched(graphics::axis,
resolve.defaults(list(...),
resolve.defaults(dotargs,
list(side = sidecode,
pos = pos,
at = ensurenumeric(at),
Expand Down Expand Up @@ -476,7 +476,7 @@ plot.colourmap <- local({
las0 <- if(separate) 1 else 0
# draw axis
do.call.matched(graphics::axis,
resolve.defaults(list(...),
resolve.defaults(dotargs,
list(side=sidecode,
pos=pos,
at=ensurenumeric(at),
Expand Down
2 changes: 1 addition & 1 deletion inst/doc/packagesizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ 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-11-28" "3.3-4.003" 444 1190 0 36091 15596
"2024-11-28" "3.3-4.004" 444 1190 0 36091 15596
2 changes: 1 addition & 1 deletion inst/info/packagesizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ 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-11-28" "3.3-4.003" 444 1190 0 36091 15596
"2024-11-28" "3.3-4.004" 444 1190 0 36091 15596

0 comments on commit 6b1b810

Please sign in to comment.