{"id":14067704,"url":"https://github.com/adjust/airbrake-client-r","last_synced_at":"2025-05-10T08:31:09.033Z","repository":{"id":66824960,"uuid":"95568336","full_name":"adjust/airbrake-client-r","owner":"adjust","description":"An R client for the Airbrake API","archived":true,"fork":false,"pushed_at":"2017-07-07T10:47:27.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-09T14:39:45.706Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/adjust.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2017-06-27T14:39:36.000Z","updated_at":"2024-09-10T12:51:41.000Z","dependencies_parsed_at":"2023-08-01T08:00:44.160Z","dependency_job_id":null,"html_url":"https://github.com/adjust/airbrake-client-r","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adjust%2Fairbrake-client-r","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adjust%2Fairbrake-client-r/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adjust%2Fairbrake-client-r/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adjust%2Fairbrake-client-r/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adjust","download_url":"https://codeload.github.com/adjust/airbrake-client-r/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253389736,"owners_count":21900805,"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":[],"created_at":"2024-08-13T07:05:44.129Z","updated_at":"2025-05-10T08:31:08.607Z","avatar_url":"https://github.com/adjust.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"### airbrakeR - R interface for notifying Airbrake on errors.\n\nRunning R dashboard apps, or reporting and other scripts might produce errors\nthat maintainers need to be notified about. Airbrake offers an API and this\nclient an interface to R for this API.\n\n### Usage\n\nA typical usecase becomes clear from this example:\n\n```R\nlibrary(airbrakeR)\n\nairbrake.config(project.id='123', project.key='key', host='https://errbit.abcd.com')\n\ntryCatch({\n  # work ...\n  stop('Unexpected error occurred')\n}, error=airbrake.notify)\n```\n\n### Installation\n\nYou can install this from GitHub using `devtools` by:\n\n```R\nlibrary(devtools)\ndevtools::install_github('adjust/airbrake-client-r');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadjust%2Fairbrake-client-r","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadjust%2Fairbrake-client-r","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadjust%2Fairbrake-client-r/lists"}