{
  "_id": "6a35023b3efcd9bda43d6fd4",
  "Package": "liteq",
  "Title": "Lightweight Portable Message Queue Using 'SQLite'",
  "Version": "1.1.0",
  "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)",
  "Description": "Temporary and permanent message queues for R. Built on top\nof 'SQLite' databases. 'SQLite' provides locking, and makes it\npossible to detect crashed consumers. Crashed jobs can be\nautomatically marked as \"failed\", or put in the queue again,\npotentially a limited number of times.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/r-lib/liteq#readme",
  "BugReports": "https://github.com/r-lib/liteq/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Repository": "https://r-lib.r-universe.dev",
  "Date/Publication": "2024-11-09 18:29:07 UTC",
  "RemoteUrl": "https://github.com/r-lib/liteq",
  "RemoteRef": "HEAD",
  "RemoteSha": "1455adc21edeffaf5daf873d20c1ce828b9b87ab",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-19 08:45:23 UTC",
    "User": "root"
  },
  "Author": "Gábor Csárdi [aut, cre],\nPosit Software, PBC [cph, fnd]",
  "Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
  "MD5sum": "f2486048d255b43ca3890200b7d7f2d8",
  "_user": "r-lib",
  "_type": "src",
  "_file": "liteq_1.1.0.tar.gz",
  "_fileid": "832d7bba7046348e936ea2b0b78caab8172f0d547d0f610583409e67de119a17",
  "_filesize": 138369,
  "_sha256": "832d7bba7046348e936ea2b0b78caab8172f0d547d0f610583409e67de119a17",
  "_created": "2026-06-19T08:45:23.000Z",
  "_published": "2026-06-19T08:47:55.190Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82315421962,
      "time": 104,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7745497001"
    },
    {
      "job": 82315421955,
      "time": 122,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7745502771"
    },
    {
      "job": 82315421956,
      "time": 98,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7745495370"
    },
    {
      "job": 82315421959,
      "time": 95,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7745494543"
    },
    {
      "job": 82314995623,
      "time": 162,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7745464509"
    },
    {
      "job": 82315421951,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7745501239"
    },
    {
      "job": 82315421989,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7745492757"
    },
    {
      "job": 82315421965,
      "time": 77,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7745489223"
    },
    {
      "job": 82315421949,
      "time": 63,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7745484525"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-lib/actions/runs/27815314556",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/r-lib/liteq",
  "_commit": {
    "id": "1455adc21edeffaf5daf873d20c1ce828b9b87ab",
    "author": "Gábor Csárdi <csardi.gabor@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #32 from r-lib/fix/gha-update\n\nGHA: update workflows",
    "time": 1731176947
  },
  "_maintainer": {
    "name": "Gábor Csárdi",
    "email": "csardi.gabor@gmail.com",
    "login": "gaborcsardi",
    "mastodon": "@gaborcsardi@fosstodon.org",
    "bluesky": "@gaborcsardi.org",
    "description": "",
    "uuid": 660288
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6",
      "role": "Depends"
    },
    {
      "package": "assertthat",
      "role": "Imports"
    },
    {
      "package": "DBI",
      "role": "Imports"
    },
    {
      "package": "rappdirs",
      "role": "Imports"
    },
    {
      "package": "RSQLite",
      "role": "Imports"
    },
    {
      "package": "callr",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "processx",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "r-lib",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 58,
  "_contributors": [
    {
      "user": "gaborcsardi",
      "count": 81,
      "uuid": 660288
    },
    {
      "user": "enchufa2",
      "count": 5,
      "uuid": 4542928
    },
    {
      "user": "wlandau",
      "count": 2,
      "uuid": 1580860
    },
    {
      "user": "eddelbuettel",
      "count": 1,
      "uuid": 673121
    },
    {
      "user": "krlmlr",
      "count": 1,
      "uuid": 1741643
    },
    {
      "user": "rentrop",
      "count": 1,
      "uuid": 9575579
    },
    {
      "user": "wlandau-lilly",
      "count": 1,
      "uuid": 22958003
    }
  ],
  "_userbio": {
    "uuid": 22618716,
    "type": "organization",
    "name": "R infrastructure",
    "followers": 740
  },
  "_downloads": {
    "count": 611,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/liteq"
  },
  "_devurl": "https://github.com/r-lib/liteq",
  "_searchresults": 22,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/liteq.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-lib/liteq",
  "_realowner": "r-lib",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2017-01-27"
    },
    {
      "version": "1.0.1",
      "date": "2017-10-20"
    },
    {
      "version": "1.1.0",
      "date": "2019-03-08"
    }
  ],
  "_exports": [
    "ack",
    "consume",
    "create_queue",
    "default_db",
    "delete_queue",
    "ensure_queue",
    "is_empty",
    "list_failed_messages",
    "list_messages",
    "list_queues",
    "message_count",
    "nack",
    "publish",
    "remove_failed_messages",
    "requeue_failed_messages",
    "try_consume"
  ],
  "_help": [
    {
      "page": "ack",
      "title": "Acknowledge that the work on a message has finished successfully",
      "concept": [
        "liteq messages"
      ],
      "topics": [
        "ack"
      ]
    },
    {
      "page": "consume",
      "title": "Consume a message from a queue",
      "concept": [
        "liteq messages"
      ],
      "topics": [
        "consume"
      ]
    },
    {
      "page": "create_queue",
      "title": "Create a queue in a database",
      "concept": [
        "liteq queues"
      ],
      "topics": [
        "create_queue"
      ]
    },
    {
      "page": "default_db",
      "title": "The name of the default database",
      "topics": [
        "default_db"
      ]
    },
    {
      "page": "delete_queue",
      "title": "Delete a queue",
      "concept": [
        "liteq queues"
      ],
      "topics": [
        "delete_queue"
      ]
    },
    {
      "page": "ensure_queue",
      "title": "Make sure that a queue exists",
      "concept": [
        "liteq queues"
      ],
      "topics": [
        "ensure_queue"
      ]
    },
    {
      "page": "is_empty",
      "title": "Check if a queue is empty",
      "concept": [
        "liteq messages"
      ],
      "topics": [
        "is_empty"
      ]
    },
    {
      "page": "list_failed_messages",
      "title": "List failed messages in a queue",
      "concept": [
        "liteq messages"
      ],
      "topics": [
        "list_failed_messages"
      ]
    },
    {
      "page": "list_messages",
      "title": "List all messages in a queue",
      "concept": [
        "liteq messages"
      ],
      "topics": [
        "list_messages"
      ]
    },
    {
      "page": "list_queues",
      "title": "List all queues in a database",
      "concept": [
        "liteq queues"
      ],
      "topics": [
        "list_queues"
      ]
    },
    {
      "page": "liteq",
      "title": "Lightweight Portable Message Queue Using 'SQLite'",
      "topics": [
        "liteq"
      ]
    },
    {
      "page": "message_count",
      "title": "Get the number of messages in a queue.",
      "concept": [
        "liteq messages"
      ],
      "topics": [
        "message_count"
      ]
    },
    {
      "page": "nack",
      "title": "Report that the work on a message has failed",
      "topics": [
        "nack"
      ]
    },
    {
      "page": "publish",
      "title": "Publish messages in a queue",
      "concept": [
        "liteq messages"
      ],
      "topics": [
        "publish"
      ]
    },
    {
      "page": "remove_failed_messages",
      "title": "Remove failed messages from the queue",
      "concept": [
        "liteq messages"
      ],
      "topics": [
        "remove_failed_messages"
      ]
    },
    {
      "page": "requeue_failed_messages",
      "title": "Requeue failed messages",
      "concept": [
        "liteq messages"
      ],
      "topics": [
        "requeue_failed_messages"
      ]
    },
    {
      "page": "try_consume",
      "title": "Consume a message if there is one available",
      "concept": [
        "liteq messages"
      ],
      "topics": [
        "try_consume"
      ]
    }
  ],
  "_readme": "https://github.com/r-lib/liteq/raw/HEAD/README.md",
  "_rundeps": [
    "assertthat",
    "bit",
    "bit64",
    "blob",
    "cachem",
    "cli",
    "cpp11",
    "DBI",
    "fastmap",
    "glue",
    "lifecycle",
    "memoise",
    "pkgconfig",
    "rappdirs",
    "rlang",
    "RSQLite",
    "vctrs"
  ],
  "_score": 6.060093183824469,
  "_indexed": true,
  "_nocasepkg": "liteq",
  "_universes": [
    "r-lib",
    "gaborcsardi"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-06-19T08:47:09.000Z",
      "distro": "noble",
      "commit": "1455adc21edeffaf5daf873d20c1ce828b9b87ab",
      "fileid": "94b7c2cc2708c94ed2390871f3ed18127e8f83e6a36a118186656e2e5a03d326",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27815314556"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-06-19T08:47:24.000Z",
      "distro": "noble",
      "commit": "1455adc21edeffaf5daf873d20c1ce828b9b87ab",
      "fileid": "3ee8fd82785a416d77513cb880d03806c3445b7a069b619eea6c69b5ff31b33b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27815314556"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-06-19T08:47:04.000Z",
      "commit": "1455adc21edeffaf5daf873d20c1ce828b9b87ab",
      "fileid": "cc4412320906844194970d264a515ac3ddea6786dbc46fc1b1815e472b1b784d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27815314556"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-06-19T08:47:01.000Z",
      "commit": "1455adc21edeffaf5daf873d20c1ce828b9b87ab",
      "fileid": "3732377d55c4ac00918992ebc44559c5f6a8658b12487e118c0d009870137dee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27815314556"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-06-19T08:47:36.000Z",
      "commit": "1455adc21edeffaf5daf873d20c1ce828b9b87ab",
      "fileid": "df69191ae1c96126147b6cc06c57c71e58be34f206f75a0e1886d8a88c09cfb2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27815314556"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-19T08:46:49.000Z",
      "commit": "1455adc21edeffaf5daf873d20c1ce828b9b87ab",
      "fileid": "c8cae6b0f2f08cde49fa6f277b023870fbeaaf44618785f0694636a6e9b0dfac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27815314556"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-19T08:46:36.000Z",
      "commit": "1455adc21edeffaf5daf873d20c1ce828b9b87ab",
      "fileid": "d63732b52165f094111d22e05c56aa77dc235b0cdb920c0c12d15b859452a3a0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27815314556"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-19T08:46:22.000Z",
      "commit": "1455adc21edeffaf5daf873d20c1ce828b9b87ab",
      "fileid": "81952ddbdaac574e7afb4da7562c94f41034bb07ee665fc708aee098b4b4fc90",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27815314556"
    }
  ]
}