Skip to content

Commit

Permalink
Bug fix to the bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baddstats committed Jul 1, 2024
1 parent 0cc22fd commit 21ee7a4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 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.2-9.029
Version: 3.2-9.030
Date: 2024-07-01
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.2-9.029
CHANGES IN spatstat.geom VERSION 3.2-9.030

OVERVIEW

Expand Down
8 changes: 5 additions & 3 deletions R/symbolmap.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##
## symbolmap.R
##
## $Revision: 1.57 $ $Date: 2024/07/01 04:12:07 $
## $Revision: 1.58 $ $Date: 2024/07/01 05:57:44 $
##

symbolmap <- local({
Expand Down Expand Up @@ -666,8 +666,10 @@ plot.symbolmap <- function(x, ..., main,

## ................. draw annotation ..................
dotargs <- list(...)
if(length(dotargs$col) > 1) {
## colourmap or multiple colour values - remove
axiscol <- dotargs$col
nac <- length(axiscol)
if(nac > 0 && (!is.colour(axiscol) || nac > 1)) {
## only a single colour is permitted for 'axis'
dotargs$col <- NULL
}
if(annotate && length(ll) > 0) {
Expand Down
2 changes: 1 addition & 1 deletion inst/doc/packagesizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
"2023-10-20" "3.2-7" 451 1203 0 35983 15822
"2024-01-26" "3.2-8" 452 1204 0 36234 15822
"2024-02-28" "3.2-9" 452 1209 0 36325 15824
"2024-07-01" "3.2-9.029" 442 1186 0 35636 15596
"2024-07-01" "3.2-9.030" 442 1186 0 35638 15596
2 changes: 1 addition & 1 deletion inst/info/packagesizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
"2023-10-20" "3.2-7" 451 1203 0 35983 15822
"2024-01-26" "3.2-8" 452 1204 0 36234 15822
"2024-02-28" "3.2-9" 452 1209 0 36325 15824
"2024-07-01" "3.2-9.029" 442 1186 0 35636 15596
"2024-07-01" "3.2-9.030" 442 1186 0 35638 15596

0 comments on commit 21ee7a4

Please sign in to comment.