Skip to content

Commit

Permalink
bump vidffr and roxygen2 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jul 24, 2023
1 parent 48ab78b commit 080e119
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Suggests:
knitr,
rmarkdown,
testthat,
vdiffr (>= 1.0.2)
vdiffr (>= 1.0.5)
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))
RoxygenNote: 7.2.2
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Config/testthat/parallel: true
6 changes: 4 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,10 @@ ggplot(iris, aes(x = Species, y = Sepal.Width, fill = Petal.Width > 1)) +
```{r faceted_simple}
ggplot(diamonds, aes(x = cut, y = carat)) +
geom_boxplot(aes(fill = color)) +
geom_signif(comparisons = list(c("Fair", "Good"),
c("Very Good", "Ideal"))) +
geom_signif(comparisons = list(
c("Fair", "Good"),
c("Very Good", "Ideal")
)) +
facet_wrap(~color) +
ylim(NA, 6.3)
```
Expand Down

0 comments on commit 080e119

Please sign in to comment.