Skip to content

Commit 069391f

Browse files
committed
[r] force run gh actions tests
1 parent c81f9c8 commit 069391f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/misc_theme_drwhy.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ theme_drwhy <- function() {
1212
legend.direction = "horizontal", legend.position = "top",
1313
axis.line.y = element_line(color = "white"),
1414
axis.ticks.y = element_line(color = "white"),
15-
#axis.line = element_line(color = "#371ea3", size = 0.5, linetype = 1),
15+
#axis.line = element_line(color = "#371ea3", linewidth = 0.5, linetype = 1),
1616
axis.title = element_text(color = "#371ea3"),
1717
plot.title = element_text(color = "#371ea3", size = 16, hjust = 0),
1818
plot.subtitle = element_text(color = "#371ea3", hjust = 0),
@@ -54,7 +54,7 @@ theme_drwhy_vertical <- function() {
5454
axis.ticks.x = element_line(color = "white"),
5555
plot.title = element_text(color = "#371ea3", size = 16, hjust = 0),
5656
plot.subtitle = element_text(color = "#371ea3", hjust = 0),
57-
#axis.line = element_line(color = "#371ea3", size = 0.5, linetype = 1),
57+
#axis.line = element_line(color = "#371ea3", linewidth = 0.5, linetype = 1),
5858
axis.title = element_text(color = "#371ea3"),
5959
axis.text = element_text(color = "#371ea3", size = 10),
6060
strip.text = element_text(color = "#371ea3", size = 12, hjust = 0),

0 commit comments

Comments
 (0)