{"id":14069355,"url":"https://github.com/Swechhya/R-actions","last_synced_at":"2025-07-30T05:32:03.970Z","repository":{"id":65158510,"uuid":"245567658","full_name":"Swechhya/R-actions","owner":"Swechhya","description":"Automatically build and check your R package with GitHub Actions","archived":false,"fork":false,"pushed_at":"2023-10-11T15:48:34.000Z","size":26,"stargazers_count":23,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-06T17:49:40.115Z","etag":null,"topics":["github-actions","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Swechhya.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}},"created_at":"2020-03-07T04:24:42.000Z","updated_at":"2025-01-29T04:00:54.000Z","dependencies_parsed_at":"2024-06-21T12:54:52.815Z","dependency_job_id":"7742a055-bc25-4e81-b779-ff551d80193b","html_url":"https://github.com/Swechhya/R-actions","commit_stats":{"total_commits":61,"total_committers":2,"mean_commits":30.5,"dds":0.06557377049180324,"last_synced_commit":"71a89ff87018bb84950079260f5dbf17dca28994"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":"actions/hello-world-docker-action","purl":"pkg:github/Swechhya/R-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swechhya%2FR-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swechhya%2FR-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swechhya%2FR-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swechhya%2FR-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Swechhya","download_url":"https://codeload.github.com/Swechhya/R-actions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swechhya%2FR-actions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267815187,"owners_count":24148356,"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-07-30T02:00:09.044Z","response_time":70,"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":["github-actions","hacktoberfest"],"created_at":"2024-08-13T07:06:53.429Z","updated_at":"2025-07-30T05:32:03.693Z","avatar_url":"https://github.com/Swechhya.png","language":"Shell","readme":"# R package build and test action\n\nThis action is designed to automatically run build and check for R packages on their code with every commit.\n\n## Example Usage\nTo get this action running in your project, add the following config to .github/workflows/Rbuild.yml:\n```yml\nname: R Build and Checks\non: [push, pull_request]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v1\n    - name: R Build and Checks\n      uses: Swechhya/R-actions@v1.2\n      with:\n        action: 'all'\n        needsBioc: false\n        buildSubDirectory: './'\n```\n\nThe action property can be any one of:\n- `build` Only builds the package\n- `all` Runs build and checks the built package\n\nThe needsBioc property can be any one of:\n- `true` Installs bioconductor and dependencies\n- `false` Only installs CRAN dependencies\n\n","funding_links":[],"categories":["Shell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSwechhya%2FR-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSwechhya%2FR-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSwechhya%2FR-actions/lists"}