{"id":18592784,"url":"https://github.com/kwb-r/pkgmeta","last_synced_at":"2026-02-02T01:02:33.792Z","repository":{"id":38298152,"uuid":"159682001","full_name":"KWB-R/pkgmeta","owner":"KWB-R","description":"R Package for meta-analysis of KWB-R packages on GitHub","archived":false,"fork":false,"pushed_at":"2024-12-08T16:09:42.000Z","size":55174,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T22:12:02.034Z","etag":null,"topics":["codemeta","codemetar","github","github-topics","knowledge-repo","metadata","pkgnet","project-fakin","r","r-package","rstats"],"latest_commit_sha":null,"homepage":"https://kwb-r.github.io/pkgmeta","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-11-29T14:50:26.000Z","updated_at":"2022-06-01T14:17:55.000Z","dependencies_parsed_at":"2024-05-02T04:03:32.487Z","dependency_job_id":"71e738c2-4dc1-45e0-ba18-aebf196c990c","html_url":"https://github.com/KWB-R/pkgmeta","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/KWB-R/pkgmeta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Fpkgmeta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Fpkgmeta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Fpkgmeta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Fpkgmeta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KWB-R","download_url":"https://codeload.github.com/KWB-R/pkgmeta/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Fpkgmeta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28998208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T23:10:54.274Z","status":"ssl_error","status_checked_at":"2026-02-01T23:10:47.298Z","response_time":56,"last_error":"SSL_read: 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":["codemeta","codemetar","github","github-topics","knowledge-repo","metadata","pkgnet","project-fakin","r","r-package","rstats"],"created_at":"2024-11-07T01:10:02.760Z","updated_at":"2026-02-02T01:02:33.769Z","avatar_url":"https://github.com/KWB-R.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![R-CMD-check](https://github.com/KWB-R/pkgmeta/workflows/R-CMD-check/badge.svg)](https://github.com/KWB-R/pkgmeta/actions?query=workflow%3AR-CMD-check)\n[![pkgdown](https://github.com/KWB-R/pkgmeta/workflows/pkgdown/badge.svg)](https://github.com/KWB-R/pkgmeta/actions?query=workflow%3Apkgdown)\n[![codecov](https://codecov.io/github/KWB-R/pkgmeta/branch/main/graphs/badge.svg)](https://codecov.io/github/KWB-R/pkgmeta)\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/pkgmeta)]()\n[![R-Universe_Status_Badge](https://kwb-r.r-universe.dev/badges/pkgmeta)](https://kwb-r.r-universe.dev/)\n[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.3604092.svg)](10.5281/zenodo.3604092)\n\n# pkgmeta\n\nR Package for meta-analysis of KWB-R packages on\nGithub. It is a wrapper to the R packages 'codemetar' and 'pkgnet' for\nproviding insights into the development of the R packages on Github.\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 'pkgmeta' from GitHub\nremotes::install_github(\"KWB-R/pkgmeta\")\n```\n\n## Documentation\n\nRelease: [https://kwb-r.github.io/pkgmeta](https://kwb-r.github.io/pkgmeta)\n\nDevelopment: [https://kwb-r.github.io/pkgmeta/dev](https://kwb-r.github.io/pkgmeta/dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwb-r%2Fpkgmeta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkwb-r%2Fpkgmeta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwb-r%2Fpkgmeta/lists"}