Skip to content

Commit

Permalink
url_check()
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Aug 7, 2023
1 parent adbef31 commit 8728cbd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ install.packages("ragg")

## Overview

`{thematic}`'s [auto theming](https://rstudio.github.io/thematic/articles/auto.html) gives R plots the ability to style themselves inside [Shiny](#shiny) (via CSS), [RStudio](#rstudio) (via [RStudio themes](https://support.rstudio.com/hc/en-us/articles/115011846747-Using-RStudio-Themes)), and [R Markdown](#rmarkdown) (via [`{bslib}`](https://rstudio.github.io/bslib/)).
`{thematic}`'s [auto theming](https://rstudio.github.io/thematic/articles/auto.html) gives R plots the ability to style themselves inside [Shiny](#shiny) (via CSS), [RStudio](#rstudio) (via [RStudio themes](https://support.posit.co/hc/en-us/articles/115011846747-Using-RStudio-Themes)), and [R Markdown](#rmarkdown) (via [`{bslib}`](https://rstudio.github.io/bslib/)).

### Shiny {#shiny}

Expand Down
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install.packages("ragg")
theming](https://rstudio.github.io/thematic/articles/auto.html) gives R
plots the ability to style themselves inside [Shiny](#shiny) (via CSS),
[RStudio](#rstudio) (via [RStudio
themes](https://support.rstudio.com/hc/en-us/articles/115011846747-Using-RStudio-Themes)),
themes](https://support.posit.co/hc/en-us/articles/115011846747-Using-RStudio-Themes)),
and [R Markdown](#rmarkdown) (via
[`{bslib}`](https://rstudio.github.io/bslib/)).

Expand Down Expand Up @@ -205,20 +205,20 @@ learn more about how to customize those defaults.

## Learn more

- See the [auto theming
article](https://rstudio.github.io/thematic/articles/auto.html) to
gain a more detailed understanding of how auto theming make styling
R plots easier in Shiny, R Markdown, and RStudio.
- See the [custom themes
article](https://rstudio.github.io/thematic/articles/custom.html)
for more on `{thematic}`’s theming options as well as how they
interact with `{ggplot2}`, `{lattice}`, and `{base}`.
- See the [fonts
article](https://rstudio.github.io/thematic/articles/fonts.html) for
more on using Google Fonts with `{thematic}`.
- See the [scoping
article](https://rstudio.github.io/thematic/articles/scope.html) for
more about scoping `{thematic}` to individual plots.
- See the [auto theming
article](https://rstudio.github.io/thematic/articles/auto.html) to
gain a more detailed understanding of how auto theming make styling R
plots easier in Shiny, R Markdown, and RStudio.
- See the [custom themes
article](https://rstudio.github.io/thematic/articles/custom.html) for
more on `{thematic}`’s theming options as well as how they interact
with `{ggplot2}`, `{lattice}`, and `{base}`.
- See the [fonts
article](https://rstudio.github.io/thematic/articles/fonts.html) for
more on using Google Fonts with `{thematic}`.
- See the [scoping
article](https://rstudio.github.io/thematic/articles/scope.html) for
more about scoping `{thematic}` to individual plots.

## Run some examples

Expand Down
Binary file modified man/figures/README-ggrepel-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-ggrepel2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-ggrepel3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8728cbd

Please sign in to comment.