We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5880b commit a1e3b34Copy full SHA for a1e3b34
vignettes/articles/messages-and-errors.Rmd
@@ -80,7 +80,7 @@ I view it as a special case of a bullet list of simple items, which also don't g
80
```{r}
81
gs4_bullets(c(
82
"We're going to list some things:",
83
- bulletize(gargle_map_cli(month.abb[1:4]))
+ bulletize(gargle::gargle_map_cli(month.abb[1:4]))
84
))
85
```
86
0 commit comments