{"id":20494745,"url":"https://github.com/fhdsl/githubr","last_synced_at":"2026-04-19T11:35:30.029Z","repository":{"id":196587220,"uuid":"695131489","full_name":"fhdsl/githubr","owner":"fhdsl","description":"An easier to use GitHub API wrapper for R","archived":false,"fork":false,"pushed_at":"2023-10-24T15:06:36.000Z","size":107,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-19T00:47:58.061Z","etag":null,"topics":["api","github","r"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fhdsl.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"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-09-22T12:26:40.000Z","updated_at":"2023-10-20T14:07:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"8fd19257-745d-4b4a-9f7d-f1b193f8a5b0","html_url":"https://github.com/fhdsl/githubr","commit_stats":null,"previous_names":["fhdsl/githubr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fhdsl/githubr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhdsl%2Fgithubr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhdsl%2Fgithubr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhdsl%2Fgithubr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhdsl%2Fgithubr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fhdsl","download_url":"https://codeload.github.com/fhdsl/githubr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhdsl%2Fgithubr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32005821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["api","github","r"],"created_at":"2024-11-15T17:42:59.378Z","updated_at":"2026-04-19T11:35:29.998Z","avatar_url":"https://github.com/fhdsl.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# githubr\n\nAn easier to use GitHub API wrapper for R\n\n**This is really newly under development**\n\n## How to install\n\n``` r\nif (!(\"remotes\" %in% installed.packages())) {\n  install.packages(\"remotes\")\n}\nremotes::install_github(\"fhdsl/githubr\")\n```\n\n## Set up credentials\n\nFirst, set up your GitHub credentials using `usethis::gitcreds_set()`. \n```\ninstall.packages(c(\"usethis\", \"gitcreds\"))\n\n# Get a token\nusethis::create_github_token()\n\n# Give this token to gitcreds_set()\ngitcreds::gitcreds_set()\n```\n\n## What you can do (so far)\n\nNow you can rock and roll with `githubr`. \n\nReturn a TRUE/FALSE if a repo exists:\n```\nexists \u003c- check_git_repo(\"jhudsl/OTTR_Template\")\n\nif (exists) message(\"Yup, this repo exists\")\n```\n\nReturn a data frame of repos' information for an organization or user\n```\nrepos_df \u003c- get_repos(\"fhdsl\")\n```\n\nReturn a data frame of issues' information for a repo\n```\nissues_df \u003c- get_issues(\"jhudsl/OTTR_Template\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhdsl%2Fgithubr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffhdsl%2Fgithubr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhdsl%2Fgithubr/lists"}