Skip to content

Commit

Permalink
fixed #860
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Apr 9, 2024
1 parent ccd2ace commit 5ed338f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tmapScale_defaults.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ tmapValuesCheck_area = function(x) {
}

tmapValuesCheck_text = function(x) {
is.character(x) || is.factor(x)
TRUE
}

tmapValuesCheck_fontface = function(x) {
Expand Down

0 comments on commit 5ed338f

Please sign in to comment.