{"id":18733529,"url":"https://github.com/insightsengineering/r-revdepcheck-action","last_synced_at":"2026-05-02T02:32:01.976Z","repository":{"id":233307284,"uuid":"785218857","full_name":"insightsengineering/r-revdepcheck-action","owner":"insightsengineering","description":"GitHub Action for reverse dependency check of R packages","archived":false,"fork":false,"pushed_at":"2025-10-29T09:44:56.000Z","size":54,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-29T11:23:36.538Z","etag":null,"topics":["actions","github-actions","r"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/r-revdepcheck-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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://pharmaverse.org"]}},"created_at":"2024-04-11T12:49:33.000Z","updated_at":"2025-02-18T06:22:13.000Z","dependencies_parsed_at":"2024-04-23T15:26:35.188Z","dependency_job_id":"f2fe0d3c-4ad2-4ecb-bdea-b1f85640251c","html_url":"https://github.com/insightsengineering/r-revdepcheck-action","commit_stats":null,"previous_names":["insightsengineering/r-revdepcheck-action"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/insightsengineering/r-revdepcheck-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fr-revdepcheck-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fr-revdepcheck-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fr-revdepcheck-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fr-revdepcheck-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insightsengineering","download_url":"https://codeload.github.com/insightsengineering/r-revdepcheck-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fr-revdepcheck-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32520835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["actions","github-actions","r"],"created_at":"2024-11-07T15:10:14.593Z","updated_at":"2026-05-02T02:32:01.957Z","avatar_url":"https://github.com/insightsengineering.png","language":"R","funding_links":["https://pharmaverse.org"],"categories":[],"sub_categories":[],"readme":"# Reverse Dependency Test of R Packages\n\n### Description\nExecutes `revdepcheck::revdep_check()` to check against potential breaking changes of reverse dependent packages (i.e. packages that depends on your package).\n\n#### Limited number of reverse depenencies\nThis action is using `.revdeprefs.yaml` configuration file to control which reverse dependencies to check. It should store an array of package references using [`pkgdepends` syntax](https://r-lib.github.io/pkgdepends/reference/pkg_refs.html) including references to GitHub packages. Example:\n```yaml\n- foo\n- bar/baz\n- aaa/bbb@ccc\n```\nIf the configuration file is missing (or it's empty) then all reverse dependencies are used.\n\nPlease see [`revdepcheck`](https://revdepcheck.r-lib.org/) package documentation for details.\n\n\u003c!-- BEGIN_ACTION_DOC --\u003e\n\n### Action Type\nComposite\n\n### Author\nInsights Engineering\n\n### Inputs\n* `github-token`:\n\n  _Description_: Token to clone dependencies from GitHub repositories.\n\n  _Required_: `false`\n\n  _Default_: `\"\"`\n\n* `repository-path`:\n\n  _Description_: Directory where the checked package has been cloned.\n\n  _Required_: `false`\n\n  _Default_: `.`\n\n* `number-of-workers`:\n\n  _Description_: Number of revdepcheck workers\n\n  _Required_: `false`\n\n  _Default_: `2`\n\n* `timeout`:\n\n  _Description_: Max timeout (in seconds) of revdepcheck process.\n\n  _Required_: `false`\n\n  _Default_: `1200`\n\n* `additional-env-vars`:\n\n  _Description_: Additional environment variables.\nExample usage:\n  additional-env-vars: |\n    ABC=123\n    XYZ=456\n\n\n  _Required_: `false`\n\n  _Default_: `\"\"`\n\n### Outputs\nNone\n\u003c!-- END_ACTION_DOC --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsightsengineering%2Fr-revdepcheck-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsightsengineering%2Fr-revdepcheck-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsightsengineering%2Fr-revdepcheck-action/lists"}