{"id":22731059,"url":"https://github.com/genentech/checked","last_synced_at":"2025-04-14T00:32:44.058Z","repository":{"id":248515771,"uuid":"826476850","full_name":"Genentech/checked","owner":"Genentech","description":"batch R CMD check management","archived":false,"fork":false,"pushed_at":"2024-09-16T21:34:45.000Z","size":1566,"stargazers_count":7,"open_issues_count":12,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-09-17T02:47:16.669Z","etag":null,"topics":["checks","r","revdeps"],"latest_commit_sha":null,"homepage":"https://genentech.github.io/checked/","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/Genentech.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","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":"2024-07-09T19:27:46.000Z","updated_at":"2024-09-12T11:04:54.000Z","dependencies_parsed_at":"2024-08-26T13:31:45.364Z","dependency_job_id":"0b47f099-5cfc-4158-b58c-a6050f8f907c","html_url":"https://github.com/Genentech/checked","commit_stats":null,"previous_names":["genentech/checked"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Genentech%2Fchecked","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Genentech%2Fchecked/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Genentech%2Fchecked/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Genentech%2Fchecked/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Genentech","download_url":"https://codeload.github.com/Genentech/checked/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229117070,"owners_count":18022819,"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":["checks","r","revdeps"],"created_at":"2024-12-10T19:19:18.049Z","updated_at":"2024-12-10T19:19:18.807Z","avatar_url":"https://github.com/Genentech.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: checked\noutput: github_document\nalways_allow_html: yes\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE, cache = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README\",\n  out.width = \"100%\",\n  asciicast_theme = if (Sys.getenv(\"IN_PKGDOWN\") == \"true\") {\n    \"pkgdown\"\n  } else {\n    \"readme\"\n  }\n)\n\nasciicast::init_knitr_engine(\n  startup = bquote({\n    options(repos = .(getOption(\"repos\")))\n  }),\n  echo_input = FALSE\n)\n```\n\n\u003e Batch `R CMD check` management\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/Genentech/checked/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Genentech/checked/actions/workflows/R-CMD-check.yaml/badge.svg)\n[![CRAN](https://img.shields.io/cran/v/checked.svg)](https://cran.r-project.org/package=checked)\n[![coverage](https://codecov.io/gh/Genentech/checked/branch/main/graph/badge.svg)](https://app.codecov.io/gh/Genentech/checked/tree/main)\n\u003c!-- badges: end --\u003e\n\n```{sh clone-dev-praise, echo = FALSE, results = \"hide\"}\n# praise chosen for having few direct and reverse dependencies\nrm -rf /tmp/praise\ngit clone https://github.com/gaborcsardi/praise /tmp/praise\n```\n\n# Running Checks\n\nAlthough `checked` is broadly capable of running arbitrary sets of `R CMD check`\ntasks, reverse dependency checking is one of the most common use cases where\nbatch `R CMD check`s are needed. \n\nRunning reverse dependency checks is as easy as\n\n```r\nlibrary(checked)\nx \u003c- run(\"/home/dev/praise\")\nresults(x)\n```\n```{r, echo = FALSE}\nlibrary(checked)\nx \u003c- run(\"/tmp/praise\", reporter = NULL)\nresults(x)\n```\n\n## Monitoring Runs\n\nBecause running many checks in parallel can be a difficult process to monitor,\ncapable interfaces will provide a convenient output for tracking various\nruns, check results and package installations; keeping a log of any issues \nthat might arise during the process.\n\nIf your editor doesn't support the full output, you might consider launching\nyour checks in a terminal which should be less constrained. This would also\nfree up your preferred editor for you to use while your checks run.\n\n```r\nlibrary(checked)\nrun(\"/home/dev/praise\")\n```\n```{asciicast ansi-tty-example, cache = FALSE}\n#| asciicast_knitr_output = \"svg\",\n#| asciicast_at = \"all\",\n#| asciicast_cursor = FALSE,\n#| asciicast_speed = 2\noptions(checked.tty_tick_interval = 200)\nchecked::run(\"/tmp/praise\")\ncat()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenentech%2Fchecked","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenentech%2Fchecked","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenentech%2Fchecked/lists"}