diff --git a/README.md b/README.md index 438555a..c5d895f 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ -[![R build -status](https://github.com/wilkelab/ggtext/workflows/R-CMD-check/badge.svg)](https://github.com/wilkelab/ggtext/actions) +[![R-CMD-check](https://github.com/wilkelab/ggtext/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/wilkelab/ggtext/actions/workflows/R-CMD-check.yaml) [![Coverage Status](https://img.shields.io/codecov/c/github/wilkelab/ggtext/master.svg)](https://codecov.io/github/wilkelab/ggtext?branch=master) [![CRAN @@ -102,9 +101,9 @@ labels <- c( setosa = "
*I. setosa*", virginica = "
*I. virginica*", - versicolor = "
*I. versicolor*" + width='100' />
*I. virginica*", + versicolor = "
*I. versicolor*" ) ggplot(iris, aes(Species, Sepal.Width)) + @@ -192,10 +191,6 @@ ggplot(mpg, aes(cty, hwy)) + padding = margin(2, 0, 1, 0), margin = margin(3, 3, 3, 3) ) ) -#> Warning: The `size` argument of `element_line()` is deprecated as of ggplot2 3.4.0. -#> Please use the `linewidth` argument instead. -#> Warning: The `size` argument of `element_rect()` is deprecated as of ggplot2 3.4.0. -#> Please use the `linewidth` argument instead. ``` ![](man/figures/README-unnamed-chunk-7-1.png)