{"id":14066698,"url":"https://github.com/assignUser/octolog","last_synced_at":"2025-07-29T23:32:01.787Z","repository":{"id":40239108,"uuid":"451156961","full_name":"assignUser/octolog","owner":"assignUser","description":"Better Github Action Logging","archived":false,"fork":false,"pushed_at":"2023-05-31T02:57:47.000Z","size":354,"stargazers_count":13,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T03:44:06.551Z","etag":null,"topics":["actions","ci","r","rstats","workflows"],"latest_commit_sha":null,"homepage":"https://jacob.wujciak.de/octolog","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/assignUser.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json","zenodo":null}},"created_at":"2022-01-23T16:07:24.000Z","updated_at":"2023-04-22T19:34:23.000Z","dependencies_parsed_at":"2024-08-13T07:21:35.221Z","dependency_job_id":null,"html_url":"https://github.com/assignUser/octolog","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/assignUser/octolog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assignUser%2Foctolog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assignUser%2Foctolog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assignUser%2Foctolog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assignUser%2Foctolog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/assignUser","download_url":"https://codeload.github.com/assignUser/octolog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assignUser%2Foctolog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267780014,"owners_count":24143201,"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-29T02:00:12.549Z","response_time":2574,"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","ci","r","rstats","workflows"],"created_at":"2024-08-13T07:05:13.306Z","updated_at":"2025-07-29T23:32:01.464Z","avatar_url":"https://github.com/assignUser.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\r\noutput: \r\n    github_document: default\r\n---\r\n\r\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\r\n\r\n# octolog\r\n\r\n\u003c!-- badges: start --\u003e\r\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\r\n[![R-CMD-check](https://github.com/assignUser/octolog/workflows/R-CMD-check/badge.svg)](https://github.com/assignUser/octolog/actions)\r\n[![pkgcheck](https://github.com/assignUser/octolog/actions/workflows/pkgcheck.yaml/badge.svg)](https://github.com/assignUser/octolog/actions/workflows/pkgcheck.yaml)\r\n[![Coverage Status](https://coveralls.io/repos/github/assignUser/octolog/badge.svg?branch=main)](https://coveralls.io/github/assignUser/octolog?branch=main)\r\n[![DOI](https://zenodo.org/badge/451156961.svg)](https://zenodo.org/badge/latestdoi/451156961)\r\n\u003c!-- badges: end --\u003e\r\n\r\nOctolog provides a complete[^1] API for GitHub [workflow commands](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions) that makes it easy to create powerful GitHub Actions that create readable logs. \r\n\r\nAdditionally it is possible to signal conditions with octolog from R that will create annotations when used within GitHub Actions but raise normal R conditions\r\nwhen used interactively.\r\n![Annotations on files of a PR](man/figures/error.png)\r\n\r\n[^1]: The only exception is [`save-state`](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#sending-values-to-the-pre-and-post-actions) which can only be used in JavaScript actions. \r\n\r\n## Installation\r\n\r\nYou can install the development version of octolog with either of these options:\r\n\r\n``` r\r\npak::pak(\"assignUser/octolog\")\r\ndevtools::install_github(\"assignUser/octolog\")\r\n```\r\n\r\n## What are *GitHub Actions*?\r\n[GitHub Actions](https://github.com/features/actions) is a powerful,free[^2] [CI](https://devguide.ropensci.org/ci.html) service integrated into every repository on GitHub. You can use actions created by other users (e.g. the very popular [r-lib/actions](https://github.com/r-lib/actions) collection of R related actions) or create your own customized workflow that fits your needs.\r\n\r\n[^2]: For public repositories.\r\n\r\n## Example\r\n\r\nThe best way to see how {octolog} works, is in an actual [workflow](https://github.com/assignUser/octolog/actions/workflows/test-octolog.yaml). For more information please see the [website](assignUser.github.io/octolog) and the [introductory vignette](https://jacob.wujciak.de/octolog/articles/octolog.html).\r\n\r\n## Code of Conduct\r\n\r\nPlease note that the octolog project is released with a [Contributor Code of Conduct](https://jacob.wujciak.de/octolog/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FassignUser%2Foctolog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FassignUser%2Foctolog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FassignUser%2Foctolog/lists"}