Skip to content

Commit cc1e0af

Browse files
committed
preserve a copy of results.rds as submitted
1 parent c6ccbdd commit cc1e0af

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

R/model-plots.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ plot_effects <- function(random_effects) {
7878
facet_wrap(~outcome_target, scales = "free_y") +
7979
labs(y = "Partial effect", x = NULL, colour = NULL, shape = NULL) +
8080
scale_colour_brewer(type = "qual", palette = "Set1",
81-
guide = FALSE) +
81+
guide = "none") +
8282
theme(
8383
legend.position = "bottom",
8484
strip.background = element_blank(),

submission/results.rds

6.89 KB
Binary file not shown.

0 commit comments

Comments
 (0)