Skip to content

Commit

Permalink
Fix typo in smoking vignette [ci build-vignettes]
Browse files Browse the repository at this point in the history
Prior to ggplot2 3.5.0, shortened names for theme entries were seemingly allowed. Now an error
  • Loading branch information
dmphillippo committed Mar 6, 2024
1 parent dd1e968 commit ccdaddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/example_smoking.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ These are all in agreement; the posterior densities of the direct and indirect e
Notice that there is not much indirect information for the Individual counselling vs. No intervention comparison, so the network (consistency) estimate is very similar to the direct estimate for this comparison.
```{r smk_nodesplit, fig.width = 7}
plot(smk_nodesplit) +
ggplot2::theme(legend.position = "bottom", legend.direct = "horizontal")
ggplot2::theme(legend.position = "bottom", legend.direction = "horizontal")
```

## Further results
Expand Down

0 comments on commit ccdaddc

Please sign in to comment.