{"id":25983768,"url":"https://github.com/nicucalcea/ggspell","last_synced_at":"2025-09-09T21:55:49.611Z","repository":{"id":154236817,"uuid":"628099556","full_name":"nicucalcea/ggspell","owner":"nicucalcea","description":"Spell checker for text and ggplot objects.","archived":false,"fork":false,"pushed_at":"2023-10-13T12:08:54.000Z","size":50,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-05T10:45:03.388Z","etag":null,"topics":["ggplot","ggplot-extension","ggplot2","r","rlang","rlanguage","spell-check","spell-checker","spelling","spelling-checker"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicucalcea.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-14T23:11:29.000Z","updated_at":"2024-04-16T00:59:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a4ee969-37a6-49ce-9dd6-414e43127f46","html_url":"https://github.com/nicucalcea/ggspell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicucalcea/ggspell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicucalcea%2Fggspell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicucalcea%2Fggspell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicucalcea%2Fggspell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicucalcea%2Fggspell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicucalcea","download_url":"https://codeload.github.com/nicucalcea/ggspell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicucalcea%2Fggspell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274367808,"owners_count":25272302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ggplot","ggplot-extension","ggplot2","r","rlang","rlanguage","spell-check","spell-checker","spelling","spelling-checker"],"created_at":"2025-03-05T10:32:29.989Z","updated_at":"2025-09-09T21:55:49.555Z","avatar_url":"https://github.com/nicucalcea.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: \"ggspell\"\noutput: github_document\n---\n\n```{r, include = FALSE, cache = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  out.width = \"100%\",\n  cache = TRUE\n)\nasciicast::init_knitr_engine(\n  echo = TRUE,\n  echo_input = FALSE,\n  startup = quote({\n    library(ggspell)\n    set.seed(1) })\n)\n```\n\nSpell check text and ggplot objects with the LanguageTool API.\n\nInstall like this:\n\n```{r eval=FALSE}\nremotes::install_github(\"nicucalcea/ggspell\")\n```\n\nUse like this for text.\n\n```{asciicast}\n# Check text\nggspell::ggspell(\"This is a error.\")\n```\n\nOr check an entire plot.\n\n```{asciicast}\n# Check plot\nstarwars_plot \u003c- dplyr::starwars |\u003e\n  head(10) |\u003e\n  ggplot2::ggplot(ggplot2::aes(x = height, y = name)) +\n  ggplot2::geom_col() +\n  ggplot2::geom_text(x = 168.7, y = 10, label = \"Firstannotation\") +\n  ggplot2::labs(title = \"This an title mispeling some words\",\n       subtitle = \"The subtitle has also erors ,like\")\n\nggspell::ggspell(starwars_plot)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicucalcea%2Fggspell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicucalcea%2Fggspell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicucalcea%2Fggspell/lists"}