{"id":63583,"name":"readr","description":"Read flat files (csv, tsv, fwf) into R","url":"https://github.com/tidyverse/readr","last_synced_at":"2025-09-08T12:59:21.640Z","repository":{"id":9710725,"uuid":"11663980","full_name":"tidyverse/readr","owner":"tidyverse","description":"Read flat files (csv, tsv, fwf) into R","archived":false,"fork":false,"pushed_at":"2024-07-31T16:03:00.000Z","size":12390,"stargazers_count":1018,"open_issues_count":117,"forks_count":287,"subscribers_count":51,"default_branch":"main","last_synced_at":"2025-08-21T13:29:02.733Z","etag":null,"topics":["csv","fwf","parsing","r"],"latest_commit_sha":null,"homepage":"https://readr.tidyverse.org","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/tidyverse.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-07-25T15:28:22.000Z","updated_at":"2025-08-08T11:32:27.000Z","dependencies_parsed_at":"2023-02-12T22:45:27.761Z","dependency_job_id":"c235ce60-975b-4ee7-a297-a69bb461df79","html_url":"https://github.com/tidyverse/readr","commit_stats":{"total_commits":1772,"total_committers":117,"mean_commits":"15.145299145299145","dds":0.6354401805869074,"last_synced_commit":"e529cb2775f1b52a0dfa30dabc9f8e0014aa77e6"},"previous_names":["hadley/readr"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/tidyverse/readr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidyverse","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/sbom","scorecard":{"id":884870,"data":{"date":"2025-08-11","repo":{"name":"github.com/tidyverse/readr","commit":"96ddac314b47402bc63e1f81c149c463cf58e3da"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"checks":[{"name":"Code-Review","score":1,"reason":"Found 5/30 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pkgdown.yaml:25","Warn: no topLevel permission defined: .github/workflows/R-CMD-check-against-dev-vroom.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/R-CMD-check.yaml:15","Info: topLevel permissions set to 'read-all': .github/workflows/pkgdown.yaml:14","Info: topLevel permissions set to 'read-all': .github/workflows/pr-commands.yaml:9","Info: topLevel permissions set to 'read-all': .github/workflows/test-coverage.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/R-CMD-check-against-dev-vroom.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/R-CMD-check-against-dev-vroom.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/R-CMD-check-against-dev-vroom.yaml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/R-CMD-check-against-dev-vroom.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/R-CMD-check-against-dev-vroom.yaml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/R-CMD-check-against-dev-vroom.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/R-CMD-check-against-dev-vroom.yaml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/R-CMD-check-against-dev-vroom.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/R-CMD-check.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/R-CMD-check.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/R-CMD-check.yaml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/R-CMD-check.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/R-CMD-check.yaml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/R-CMD-check.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/R-CMD-check.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/R-CMD-check.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/R-CMD-check.yaml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/R-CMD-check.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pkgdown.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/pkgdown.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pkgdown.yaml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/pkgdown.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pkgdown.yaml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/pkgdown.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pkgdown.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/pkgdown.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pkgdown.yaml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/pkgdown.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-commands.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/pr-commands.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-commands.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/pr-commands.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-commands.yaml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/pr-commands.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-commands.yaml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/pr-commands.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-commands.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/pr-commands.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-commands.yaml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/pr-commands.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-commands.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/pr-commands.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-commands.yaml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/pr-commands.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-commands.yaml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/pr-commands.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-coverage.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/test-coverage.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-coverage.yaml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/test-coverage.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-coverage.yaml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/test-coverage.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-coverage.yaml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/test-coverage.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-coverage.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/tidyverse/readr/test-coverage.yaml/main?enable=pin","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  21 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 6 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-24T09:36:24.365Z","repository_id":9710725,"created_at":"2025-08-24T09:36:24.366Z","updated_at":"2025-08-24T09:36:24.366Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274188924,"owners_count":25237853,"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-09-08T02:00:09.813Z","response_time":121,"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"}},"owner":{"login":"tidyverse","name":"tidyverse","uuid":"22032646","kind":"organization","description":"The tidyverse is a collection of R packages that share common principles and are designed to work together seamlessly","email":null,"website":"http://tidyverse.org","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/22032646?v=4","repositories_count":43,"last_synced_at":"2025-03-31T15:25:48.718Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/tidyverse","funding_links":[],"total_stars":31350,"followers":1497,"following":0,"created_at":"2022-11-02T16:38:01.157Z","updated_at":"2025-03-31T15:25:48.718Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidyverse","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidyverse/repositories"},"packages":[{"id":11743284,"name":"github.com/tidyverse/readr","ecosystem":"go","description":null,"homepage":null,"licenses":"other","normalized_licenses":["GPL-1.0+"],"repository_url":"https://github.com/tidyverse/readr","keywords_array":[],"namespace":null,"versions_count":21,"first_release_published_at":"2015-04-09T11:36:04.000Z","latest_release_published_at":"2024-01-10T21:03:12.000Z","latest_release_number":"v2.1.5+incompatible","last_synced_at":"2025-08-13T17:59:39.204Z","created_at":"2025-06-07T10:00:44.111Z","updated_at":"2025-08-14T00:23:19.410Z","registry_url":"https://pkg.go.dev/github.com/tidyverse/readr","install_command":"go get github.com/tidyverse/readr","documentation_url":"https://pkg.go.dev/github.com/tidyverse/readr#section-documentation","metadata":{},"repo_metadata":{"id":9710725,"uuid":"11663980","full_name":"tidyverse/readr","owner":"tidyverse","description":"Read flat files (csv, tsv, fwf) into R","archived":false,"fork":false,"pushed_at":"2024-07-31T16:03:00.000Z","size":12390,"stargazers_count":1018,"open_issues_count":117,"forks_count":287,"subscribers_count":51,"default_branch":"main","last_synced_at":"2025-08-13T17:37:07.733Z","etag":null,"topics":["csv","fwf","parsing","r"],"latest_commit_sha":null,"homepage":"https://readr.tidyverse.org","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/tidyverse.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-07-25T15:28:22.000Z","updated_at":"2025-08-08T11:32:27.000Z","dependencies_parsed_at":"2023-02-12T22:45:27.761Z","dependency_job_id":"c235ce60-975b-4ee7-a297-a69bb461df79","html_url":"https://github.com/tidyverse/readr","commit_stats":{"total_commits":1772,"total_committers":117,"mean_commits":"15.145299145299145","dds":0.6354401805869074,"last_synced_commit":"e529cb2775f1b52a0dfa30dabc9f8e0014aa77e6"},"previous_names":["hadley/readr"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/tidyverse/readr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidyverse","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270339738,"owners_count":24567389,"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-08-13T02:00:09.904Z","response_time":66,"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"},"owner_record":{"login":"tidyverse","name":"tidyverse","uuid":"22032646","kind":"organization","description":"The tidyverse is a collection of R packages that share common principles and are designed to work together seamlessly","email":null,"website":"http://tidyverse.org","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/22032646?v=4","repositories_count":43,"last_synced_at":"2025-03-31T15:25:48.718Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/tidyverse","funding_links":[],"total_stars":31350,"followers":1497,"following":0,"created_at":"2022-11-02T16:38:01.157Z","updated_at":"2025-03-31T15:25:48.718Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidyverse","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidyverse/repositories"},"tags":[{"name":"v2.1.5","sha":"0311e29f586e51c62569f6a25da5a7af45b0f922","kind":"commit","published_at":"2024-01-10T21:03:12.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.1.5","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"0ad6fa4a657bba1602014481f0a662efa71267f5","kind":"commit","published_at":"2023-02-10T00:04:00.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.1.4","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"aa34f2afe93b4f1ff07273ed9b599e3cbce8cddc","kind":"commit","published_at":"2022-09-30T21:21:47.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.1.3","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"58ccc37554294321af4ba2cde9cc3255bf6b6d88","kind":"commit","published_at":"2022-01-30T04:50:06.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.1.2","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.2/manifests"},{"name":"pkgdown-update-released-site","sha":"1d190cb4aa5489ae624ffd740077fc133e2cde01","kind":"commit","published_at":"2021-12-06T01:59:48.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/pkgdown-update-released-site","html_url":"https://github.com/tidyverse/readr/releases/tag/pkgdown-update-released-site","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@pkgdown-update-released-site","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/pkgdown-update-released-site","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/pkgdown-update-released-site/manifests"},{"name":"v2.1.1","sha":"491360f763cfa51efcf78aa69ba281b7385b87a2","kind":"commit","published_at":"2021-11-30T13:08:00.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.1.1","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"9d0ec28149b73d50961c4267ec5024c9796ab0cf","kind":"commit","published_at":"2021-11-10T19:49:56.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.1.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.0/manifests"},{"name":"v2.0.2","sha":"0465661092cda52258ad6f3a713fd0569384dcf6","kind":"commit","published_at":"2021-09-22T20:11:19.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.0.2","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"f4de2577edcd8e8b077c2f84927d66ce2cdcab38","kind":"commit","published_at":"2021-08-09T12:27:56.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.0.1","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"f04536c6b21a5fc84e42e96d14fb01220595fa70","kind":"commit","published_at":"2021-07-20T15:25:08.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.0.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.0.0/manifests"},{"name":"v1.4.0","sha":"c0dbb75ac036da0ffb7b70cf7afba9b5c1fa3eb6","kind":"commit","published_at":"2020-10-01T15:06:42.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v1.4.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.4.0/manifests"},{"name":"v1.3.1","sha":"2ce579e7863d7bbba54e499d7d468e047fa1c488","kind":"commit","published_at":"2018-12-20T15:48:23.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v1.3.1","html_url":"https://github.com/tidyverse/readr/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3533c9200dcd9970fb40861242210457aa3bb639","kind":"commit","published_at":"2018-12-12T19:24:44.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v1.3.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"843d25983a79d3fa56820c729b8a593d47156a2f","kind":"commit","published_at":"2018-11-22T12:47:29.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v1.2.1","html_url":"https://github.com/tidyverse/readr/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"6697c576f2b53fb05f541c77f0592ecee6597aaf","kind":"commit","published_at":"2018-11-21T15:12:59.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v1.2.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"d3c6b6bb4ca23331b917ea57a6b19032f8d81f3a","kind":"commit","published_at":"2017-05-16T19:12:35.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v1.1.1","html_url":"https://github.com/tidyverse/readr/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"0c33609eed6ac7922373f33de08199868ee2de96","kind":"commit","published_at":"2017-03-20T15:03:17.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v1.1.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"9304bc87160b4b830f02862f2a11be326f02ca62","kind":"commit","published_at":"2016-08-03T15:57:46.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v1.0.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.0.0/manifests"},{"name":"v0.2.2","sha":"c97778566072b9235038d83362ab2075182f795f","kind":"commit","published_at":"2015-10-21T21:02:46.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v0.2.2","html_url":"https://github.com/tidyverse/readr/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"39264069305957ef455747e2d7dca2320870a286","kind":"commit","published_at":"2015-10-20T13:38:20.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v0.2.1","html_url":"https://github.com/tidyverse/readr/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"1c2ee5a4bec7647d9e9e951ad7e2ae1a61b0e3fa","kind":"commit","published_at":"2015-10-19T21:06:03.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v0.2.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"a4256026d5793bddcc52a8c56960dbe60d1d4de3","kind":"commit","published_at":"2015-04-09T11:36:04.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v0.1.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-08-14T00:23:19.410Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.750499235214139,"dependent_packages_count":5.388553704962611,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.569526470088375},"purl":"pkg:golang/github.com/tidyverse/readr","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/tidyverse/readr","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/tidyverse/readr","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/tidyverse/readr/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-08T00:25:03.173Z","issues_count":173,"pull_requests_count":24,"avg_time_to_close_issue":12412158.96,"avg_time_to_close_pull_request":2741076.882352941,"issues_closed_count":75,"pull_requests_closed_count":17,"pull_request_authors_count":16,"issue_authors_count":137,"avg_comments_per_issue":1.7919075144508672,"avg_comments_per_pull_request":1.8333333333333333,"merged_pull_requests_count":13,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":28,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":30381.0,"past_year_avg_time_to_close_pull_request":253060.0,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":27,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/issues","maintainers":[{"login":"jennybc","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jennybc"},{"login":"hadley","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hadley"},{"login":"mine-cetinkaya-rundel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mine-cetinkaya-rundel"},{"login":"krlmlr","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/krlmlr"},{"login":"jimhester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jimhester"},{"login":"lionel-","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lionel-"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ftidyverse%2Freadr/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ftidyverse%2Freadr/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ftidyverse%2Freadr/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ftidyverse%2Freadr/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1954233,"maintainers_count":0,"namespaces_count":741771,"keywords_count":109320,"github":"golang","metadata":{"funded_packages_count":49342},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-09-08T05:47:38.872Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":427097,"name":"readr","ecosystem":"cran","description":"Read Rectangular Text Data","homepage":"https://readr.tidyverse.org","licenses":"MIT + file LICENSE","normalized_licenses":["MIT"],"repository_url":"https://github.com/tidyverse/readr","keywords_array":[],"namespace":null,"versions_count":22,"first_release_published_at":"2015-04-09T01:03:00.000Z","latest_release_published_at":"2024-01-10T00:00:00.000Z","latest_release_number":"2.1.5","last_synced_at":"2025-08-13T09:07:15.890Z","created_at":"2022-04-06T19:20:33.494Z","updated_at":"2025-08-21T13:15:27.820Z","registry_url":"https://cran.r-project.org/package=readr","install_command":null,"documentation_url":"http://cran.r-project.org/web/packages/readr/readr.pdf","metadata":{},"repo_metadata":{"id":9710725,"uuid":"11663980","full_name":"tidyverse/readr","owner":"tidyverse","description":"Read flat files (csv, tsv, fwf) into R","archived":false,"fork":false,"pushed_at":"2024-07-31T16:03:00.000Z","size":12390,"stargazers_count":1018,"open_issues_count":117,"forks_count":287,"subscribers_count":51,"default_branch":"main","last_synced_at":"2025-08-13T17:37:07.733Z","etag":null,"topics":["csv","fwf","parsing","r"],"latest_commit_sha":null,"homepage":"https://readr.tidyverse.org","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/tidyverse.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-07-25T15:28:22.000Z","updated_at":"2025-08-08T11:32:27.000Z","dependencies_parsed_at":"2023-02-12T22:45:27.761Z","dependency_job_id":"c235ce60-975b-4ee7-a297-a69bb461df79","html_url":"https://github.com/tidyverse/readr","commit_stats":{"total_commits":1772,"total_committers":117,"mean_commits":"15.145299145299145","dds":0.6354401805869074,"last_synced_commit":"e529cb2775f1b52a0dfa30dabc9f8e0014aa77e6"},"previous_names":["hadley/readr"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/tidyverse/readr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidyverse","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271486008,"owners_count":24767878,"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-08-21T02:00:08.990Z","response_time":74,"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"},"owner_record":{"login":"tidyverse","name":"tidyverse","uuid":"22032646","kind":"organization","description":"The tidyverse is a collection of R packages that share common principles and are designed to work together seamlessly","email":null,"website":"http://tidyverse.org","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/22032646?v=4","repositories_count":43,"last_synced_at":"2025-03-31T15:25:48.718Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/tidyverse","funding_links":[],"total_stars":31350,"followers":1497,"following":0,"created_at":"2022-11-02T16:38:01.157Z","updated_at":"2025-03-31T15:25:48.718Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidyverse","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidyverse/repositories"},"tags":[{"name":"v2.1.5","sha":"0311e29f586e51c62569f6a25da5a7af45b0f922","kind":"commit","published_at":"2024-01-10T21:03:12.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.1.5","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"0ad6fa4a657bba1602014481f0a662efa71267f5","kind":"commit","published_at":"2023-02-10T00:04:00.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.1.4","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"aa34f2afe93b4f1ff07273ed9b599e3cbce8cddc","kind":"commit","published_at":"2022-09-30T21:21:47.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.1.3","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"58ccc37554294321af4ba2cde9cc3255bf6b6d88","kind":"commit","published_at":"2022-01-30T04:50:06.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.1.2","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.2/manifests"},{"name":"pkgdown-update-released-site","sha":"1d190cb4aa5489ae624ffd740077fc133e2cde01","kind":"commit","published_at":"2021-12-06T01:59:48.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/pkgdown-update-released-site","html_url":"https://github.com/tidyverse/readr/releases/tag/pkgdown-update-released-site","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@pkgdown-update-released-site","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/pkgdown-update-released-site","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/pkgdown-update-released-site/manifests"},{"name":"v2.1.1","sha":"491360f763cfa51efcf78aa69ba281b7385b87a2","kind":"commit","published_at":"2021-11-30T13:08:00.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.1.1","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"9d0ec28149b73d50961c4267ec5024c9796ab0cf","kind":"commit","published_at":"2021-11-10T19:49:56.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.1.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.1.0/manifests"},{"name":"v2.0.2","sha":"0465661092cda52258ad6f3a713fd0569384dcf6","kind":"commit","published_at":"2021-09-22T20:11:19.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.0.2","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"f4de2577edcd8e8b077c2f84927d66ce2cdcab38","kind":"commit","published_at":"2021-08-09T12:27:56.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.0.1","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"f04536c6b21a5fc84e42e96d14fb01220595fa70","kind":"commit","published_at":"2021-07-20T15:25:08.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v2.0.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v2.0.0/manifests"},{"name":"v1.4.0","sha":"c0dbb75ac036da0ffb7b70cf7afba9b5c1fa3eb6","kind":"commit","published_at":"2020-10-01T15:06:42.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v1.4.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.4.0/manifests"},{"name":"v1.3.1","sha":"2ce579e7863d7bbba54e499d7d468e047fa1c488","kind":"commit","published_at":"2018-12-20T15:48:23.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v1.3.1","html_url":"https://github.com/tidyverse/readr/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3533c9200dcd9970fb40861242210457aa3bb639","kind":"commit","published_at":"2018-12-12T19:24:44.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v1.3.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"843d25983a79d3fa56820c729b8a593d47156a2f","kind":"commit","published_at":"2018-11-22T12:47:29.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v1.2.1","html_url":"https://github.com/tidyverse/readr/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"6697c576f2b53fb05f541c77f0592ecee6597aaf","kind":"commit","published_at":"2018-11-21T15:12:59.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v1.2.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"d3c6b6bb4ca23331b917ea57a6b19032f8d81f3a","kind":"commit","published_at":"2017-05-16T19:12:35.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v1.1.1","html_url":"https://github.com/tidyverse/readr/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"0c33609eed6ac7922373f33de08199868ee2de96","kind":"commit","published_at":"2017-03-20T15:03:17.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v1.1.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"9304bc87160b4b830f02862f2a11be326f02ca62","kind":"commit","published_at":"2016-08-03T15:57:46.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v1.0.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v1.0.0/manifests"},{"name":"v0.2.2","sha":"c97778566072b9235038d83362ab2075182f795f","kind":"commit","published_at":"2015-10-21T21:02:46.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v0.2.2","html_url":"https://github.com/tidyverse/readr/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"39264069305957ef455747e2d7dca2320870a286","kind":"commit","published_at":"2015-10-20T13:38:20.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v0.2.1","html_url":"https://github.com/tidyverse/readr/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"1c2ee5a4bec7647d9e9e951ad7e2ae1a61b0e3fa","kind":"commit","published_at":"2015-10-19T21:06:03.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v0.2.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"a4256026d5793bddcc52a8c56960dbe60d1d4de3","kind":"commit","published_at":"2015-04-09T11:36:04.000Z","download_url":"https://codeload.github.com/tidyverse/readr/tar.gz/v0.1.0","html_url":"https://github.com/tidyverse/readr/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tidyverse/readr@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-08-21T13:15:27.820Z","dependent_packages_count":860,"downloads":915989,"downloads_period":"last-month","dependent_repos_count":4931,"rankings":{"downloads":0.11322069325901411,"dependent_repos_count":0.09144748301689601,"dependent_packages_count":0.12192997735586135,"stargazers_count":0.25256923880856996,"forks_count":0.16547639784009754,"docker_downloads_count":17.296638216338618,"average":3.0068803344365094},"purl":"pkg:cran/readr","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cran/readr","docker_dependents_count":1506,"docker_downloads_count":46961679,"usage_url":"https://repos.ecosyste.ms/usage/cran/readr","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cran/readr/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2025-08-14T12:46:24.454Z","issues_count":173,"pull_requests_count":24,"avg_time_to_close_issue":12412158.96,"avg_time_to_close_pull_request":2741076.882352941,"issues_closed_count":75,"pull_requests_closed_count":17,"pull_request_authors_count":16,"issue_authors_count":137,"avg_comments_per_issue":1.7919075144508672,"avg_comments_per_pull_request":1.8333333333333333,"merged_pull_requests_count":13,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":28,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":30381.0,"past_year_avg_time_to_close_pull_request":253060.0,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":27,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/issues","maintainers":[{"login":"jennybc","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jennybc"},{"login":"hadley","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hadley"},{"login":"mine-cetinkaya-rundel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mine-cetinkaya-rundel"},{"login":"krlmlr","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/krlmlr"},{"login":"jimhester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jimhester"},{"login":"lionel-","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lionel-"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/packages/readr/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/packages/readr/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/packages/readr/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/packages/readr/related_packages","maintainers":[{"uuid":"jenny@posit.co","login":null,"name":"Jennifer Bryan","email":"jenny@posit.co","url":null,"packages_count":11,"html_url":null,"role":null,"created_at":"2023-02-10T11:02:18.686Z","updated_at":"2023-02-10T11:02:18.686Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/maintainers/jenny@posit.co/packages"}],"registry":{"name":"cran.r-project.org","url":"https://cran.r-project.org","ecosystem":"cran","default":true,"packages_count":26181,"maintainers_count":14299,"namespaces_count":0,"keywords_count":8326,"github":"r-project-org","metadata":{"funded_packages_count":539},"icon_url":"https://github.com/r-project-org.png","created_at":"2022-04-06T16:32:25.637Z","updated_at":"2025-09-08T06:54:01.855Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/namespaces"}}],"commits":{"id":4080,"full_name":"tidyverse/readr","default_branch":"main","committers":[{"name":"Jim Hester","email":"james.f.hester@gmail.com","login":"jimhester","count":646},{"name":"hadley","email":"h.wickham@gmail.com","login":"hadley","count":633},{"name":"Romain François","email":"romain@r-enthusiasts.com","login":"romainfrancois","count":121},{"name":"Jenny Bryan","email":"jenny.f.bryan@gmail.com","login":"jennybc","count":101},{"name":"Nicolas Coutin","email":"nicolas.coutin@gmail.com","login":"npjc","count":32},{"name":"jrnold","email":"jeffrey.arnold@gmail.com","login":"jrnold","count":24},{"name":"Kirill Müller","email":"krlmlr+r@mailbox.org","login":"krlmlr","count":13},{"name":"Shelby Bearrows","email":"39840820+sbearrows","login":"sbearrows","count":13},{"name":"Mara Averick","email":"maraaverick@gmail.com","login":"batpigandme","count":12},{"name":"Edwin de Jonge","email":"edwindjonge@gmail.com","login":"edwindj","count":8},{"name":"Hiroaki Yutani","email":"yutani.ini@gmail.com","login":"yutannihilation","count":6},{"name":"Oliver Keyes","email":"Ironholds","login":"Ironholds","count":6},{"name":"Kirill Müller","email":"kirill.mueller@ivt.baug.ethz.ch","login":null,"count":6},{"name":"andres-s","email":"a.sarnari@gmail.com","login":"asnr","count":5},{"name":"jennybc","email":"jenny@stat.ubc.ca","login":null,"count":5},{"name":"Aymeric Stamm","email":"aymeric.stamm@childrens.harvard.edu","login":null,"count":5},{"name":"Will Beasley","email":"wibeasley@hotmail.com","login":"wibeasley","count":4},{"name":"Mikhail Popov","email":"mikhail@mpopov.com","login":"bearloga","count":4},{"name":"John Blischak","email":"jdblischak@gmail.com","login":"jdblischak","count":4},{"name":"Christophe Dervieux","email":"christophe.dervieux@gmail.com","login":"cderv","count":4},{"name":"ironholds","email":"ironholds@gmail.com","login":null,"count":3},{"name":"Duncan Murdoch","email":"murdoch.duncan@gmail.com","login":"dmurdoch","count":3},{"name":"Sam Brady","email":"sambrady3@gmail.com","login":"sambrady3","count":3},{"name":"Michael Quinn","email":"michael.quinn@aya.yale.edu","login":"michaelquinn32","count":3},{"name":"Greg Freedman Ellis","email":"greg.freedman@gmail.com","login":"gergness","count":3},{"name":"Abraham Neuwirth","email":"Yeedle","login":"Yeedle","count":3},{"name":"Peter DeWitt (optiplex)","email":"peter.dewitt@ucdenver.edu","login":"dewittpe","count":3},{"name":"Lionel Henry","email":"lionel.hry@gmail.com","login":"lionel-","count":2},{"name":"Kenneth Benoit","email":"kbenoit@lse.ac.uk","login":"kbenoit","count":2},{"name":"Jeroen Ooms","email":"jeroenooms@gmail.com","login":"jeroen","count":2},{"name":"Elliott Sales de Andrade","email":"quantum.analyst@gmail.com","login":"QuLogic","count":2},{"name":"David Mawdsley","email":"david.mawdsley@manchester.ac.uk","login":"mawds","count":2},{"name":"Brian Rice","email":"brianrice013@gmail.com","login":"brianrice2","count":2},{"name":"Andrew Hill","email":"md0u80c9","login":"md0u80c9","count":2},{"name":"Alessandro Gasparini","email":"lssndrgsprn@gmail.com","login":"ellessenne","count":2},{"name":"Sam Albers","email":"sam.albers@gmail.com","login":"boshek","count":2},{"name":"DanRuderman","email":"ruderman@usc.edu","login":null,"count":2},{"name":"Sara Altman","email":"skaltman@stanford.edu","login":null,"count":2},{"name":"Michael","email":"hoehleatsu","login":"hoehleatsu","count":2},{"name":"Michael Chirico","email":"michaelchirico4@gmail.com","login":"MichaelChirico","count":2},{"name":"Michael W. Kearney","email":"kearneymw@missouri.edu","login":"mkearney","count":2},{"name":"Karl Millar","email":"karl.millar@gmail.com","login":"kmillar","count":2},{"name":"Jon","email":"jonathan.stott@gmail.com","login":"namelessjon","count":1},{"name":"Jordan Mark Barbone","email":"38573843+jmbarbone","login":"jmbarbone","count":1},{"name":"John V. McDonnell","email":"john.v.mcdonnell@gmail.com","login":"johnmcdonnell","count":1},{"name":"Johann de Boer","email":"johanndeboer@gmail.com","login":"jdeboer","count":1},{"name":"Jesse Ross","email":"jesse@nexleaf.org","login":"jesse-ross","count":1},{"name":"Jasper","email":"jasper@clarkberg.org","login":"violetcereza","count":1},{"name":"Ista Zahn","email":"istazahn@gmail.com","login":"izahn","count":1},{"name":"Ian Lyttle","email":"ijlyttle","login":"ijlyttle","count":1},{"name":"Kasia","email":"katarzyna.kulma@gmail.com","login":"KKulma","count":1},{"name":"Noam Ross","email":"ross@ecohealthalliance.org","login":null,"count":1},{"name":"Frank Pinter","email":"Frank.Pinter@brattle.com","login":null,"count":1},{"name":"Øystein Sørensen","email":"oyss@medisin.uio.no","login":null,"count":1},{"name":"Timothy-Barry","email":"timothybarry@cmu.edu","login":null,"count":1},{"name":"Tiger Toes","email":"thatrascaltiger@gmail.com","login":null,"count":1},{"name":"Vilmantas Gegzna","email":"GegznaV@gmail.com","login":"GegznaV","count":1},{"name":"Xianying Tan","email":"shrektan@126.com","login":"shrektan","count":1},{"name":"Zeki Akyol","email":"40212849+zekiakyol","login":"zekiakyol","count":1},{"name":"antoine-lizee","email":"antoine.lizee@gmail.com","login":"antoine-lizee","count":1},{"name":"boz","email":"j.blake.boswell@gmail.com","login":"blakeboswell","count":1},{"name":"dgromer","email":"de.dani@gmail.com","login":"dgromer","count":1},{"name":"ghaarsma","email":"ghaarsma@gmail.com","login":"ghaarsma","count":1},{"name":"hide kojima","email":"hidekoji","login":"hidekoji","count":1},{"name":"ifendo","email":"ifendo@163.com","login":"ifendo","count":1},{"name":"jangorecki","email":"j.gorecki@wit.edu.pl","login":"jangorecki","count":1},{"name":"DavisVaughan","email":"davis@rstudio.com","login":"DavisVaughan","count":1},{"name":"Dean Attali","email":"daattali@gmail.com","login":"daattali","count":1},{"name":"Dr. Connie Brett","email":"cb4ds","login":"cb4ds","count":1},{"name":"Duncan Garmonsway","email":"nacnudus@gmail.com","login":"nacnudus","count":1},{"name":"EmilHvitfeldt","email":"emilhhvitfeldt@gmail.com","login":"EmilHvitfeldt","count":1},{"name":"Eric Leung","email":"eric@erictleung.com","login":"erictleung","count":1},{"name":"Brent Brewington","email":"brent.brewington@gmail.com","login":"bbrewington","count":1},{"name":"Bill Denney","email":"billdenney","login":"billdenney","count":1},{"name":"Ben Marwick","email":"benmarwick@hotmail.com","login":"benmarwick","count":1},{"name":"Antoine Filipovic-Pierucci","email":"pierucci@gmail.com","login":"pierucci","count":1},{"name":"Anthony Damico","email":"ajdamico@gmail.com","login":"ajdamico","count":1},{"name":"Alexey Stukalov","email":"astukalov@gmail.com","login":"alyst","count":1},{"name":"spaette","email":"111918424+spaette","login":"spaette","count":1},{"name":"Ahmadou Dicko","email":"dicko.ahmadou@gmail.com","login":"dickoa","count":1},{"name":"Peter Desmet","email":"peter.desmet.work@gmail.com","login":"peterdesmet","count":1},{"name":"Pralit Patel","email":"pralitp","login":"pralitp","count":1},{"name":"RomeroBarata","email":"romero.barata@gmail.com","login":"RomeroBarata","count":1},{"name":"Ryan Knight","email":"ryangknight@gmail.com","login":"rgknight","count":1},{"name":"Danielle Quinn","email":"danielle.quinn@acadiau.ca","login":null,"count":1},{"name":"Greg","email":"gregrs-uk","login":"gregrs-uk","count":1},{"name":"François Briatte","email":"briatte@gmail.com","login":"briatte","count":1},{"name":"Frank Pinter","email":"fpinter","login":"fpinter","count":1},{"name":"Adam Jones","email":"10088591+adamroyjones","login":"adamroyjones","count":1},{"name":"Carl Boettiger","email":"cboettig@gmail.com","login":"cboettig","count":1},{"name":"Carl Howe","email":"carl@rstudio.com","login":"cdhowe","count":1},{"name":"Christopher Gandrud","email":"christopher.gandrud@gmail.com","login":"christophergandrud","count":1},{"name":"Olga Mierzwa-Sulima","email":"olga.mierzwa@gmail.com","login":"olgamie","count":1},{"name":"Noam Ross","email":"noam.ross@gmail.com","login":"noamross","count":1},{"name":"Mine Cetinkaya-Rundel","email":"cetinkaya.mine@gmail.com","login":"mine-cetinkaya-rundel","count":1},{"name":"Mikko Marttila","email":"mikmart@mikkomarttila.com","login":"mikmart","count":1},{"name":"MikeJohnPage","email":"38110953+MikeJohnPage","login":"MikeJohnPage","count":1},{"name":"Maëlle Salmon","email":"maelle.salmon@yahoo.se","login":"maelle","count":1},{"name":"Malcolm Barrett","email":"malcolmbarrett","login":"malcolmbarrett","count":1},{"name":"Louis Eisenberg","email":"tarheel@gmail.com","login":"tarheel","count":1},{"name":"Lluís Ramon","email":"lluisramon.tgn@gmail.com","login":"LluisRamon","count":1},{"name":"Lambda Moses","email":"dlu2@caltech.edu","login":"lambdamoses","count":1},{"name":"Kevin Wright","email":"kw.stat@gmail.com","login":"kwstat","count":1},{"name":"Daniel Possenriede","email":"possenriede@gmail.com","login":"dpprdan","count":1},{"name":"Salim B","email":"salim@posteo.de","login":"salim-b","count":1},{"name":"ryanatanner","email":"ryanatanner","login":"ryanatanner","count":1},{"name":"Sergio Oller","email":"sergioller@gmail.com","login":"zeehio","count":1},{"name":"Shinya Uryu","email":"suika1127@gmail.com","login":"uribo","count":1},{"name":"Thomas J. Leeper","email":"thosjleeper@gmail.com","login":"leeper","count":1},{"name":"Tony Ladson","email":"tony.ladson@gmail.com","login":"TonyLadson","count":1},{"name":"Torben Tvedebrink","email":"tvedebrink","login":"tvedebrink","count":1},{"name":"Tyler Hays","email":"tyhays@gmail.com","login":"thays42","count":1},{"name":"keesdeschepper","email":"keesdeschepper@gmail.com","login":"keesdeschepper","count":1}],"total_commits":1774,"total_committers":113,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":15.699115044247788,"dds":0.6358511837655016,"past_year_committers":[{"name":"spaette","email":"111918424+spaette","login":"spaette","count":1},{"name":"Jenny Bryan","email":"jenny.f.bryan@gmail.com","login":"jennybc","count":1}],"past_year_total_commits":2,"past_year_total_committers":2,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":1.0,"past_year_dds":0.5,"last_synced_at":"2025-07-08T15:54:22.379Z","last_synced_commit":"96ddac314b47402bc63e1f81c149c463cf58e3da","created_at":"2023-03-07T09:19:50.110Z","updated_at":"2025-07-08T15:54:22.414Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-04T00:00:25.936Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"tidyverse/readr","html_url":"https://github.com/tidyverse/readr","last_synced_at":"2025-08-31T09:24:17.281Z","status":null,"issues_count":173,"pull_requests_count":25,"avg_time_to_close_issue":12412158.96,"avg_time_to_close_pull_request":2741076.882352941,"issues_closed_count":75,"pull_requests_closed_count":17,"pull_request_authors_count":16,"issue_authors_count":137,"avg_comments_per_issue":1.7630057803468209,"avg_comments_per_pull_request":1.76,"merged_pull_requests_count":13,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":30381.0,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":24,"past_year_avg_comments_per_issue":0.375,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-10T22:21:44.519Z","updated_at":"2025-09-03T05:11:15.279Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Freadr/issues","issue_labels_count":{"bug":19,"read :book:":17,"feature":16,"documentation":10,"upkeep":8,"datetime 📆":6,"reprex":6,"write :pencil2:":4,"encoding �":3,"locale :earth_asia:":3,"col_types :hospital:":3,"collector":2,"Windows 🪟":2,"write":1,"read":1,"lifecycle :butterfly:":1},"pull_request_labels_count":{},"issue_author_associations_count":{"NONE":133,"MEMBER":20,"CONTRIBUTOR":18,"COLLABORATOR":1},"pull_request_author_associations_count":{"CONTRIBUTOR":14,"NONE":10,"MEMBER":6},"issue_authors":{"jennybc":13,"jxu":4,"dpprdan":4,"hadley":4,"sbearrows":3,"ggrothendieck":3,"chainsawriot":2,"presnell":2,"abalter":2,"zackw":2,"mine-cetinkaya-rundel":2,"nacnudus":2,"twest820":2,"hidekoji":2,"charliejhadley":2,"khusmann":2,"keesdeschepper":2,"sralchemab":1,"blaidd4drwg":1,"ronhylton":1,"phish108":1,"tungttnguyen":1,"Sibojang9":1,"micwij":1,"cboettig":1,"adokter":1,"panporter":1,"HedvigS":1,"petyaracz":1,"nbc":1,"markpurver":1,"hhh71050":1,"ramiromagno":1,"stanislavzza":1,"higgi13425":1,"krlmlr":1,"pepijn-devries":1,"MilesMcBain":1,"apcamargo":1,"jmgirard":1,"huisunsh":1,"ralmond":1,"albert-ying":1,"nbsmokee":1,"grayskripko":1,"acdoering":1,"EmilHvitfeldt":1,"raffaem":1,"kjayhan":1,"Sankarinam10san":1,"gklarenberg":1,"tmalsburg":1,"deschen1":1,"snick-a-doo":1,"nicolaspayette":1,"lukeholman":1,"pgramme":1,"tohka":1,"sformel-usgs":1,"hhabra":1,"Moohan":1,"ganong123":1,"jvelumc":1,"Leprechault":1,"rongqizhu":1,"rmcd1024":1,"damianooldoni":1,"mrhumanzee":1,"LukasWallrich":1,"morrisLuke":1,"zsigmas":1,"Amogh-Joshi":1,"plogacev":1,"khughitt":1,"eroberson":1,"msberends":1,"struckma":1,"rgzn":1,"cjyetman":1,"yjunechoe":1,"jimhester":1,"MarekGierlinski":1,"sylvainschmitt":1,"bastianilso":1,"jmobrien":1,"gmoore016":1,"linuxiaobai":1,"jonathan-g":1,"gavinband":1,"richardi7":1,"shahronak47":1,"we-hop":1,"pachadotdev":1,"DarioS":1,"eitsupi":1,"janxkoci":1,"bkohrn":1,"mcarauta":1,"peterdesmet":1,"mpage21":1,"rmgpanw":1,"tdhock":1,"dan-reznik":1,"alearrigo":1,"jsleight1":1,"munar":1,"malcolmbarrett":1,"timothy-barry":1,"ginolhac":1,"lazappi":1,"cameronbracken":1,"sangeetashukla":1,"torfason":1,"ibombonato":1,"Henning-Lenz":1,"jakub-jedrusiak":1,"jtlandis":1,"kos59125":1,"klmr":1,"andreranza":1,"scottporter":1,"nzaidel":1,"ujtwr":1,"MatthieuStigler":1,"LaboratorioSMA":1,"Chinesedoctor":1,"edonnachie":1,"pegeler":1,"johan-gson":1,"lowk":1,"darachm":1,"parkjooyoung99":1,"lucasnanni":1,"HenrikBengtsson":1,"heliconone":1,"tsufz":1},"pull_request_authors":{"sbearrows":6,"jennybc":3,"drvictorvs":2,"cgiachalis":2,"bastistician":2,"hadley":2,"drmowinckels":2,"dpprdan":2,"spaette":2,"peterdesmet":1,"keesdeschepper":1,"malcolmbarrett":1,"salim-b":1,"zekiakyol":1,"eitsupi":1,"lionel-":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-08T00:00:17.013Z","repositories_count":10165670,"issues_count":31989241,"pull_requests_count":100238337,"authors_count":10729070,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{"NONE":23,"CONTRIBUTOR":1},"past_year_pull_request_author_associations_count":{"NONE":4},"past_year_issue_authors":{"adokter":1,"alearrigo":1,"apcamargo":1,"Chinesedoctor":1,"DarioS":1,"deschen1":1,"ginolhac":1,"gklarenberg":1,"gmoore016":1,"heliconone":1,"hhh71050":1,"hidekoji":1,"higgi13425":1,"huisunsh":1,"jxu":1,"mcarauta":1,"morrisLuke":1,"mpage21":1,"munar":1,"raffaem":1,"shahronak47":1,"snick-a-doo":1,"struckma":1,"twest820":1},"past_year_pull_request_authors":{"drmowinckels":2,"cgiachalis":2},"maintainers":[{"login":"jennybc","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jennybc"},{"login":"hadley","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hadley"},{"login":"mine-cetinkaya-rundel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mine-cetinkaya-rundel"},{"login":"krlmlr","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/krlmlr"},{"login":"jimhester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jimhester"},{"login":"lionel-","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lionel-"}],"active_maintainers":[]},"events":{"total":{"IssuesEvent":17,"WatchEvent":16,"IssueCommentEvent":27,"PullRequestEvent":2,"ForkEvent":5},"last_year":{"IssuesEvent":17,"WatchEvent":16,"IssueCommentEvent":27,"PullRequestEvent":2,"ForkEvent":5}},"keywords":["csv","fwf","parsing","r"],"dependencies":[{"ecosystem":"cran","filepath":"DESCRIPTION","sha":null,"kind":"manifest","created_at":"2022-07-12T15:03:40.859Z","updated_at":"2022-07-12T15:03:40.859Z","repository_link":"https://github.com/tidyverse/readr/blob/main/DESCRIPTION","dependencies":[{"id":159517963,"package_name":"R","ecosystem":"cran","requirements":"\u003e= 3.4","direct":true,"kind":"depends","optional":false},{"id":159517964,"package_name":"cli","ecosystem":"cran","requirements":"\u003e= 3.2.0","direct":true,"kind":"imports","optional":false},{"id":159517965,"package_name":"clipr","ecosystem":"cran","requirements":"*","direct":true,"kind":"imports","optional":false},{"id":159517966,"package_name":"crayon","ecosystem":"cran","requirements":"*","direct":true,"kind":"imports","optional":false},{"id":159517967,"package_name":"hms","ecosystem":"cran","requirements":"\u003e= 0.4.1","direct":true,"kind":"imports","optional":false},{"id":159517968,"package_name":"lifecycle","ecosystem":"cran","requirements":"\u003e= 0.2.0","direct":true,"kind":"imports","optional":false},{"id":159517969,"package_name":"methods","ecosystem":"cran","requirements":"*","direct":true,"kind":"imports","optional":false},{"id":159517970,"package_name":"R6","ecosystem":"cran","requirements":"*","direct":true,"kind":"imports","optional":false},{"id":159517971,"package_name":"rlang","ecosystem":"cran","requirements":"*","direct":true,"kind":"imports","optional":false},{"id":159517972,"package_name":"tibble","ecosystem":"cran","requirements":"*","direct":true,"kind":"imports","optional":false},{"id":159517973,"package_name":"utils","ecosystem":"cran","requirements":"*","direct":true,"kind":"imports","optional":false},{"id":159517974,"package_name":"vroom","ecosystem":"cran","requirements":"\u003e= 1.5.6","direct":true,"kind":"imports","optional":false},{"id":159517975,"package_name":"covr","ecosystem":"cran","requirements":"*","direct":true,"kind":"suggests","optional":false},{"id":159517976,"package_name":"curl","ecosystem":"cran","requirements":"*","direct":true,"kind":"suggests","optional":false},{"id":159517977,"package_name":"datasets","ecosystem":"cran","requirements":"*","direct":true,"kind":"suggests","optional":false},{"id":159517978,"package_name":"knitr","ecosystem":"cran","requirements":"*","direct":true,"kind":"suggests","optional":false},{"id":159517979,"package_name":"rmarkdown","ecosystem":"cran","requirements":"*","direct":true,"kind":"suggests","optional":false},{"id":159517980,"package_name":"spelling","ecosystem":"cran","requirements":"*","direct":true,"kind":"suggests","optional":false},{"id":159517981,"package_name":"stringi","ecosystem":"cran","requirements":"*","direct":true,"kind":"suggests","optional":false},{"id":159517982,"package_name":"testthat","ecosystem":"cran","requirements":"\u003e= 3.1.2","direct":true,"kind":"suggests","optional":false},{"id":159517983,"package_name":"tzdb","ecosystem":"cran","requirements":"\u003e= 0.1.1","direct":true,"kind":"suggests","optional":false},{"id":159517984,"package_name":"waldo","ecosystem":"cran","requirements":"*","direct":true,"kind":"suggests","optional":false},{"id":159517985,"package_name":"withr","ecosystem":"cran","requirements":"*","direct":true,"kind":"suggests","optional":false},{"id":159517986,"package_name":"xml2","ecosystem":"cran","requirements":"*","direct":true,"kind":"suggests","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/R-CMD-check-against-dev-vroom.yaml","sha":null,"kind":"manifest","created_at":"2023-02-12T22:45:27.598Z","updated_at":"2023-02-12T22:45:27.598Z","repository_link":"https://github.com/tidyverse/readr/blob/main/.github/workflows/R-CMD-check-against-dev-vroom.yaml","dependencies":[{"id":7600328691,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7600328692,"package_name":"r-lib/actions/setup-r","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7600328693,"package_name":"r-lib/actions/setup-r-dependencies","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7600328694,"package_name":"r-lib/actions/check-r-package","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/R-CMD-check.yaml","sha":null,"kind":"manifest","created_at":"2023-02-12T22:45:27.620Z","updated_at":"2023-02-12T22:45:27.620Z","repository_link":"https://github.com/tidyverse/readr/blob/main/.github/workflows/R-CMD-check.yaml","dependencies":[{"id":7600328695,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7600328696,"package_name":"r-lib/actions/setup-pandoc","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7600328697,"package_name":"r-lib/actions/setup-r","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7600328698,"package_name":"r-lib/actions/setup-r-dependencies","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7600328699,"package_name":"r-lib/actions/check-r-package","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/pkgdown.yaml","sha":null,"kind":"manifest","created_at":"2023-02-12T22:45:27.651Z","updated_at":"2023-02-12T22:45:27.651Z","repository_link":"https://github.com/tidyverse/readr/blob/main/.github/workflows/pkgdown.yaml","dependencies":[{"id":7600328701,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7600328702,"package_name":"r-lib/actions/setup-pandoc","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7600328703,"package_name":"r-lib/actions/setup-r","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7600328704,"package_name":"r-lib/actions/setup-r-dependencies","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7600328705,"package_name":"JamesIves/github-pages-deploy-action","ecosystem":"actions","requirements":"v4.4.1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/pr-commands.yaml","sha":null,"kind":"manifest","created_at":"2023-02-12T22:45:27.681Z","updated_at":"2023-02-12T22:45:27.681Z","repository_link":"https://github.com/tidyverse/readr/blob/main/.github/workflows/pr-commands.yaml","dependencies":[{"id":7600328745,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7600328746,"package_name":"r-lib/actions/pr-fetch","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7600328747,"package_name":"r-lib/actions/setup-r","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7600328748,"package_name":"r-lib/actions/setup-r-dependencies","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7600328749,"package_name":"r-lib/actions/pr-push","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test-coverage.yaml","sha":null,"kind":"manifest","created_at":"2023-02-12T22:45:27.716Z","updated_at":"2023-02-12T22:45:27.716Z","repository_link":"https://github.com/tidyverse/readr/blob/main/.github/workflows/test-coverage.yaml","dependencies":[{"id":7600328777,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7600328778,"package_name":"r-lib/actions/setup-r","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7600328779,"package_name":"r-lib/actions/setup-r-dependencies","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7600328780,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]}],"score":29.44608789953099,"created_at":"2025-09-08T11:18:30.385Z","updated_at":"2025-10-07T08:24:35.661Z","avatar_url":"https://github.com/tidyverse.png","language":"R","category":null,"sub_category":null,"monthly_downloads":915989,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["grammar","data-manipulation","tidy-data","visualisation","rmarkdown","package-creation","tidyverse","documentation-tool","curl","latex"],"project_url":"https://science.ecosyste.ms/api/v1/projects/63583","html_url":"https://science.ecosyste.ms/projects/63583"}