{"id":14068687,"url":"https://github.com/rdpeng/queue","last_synced_at":"2026-03-12T08:02:16.775Z","repository":{"id":66256946,"uuid":"101253240","full_name":"rdpeng/queue","owner":"rdpeng","description":"Simple On-Disk Queue in R","archived":false,"fork":false,"pushed_at":"2025-11-05T14:18:15.000Z","size":88,"stargazers_count":25,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-11-05T15:22:57.908Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rdpeng.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-08-24T04:14:04.000Z","updated_at":"2025-11-05T14:18:20.000Z","dependencies_parsed_at":"2023-02-20T18:45:50.216Z","dependency_job_id":null,"html_url":"https://github.com/rdpeng/queue","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rdpeng/queue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdpeng%2Fqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdpeng%2Fqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdpeng%2Fqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdpeng%2Fqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdpeng","download_url":"https://codeload.github.com/rdpeng/queue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdpeng%2Fqueue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30419274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T07:30:13.030Z","status":"ssl_error","status_checked_at":"2026-03-12T07:29:54.885Z","response_time":114,"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":[],"created_at":"2024-08-13T07:06:20.794Z","updated_at":"2026-03-12T08:02:16.770Z","avatar_url":"https://github.com/rdpeng.png","language":"R","readme":"---\noutput: github_document\n---\n\n[![R-CMD-check](https://github.com/rdpeng/queue/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rdpeng/queue/actions/workflows/R-CMD-check.yaml) [![Codecov test coverage](https://codecov.io/gh/rdpeng/queue/graph/badge.svg)](https://app.codecov.io/gh/rdpeng/queue)\n        \n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n# queue\n\nThe goal of queue is to provide a simple on-disk queue data structure in R.\n\n## Installation\n\nYou can install queue from github with:\n\n```{r gh-installation, eval = FALSE}\n# install.packages(\"remotes\")\nremotes::install_github(\"rdpeng/queue\")\n```\n\n## Example\n\nThis is a basic example which shows you how to solve a common problem:\n\n```{r example}\nlibrary(queue)\nx \u003c- create_queue(\"myqueue\")\nis_empty(x)\n\n## Queue up some items\nenqueue(x, 1)\nenqueue(x, 2)\n\n## Look at the head of the queue\npeek(x)\n\n## Retrieve some items\ndequeue(x)\ndequeue(x)\n\nis_empty(x)\ndelete_queue(x)\n```\n","funding_links":[],"categories":["R"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdpeng%2Fqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdpeng%2Fqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdpeng%2Fqueue/lists"}