{"id":18733524,"url":"https://github.com/insightsengineering/r-spellcheck-action","last_synced_at":"2025-04-12T18:31:44.488Z","repository":{"id":40544983,"uuid":"421425512","full_name":"insightsengineering/r-spellcheck-action","owner":"insightsengineering","description":"Github Action that performs a spell check on an R package","archived":false,"fork":false,"pushed_at":"2024-03-15T16:01:29.000Z","size":49,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-26T12:51:14.026Z","etag":null,"topics":["github-actions","r","spellcheck"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/r-spellcheck-action","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/insightsengineering.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2021-10-26T12:58:36.000Z","updated_at":"2024-08-16T00:14:21.000Z","dependencies_parsed_at":"2023-01-11T17:21:54.697Z","dependency_job_id":null,"html_url":"https://github.com/insightsengineering/r-spellcheck-action","commit_stats":{"total_commits":11,"total_committers":5,"mean_commits":2.2,"dds":0.5454545454545454,"last_synced_commit":"6627102727afaca01b5912534d642291e29dcc81"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fr-spellcheck-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fr-spellcheck-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fr-spellcheck-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fr-spellcheck-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insightsengineering","download_url":"https://codeload.github.com/insightsengineering/r-spellcheck-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248613525,"owners_count":21133527,"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","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":["github-actions","r","spellcheck"],"created_at":"2024-11-07T15:10:07.438Z","updated_at":"2025-04-12T18:31:44.224Z","avatar_url":"https://github.com/insightsengineering.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_ACTION_DOC --\u003e\n# R spellcheck action\n\n### Description\n\nChecks for spelling errors in R packages\n\n### Action Type\n\nComposite\n\n### Author\n\nInsights Engineering\n\n### Inputs\n\n* `path`:\n\n  _Description_: Path to package root\n\n  _Required_: `false`\n\n  _Default_: `.`\n\n* `exclude`:\n\n  _Description_: Comma separated list of files or folders to exclude from spellcheck. Accepts globs.\n\n  _Required_: `false`\n\n  _Default_: `\"\"`\n\n* `additional_options`:\n\n  _Description_: Additional options to pass to Rscript.\n\n  _Required_: `false`\n\n  _Default_: `--vanilla`\n\n### Outputs\n\nNone\n\u003c!-- END_ACTION_DOC --\u003e\n\n## Usage\n\nHere's an example workflow demonstrating how this action can be used:\n\n```yml\n---\nname: Spellcheck\n\non:\n  push:\n    branches:\n      - main\n  pull_request:\n    branches:\n      - main\n\njobs:\n  check:\n    runs-on: ubuntu-latest\n    name: Spellcheck\n    container:\n      image: rocker/tidyverse:4.1.2\n    steps:\n      - name: Checkout repo\n        uses: actions/checkout@v3\n\n      - name: Run Spelling Check test\n        uses: insightsengineering/r-spellcheck-action@v2\n```\n\nAn example of the output of the action can be seen below:\n![Screenshot with example output](example.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsightsengineering%2Fr-spellcheck-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsightsengineering%2Fr-spellcheck-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsightsengineering%2Fr-spellcheck-action/lists"}