{
  "_id": "6a54ef47ff0138dec5d67465",
  "Package": "rush",
  "Title": "Rapid Asynchronous and Distributed Computing",
  "Version": "1.2.0",
  "Authors@R": "person(\"Marc\", \"Becker\", , \"marcbecker@posteo.de\", role = c(\"cre\", \"aut\", \"cph\"),\ncomment = c(ORCID = \"0000-0002-8115-0400\"))",
  "Description": "Package to tackle large-scale problems asynchronously\nacross a distributed network. Employing a database centric\nmodel, rush enables workers to communicate tasks and their\nresults over a shared 'Redis' database. Key features include\nlow task overhead, efficient caching, and robust error\nhandling. The package powers the asynchronous optimization\nalgorithms in the 'bbotk' and 'mlr3tuning' packages.",
  "License": "MIT + file LICENSE",
  "URL": "https://rush.mlr-org.com, https://github.com/mlr-org/rush",
  "BugReports": "https://github.com/mlr-org/rush/issues",
  "SystemRequirements": "Redis (>= 7.0)",
  "Config/testthat/edition": "3",
  "Config/testthat/parallel": "false",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "Config/roxygen2/version": "8.0.0.9000",
  "Config/pak/sysreqs": "libhiredis-dev libssl-dev",
  "Repository": "https://mlr-org.r-universe.dev",
  "Date/Publication": "2026-07-13 11:16:34 UTC",
  "RemoteUrl": "https://github.com/mlr-org/rush",
  "RemoteRef": "v1.2.0",
  "RemoteSha": "9df99bfea11baa74851dc5a4112b5d03557e324b",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-13 13:56:36 UTC",
    "User": "root"
  },
  "Author": "Marc Becker [cre, aut, cph] (ORCID:\n<https://orcid.org/0000-0002-8115-0400>)",
  "Maintainer": "Marc Becker <marcbecker@posteo.de>",
  "_user": "mlr-org",
  "_type": "src",
  "_file": "rush_1.2.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/182f14cbc3f025c7d7cf1c6eac9827fb7bc1b8100a7aad0c03941b438b32ac54",
  "_filesize": 218419,
  "_sha256": "182f14cbc3f025c7d7cf1c6eac9827fb7bc1b8100a7aad0c03941b438b32ac54",
  "_expires": "2026-10-21T13:59:33.000Z",
  "_created": "2026-07-13T13:56:36.000Z",
  "_published": "2026-07-13T13:59:35.413Z",
  "_jobs": [
    {
      "job": 86835857072,
      "time": 139,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8281240531"
    },
    {
      "job": 86835857088,
      "time": 134,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8281239005"
    },
    {
      "job": 86835857089,
      "time": 134,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8281238435"
    },
    {
      "job": 86835857037,
      "time": 108,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8281224920"
    },
    {
      "job": 86835002325,
      "time": 202,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8281171165"
    },
    {
      "job": 86835857113,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8281226426"
    },
    {
      "job": 86835857167,
      "time": 95,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8281219853"
    },
    {
      "job": 86835857139,
      "time": 94,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8281218832"
    },
    {
      "job": 86835857136,
      "time": 92,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8281217657"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mlr-org/actions/runs/29255583239",
  "_status": "success",
  "_upstream": "https://github.com/mlr-org/rush",
  "_commit": {
    "id": "9df99bfea11baa74851dc5a4112b5d03557e324b",
    "author": "be-marc <marcbecker@posteo.de>",
    "committer": "be-marc <marcbecker@posteo.de>",
    "message": "...\n",
    "time": 1783941394
  },
  "_maintainer": {
    "name": "Marc Becker",
    "email": "marcbecker@posteo.de",
    "login": "be-marc",
    "description": "",
    "uuid": 33069354,
    "orcid": "0000-0002-8115-0400"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "ids",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "lgr",
      "version": ">= 0.5.0",
      "role": "Imports"
    },
    {
      "package": "mirai",
      "version": ">= 2.5.0",
      "role": "Imports"
    },
    {
      "package": "mlr3misc",
      "version": ">= 0.20.0",
      "role": "Imports"
    },
    {
      "package": "processx",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "redux",
      "role": "Imports"
    },
    {
      "package": "uuid",
      "role": "Imports"
    },
    {
      "package": "callr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "lhs",
      "role": "Suggests"
    },
    {
      "package": "quarto",
      "role": "Suggests"
    },
    {
      "package": "ranger",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "xgboost",
      "role": "Suggests"
    }
  ],
  "_owner": "mlr-org",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-31",
      "n": 8
    },
    {
      "week": "2025-38",
      "n": 5
    },
    {
      "week": "2025-41",
      "n": 3
    },
    {
      "week": "2025-44",
      "n": 1
    },
    {
      "week": "2025-45",
      "n": 2
    },
    {
      "week": "2025-51",
      "n": 2
    },
    {
      "week": "2026-03",
      "n": 1
    },
    {
      "week": "2026-07",
      "n": 2
    },
    {
      "week": "2026-08",
      "n": 10
    },
    {
      "week": "2026-09",
      "n": 2
    },
    {
      "week": "2026-11",
      "n": 5
    },
    {
      "week": "2026-12",
      "n": 6
    },
    {
      "week": "2026-13",
      "n": 1
    },
    {
      "week": "2026-14",
      "n": 6
    },
    {
      "week": "2026-15",
      "n": 3
    },
    {
      "week": "2026-16",
      "n": 14
    },
    {
      "week": "2026-17",
      "n": 5
    },
    {
      "week": "2026-24",
      "n": 20
    },
    {
      "week": "2026-25",
      "n": 49
    },
    {
      "week": "2026-26",
      "n": 6
    },
    {
      "week": "2026-27",
      "n": 2
    },
    {
      "week": "2026-29",
      "n": 4
    }
  ],
  "_tags": [
    {
      "name": "v0.3.0",
      "date": "2025-07-31"
    },
    {
      "name": "v0.3.1",
      "date": "2025-09-16"
    },
    {
      "name": "v0.4.0",
      "date": "2025-10-08"
    },
    {
      "name": "v0.4.1",
      "date": "2025-11-04"
    },
    {
      "name": "v1.0.0",
      "date": "2026-03-18"
    },
    {
      "name": "v1.0.1",
      "date": "2026-04-04"
    },
    {
      "name": "v1.1.0",
      "date": "2026-04-24"
    },
    {
      "name": "v1.2.0",
      "date": "2026-07-13"
    }
  ],
  "_topics": [
    "mlr3",
    "parallel-computing"
  ],
  "_stars": 14,
  "_contributors": [
    {
      "user": "be-marc",
      "count": 305,
      "uuid": 33069354
    }
  ],
  "_userbio": {
    "uuid": 12941794,
    "type": "organization",
    "name": "mlr-org",
    "followers": 234
  },
  "_downloads": {
    "count": 2212,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rush"
  },
  "_devurl": "https://github.com/mlr-org/rush",
  "_pkgdown": "https://rush.mlr-org.com",
  "_searchresults": 15,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/rush.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mlr-org/rush",
  "_realowner": "mlr-org",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2024-06-20"
    },
    {
      "version": "0.1.1",
      "date": "2024-07-05"
    },
    {
      "version": "0.1.2",
      "date": "2024-11-06"
    },
    {
      "version": "0.2.0",
      "date": "2025-05-30"
    },
    {
      "version": "0.3.0",
      "date": "2025-08-01"
    },
    {
      "version": "0.3.1",
      "date": "2025-09-16"
    },
    {
      "version": "0.4.0",
      "date": "2025-10-08"
    },
    {
      "version": "0.4.1",
      "date": "2025-11-06"
    },
    {
      "version": "1.0.0",
      "date": "2026-03-18"
    },
    {
      "version": "1.0.1",
      "date": "2026-04-04"
    },
    {
      "version": "1.1.0",
      "date": "2026-04-24"
    }
  ],
  "_exports": [
    "AppenderRedis",
    "assert_rush",
    "assert_rush_worker",
    "assert_rush_workers",
    "assert_rushs",
    "get_hostname",
    "heartbeat",
    "remove_rush_plan",
    "rsh",
    "Rush",
    "rush_available",
    "rush_config",
    "rush_plan",
    "RushWorker",
    "start_worker",
    "store_large_object"
  ],
  "_help": [
    {
      "page": "rush-package",
      "title": "rush: Rapid Asynchronous and Distributed Computing",
      "topics": [
        "rush-package",
        "rush"
      ]
    },
    {
      "page": "AppenderRedis",
      "title": "Log to Redis Database",
      "topics": [
        "AppenderRedis"
      ]
    },
    {
      "page": "remove_rush_plan",
      "title": "Remove Rush Plan",
      "topics": [
        "remove_rush_plan"
      ]
    },
    {
      "page": "rsh",
      "title": "Syntactic Sugar for Rush Manager Construction",
      "topics": [
        "rsh"
      ]
    },
    {
      "page": "Rush",
      "title": "Rush",
      "topics": [
        "Rush"
      ]
    },
    {
      "page": "rush_available",
      "title": "Rush Available",
      "topics": [
        "rush_available"
      ]
    },
    {
      "page": "rush_config",
      "title": "Get Rush Config",
      "topics": [
        "rush_config"
      ]
    },
    {
      "page": "rush_plan",
      "title": "Create Rush Plan",
      "topics": [
        "rush_plan"
      ]
    },
    {
      "page": "RushWorker",
      "title": "Rush Worker",
      "topics": [
        "RushWorker"
      ]
    },
    {
      "page": "start_worker",
      "title": "Start a worker",
      "topics": [
        "start_worker"
      ]
    },
    {
      "page": "store_large_object",
      "title": "Store Large Objects",
      "topics": [
        "store_large_object"
      ]
    }
  ],
  "_readme": "https://github.com/mlr-org/rush/raw/v1.2.0/README.md",
  "_rundeps": [
    "askpass",
    "backports",
    "checkmate",
    "cli",
    "data.table",
    "digest",
    "ids",
    "jsonlite",
    "lgr",
    "mirai",
    "mlr3misc",
    "nanonext",
    "openssl",
    "processx",
    "ps",
    "R6",
    "redux",
    "storr",
    "sys",
    "uuid"
  ],
  "_score": 5.708397102524805,
  "_indexed": true,
  "_nocasepkg": "rush",
  "_universes": [
    "mlr-org",
    "be-marc"
  ],
  "_previous": "1.1.0",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-07-13T13:58:55.000Z",
      "distro": "resolute",
      "commit": "9df99bfea11baa74851dc5a4112b5d03557e324b",
      "fileid": "https://r2.ropensci.org/dbe2ce5bcb52a6f98fbd948409bf3f6867b5e8af3cd2a8ef504ef3b594a9fafc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlr-org/actions/runs/29255583239"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-07-13T13:58:53.000Z",
      "distro": "resolute",
      "commit": "9df99bfea11baa74851dc5a4112b5d03557e324b",
      "fileid": "https://r2.ropensci.org/d50029115cb9d99481140b448dbe78338e655861e285b300b6d0030e073deca4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlr-org/actions/runs/29255583239"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-07-13T13:58:51.000Z",
      "commit": "9df99bfea11baa74851dc5a4112b5d03557e324b",
      "fileid": "https://r2.ropensci.org/6f2870d4416ce5bc8216144400d1de993de7f22b393c61c063898fe41a5b7457",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlr-org/actions/runs/29255583239"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-07-13T13:58:22.000Z",
      "commit": "9df99bfea11baa74851dc5a4112b5d03557e324b",
      "fileid": "https://r2.ropensci.org/a396fe385a665b7f79c02d790d3985c88049cc09227e0088e42c6441145cfeaf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlr-org/actions/runs/29255583239"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0",
      "date": "2026-07-13T13:58:44.000Z",
      "commit": "9df99bfea11baa74851dc5a4112b5d03557e324b",
      "fileid": "https://r2.ropensci.org/02fc46c732e16e904a002c05e910a3ce25df8258d04b08d425fe840e43ea6543",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mlr-org/actions/runs/29255583239"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-13T13:57:53.000Z",
      "commit": "9df99bfea11baa74851dc5a4112b5d03557e324b",
      "fileid": "https://r2.ropensci.org/58db8e445461535f945a6d36bb467fc68d184eb8e766a56f2c310e118d0d2671",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlr-org/actions/runs/29255583239"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-13T13:57:50.000Z",
      "commit": "9df99bfea11baa74851dc5a4112b5d03557e324b",
      "fileid": "https://r2.ropensci.org/714c487edba8f355c952dba3f2eeeab29e862b956f259cfdab32810eb7acbba7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlr-org/actions/runs/29255583239"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-13T13:57:48.000Z",
      "commit": "9df99bfea11baa74851dc5a4112b5d03557e324b",
      "fileid": "https://r2.ropensci.org/8e12b512a87334aa1586ed50abf5dfd9685613475367733fcff07ed7970a4336",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlr-org/actions/runs/29255583239"
    }
  ]
}