{"id":18592777,"url":"https://github.com/kwb-r/kwb.pkgbuild","last_synced_at":"2026-02-05T12:34:03.729Z","repository":{"id":40381482,"uuid":"137810128","full_name":"KWB-R/kwb.pkgbuild","owner":"KWB-R","description":"Helper functions for automating R package development at KWB  to a predefined style","archived":false,"fork":false,"pushed_at":"2024-09-05T08:51:39.000Z","size":2745,"stargazers_count":2,"open_issues_count":24,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-30T03:55:10.341Z","etag":null,"topics":["automation","best-practices","project-fakin","publication","r","r-package","r-package-automation","rstats"],"latest_commit_sha":null,"homepage":"https://kwb-r.github.io/kwb.pkgbuild","language":"R","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/KWB-R.png","metadata":{"files":{"readme":"README.md","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":"2018-06-18T21:48:50.000Z","updated_at":"2023-02-25T14:24:20.000Z","dependencies_parsed_at":"2024-05-05T08:24:02.025Z","dependency_job_id":"ec7d3f28-e86c-4a62-903c-94f9d28c2786","html_url":"https://github.com/KWB-R/kwb.pkgbuild","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/KWB-R/kwb.pkgbuild","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Fkwb.pkgbuild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Fkwb.pkgbuild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Fkwb.pkgbuild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Fkwb.pkgbuild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KWB-R","download_url":"https://codeload.github.com/KWB-R/kwb.pkgbuild/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Fkwb.pkgbuild/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29121786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T10:47:47.471Z","status":"ssl_error","status_checked_at":"2026-02-05T10:45:08.119Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","best-practices","project-fakin","publication","r","r-package","r-package-automation","rstats"],"created_at":"2024-11-07T01:09:59.991Z","updated_at":"2026-02-05T12:34:03.707Z","avatar_url":"https://github.com/KWB-R.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![R-CMD-check](https://github.com/KWB-R/kwb.pkgbuild/workflows/R-CMD-check/badge.svg)](https://github.com/KWB-R/kwb.pkgbuild/actions?query=workflow%3AR-CMD-check)\n[![pkgdown](https://github.com/KWB-R/kwb.pkgbuild/workflows/pkgdown/badge.svg)](https://github.com/KWB-R/kwb.pkgbuild/actions?query=workflow%3Apkgdown)\n[![codecov](https://codecov.io/github/KWB-R/kwb.pkgbuild/branch/master/graphs/badge.svg)](https://codecov.io/github/KWB-R/kwb.pkgbuild)\n[![Project Status](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)\n[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/kwb.pkgbuild)]()\n[![R-Universe_Status_Badge](https://kwb-r.r-universe.dev/badges/kwb.pkgbuild)](https://kwb-r.r-universe.dev/)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3387180.svg)](https://doi.org/10.5281/zenodo.3387180)\n\n# kwb.pkgbuild\n\nHelper functions for automating R package development at KWB\nto a predefined style.\n\n## Installation\n\nFor details on how to install KWB-R packages checkout our [installation tutorial](https://kwb-r.github.io/kwb.pkgbuild/articles/install.html).\n\n```r\n### Optionally: specify GitHub Personal Access Token (GITHUB_PAT)\n### See here why this might be important for you:\n### https://kwb-r.github.io/kwb.pkgbuild/articles/install.html#set-your-github_pat\n\n# Sys.setenv(GITHUB_PAT = \"mysecret_access_token\")\n\n# Install package \"remotes\" from CRAN\nif (! require(\"remotes\")) {\n  install.packages(\"remotes\", repos = \"https://cloud.r-project.org\")\n}\n\n# Install KWB package 'kwb.pkgbuild' from GitHub\nremotes::install_github(\"KWB-R/kwb.pkgbuild\")\n```\n\n## Documentation\n\nRelease: [https://kwb-r.github.io/kwb.pkgbuild](https://kwb-r.github.io/kwb.pkgbuild)\n\nDevelopment: [https://kwb-r.github.io/kwb.pkgbuild/dev](https://kwb-r.github.io/kwb.pkgbuild/dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwb-r%2Fkwb.pkgbuild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkwb-r%2Fkwb.pkgbuild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwb-r%2Fkwb.pkgbuild/lists"}