Skip to content

Commit c2c7a4b

Browse files
committed
update
1 parent d14300d commit c2c7a4b

22 files changed

Lines changed: 5 additions & 7 deletions

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: RCaucTile
22
Type: Package
33
Title: Tile Grid Maps for East Caucasian Languages
4-
Version: 1.0.0
4+
Version: 1.0.1
55
Authors@R: person("George", "Moroz",
66
role = c("aut", "cre"),
77
email = "agricolamz@gmail.com",
@@ -12,4 +12,4 @@ Encoding: UTF-8
1212
LazyData: true
1313
Depends: R (>= 4.1.0)
1414
Imports: ggplot2
15-
RoxygenNote: 7.3.2.9000
15+
RoxygenNote: 7.3.3

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
RCaucTile 1.0.1
2+
- small update after `ggplot2` 4.0.0
3+
14
RCaucTile 1.0.0
25
- initial release

R/ec_tile_map.R

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -324,11 +324,6 @@ ec_tile_categorical <- function(data,
324324
y = for_plot[for_plot$text_color == "#000000",]$y,
325325
label = for_plot[for_plot$text_color == "#000000",]$language,
326326
color = "#000000") +
327-
ggplot2::annotate(geom = "text",
328-
x = for_plot[for_plot$text_color == "grey90",]$x,
329-
y = for_plot[for_plot$text_color == "grey90",]$y,
330-
label = for_plot[for_plot$text_color == "grey90",]$language,
331-
color = "grey90") +
332327
ggplot2::annotate(geom = "text",
333328
x = for_plot[for_plot$text_color == "grey60",]$x,
334329
y = for_plot[for_plot$text_color == "grey60",]$y,
-627 Bytes
Loading
-490 Bytes
Loading
678 Bytes
Loading
-4.41 KB
Loading
776 Bytes
Loading
896 Bytes
Loading
489 Bytes
Loading

0 commit comments

Comments
 (0)