SkillAgentSearch skills...

Ggspell

Spell checker for text and ggplot objects.

Install / Use

/learn @nicucalcea/Ggspell

README

ggspell

Spell check text and ggplot objects with the LanguageTool API.

Install like this:

remotes::install_github("nicucalcea/ggspell")

Use like this for text.

# Check text
ggspell::ggspell("This is a error.")
<img src="README_files/figure-gfm//unnamed-chunk-3.svg" width="100%" />

Or check an entire plot.

# Check plot
starwars_plot <- dplyr::starwars |>
  head(10) |>
  ggplot2::ggplot(ggplot2::aes(x = height, y = name)) +
  ggplot2::geom_col() +
  ggplot2::geom_text(x = 168.7, y = 10, label = "Firstannotation") +
  ggplot2::labs(title = "This an title mispeling some words",
       subtitle = "The subtitle has also erors ,like")

ggspell::ggspell(starwars_plot)
<img src="README_files/figure-gfm//unnamed-chunk-4.svg" width="100%" />

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated12d ago
Forks1

Languages

R

Security Score

95/100

Audited on Mar 18, 2026

No findings