{
  "_id": "6a12a5ebacfb0bcc41d13a8e",
  "Package": "rush",
  "Title": "Rapid Asynchronous and Distributed Computing",
  "Version": "1.1.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",
  "Config/testthat/edition": "3",
  "Config/testthat/parallel": "false",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "cmake libhiredis-dev libssl-dev",
  "Repository": "https://mlr-org.r-universe.dev",
  "Date/Publication": "2026-04-24 15:38:38 UTC",
  "RemoteUrl": "https://github.com/mlr-org/rush",
  "RemoteRef": "v1.1.0",
  "RemoteSha": "dd61d51268913d3942cc10293ca5a05e21668d02",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-24 07:07:49 UTC",
    "User": "root"
  },
  "Author": "Marc Becker [cre, aut, cph] (ORCID:\n<https://orcid.org/0000-0002-8115-0400>)",
  "Maintainer": "Marc Becker <marcbecker@posteo.de>",
  "MD5sum": "6d7ef8e03ccf2798e780f8cb25745871",
  "_user": "mlr-org",
  "_type": "src",
  "_file": "rush_1.1.0.tar.gz",
  "_fileid": "9f07b8c18af370f4f75322d6c2e2c184c266f3fb8b6f80baba0e2f35ffe5e428",
  "_filesize": 191413,
  "_sha256": "9f07b8c18af370f4f75322d6c2e2c184c266f3fb8b6f80baba0e2f35ffe5e428",
  "_created": "2026-05-24T07:07:49.000Z",
  "_published": "2026-05-24T07:16:59.172Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77579350802,
      "time": 134,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7183134574"
    },
    {
      "job": 77579350767,
      "time": 125,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183133569"
    },
    {
      "job": 77579350768,
      "time": 75,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7183182686"
    },
    {
      "job": 77579350779,
      "time": 80,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183182559"
    },
    {
      "job": 77579204358,
      "time": 164,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183119110"
    },
    {
      "job": 77579350766,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183131983"
    },
    {
      "job": 77579350786,
      "time": 98,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7183130424"
    },
    {
      "job": 77579350785,
      "time": 90,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7183129570"
    },
    {
      "job": 77579350788,
      "time": 84,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183129007"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mlr-org/actions/runs/26354702932",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mlr-org/rush",
  "_commit": {
    "id": "dd61d51268913d3942cc10293ca5a05e21668d02",
    "author": "be-marc <marcbecker@posteo.de>",
    "committer": "be-marc <marcbecker@posteo.de>",
    "message": "release: 1.1.0\n",
    "time": 1777045118
  },
  "_maintainer": {
    "name": "Marc Becker",
    "email": "marcbecker@posteo.de",
    "login": "be-marc",
    "description": "",
    "uuid": 33069354,
    "orcid": "0000-0002-8115-0400"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.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-22",
      "n": 6
    },
    {
      "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
    }
  ],
  "_tags": [
    {
      "name": "v0.2.0",
      "date": "2025-05-30"
    },
    {
      "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"
    }
  ],
  "_topics": [
    "mlr3",
    "parallel-computing"
  ],
  "_stars": 14,
  "_contributors": [
    {
      "user": "be-marc",
      "count": 210,
      "uuid": 33069354
    }
  ],
  "_userbio": {
    "uuid": 12941794,
    "type": "organization",
    "name": "mlr-org"
  },
  "_downloads": {
    "count": 4869,
    "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": 8,
  "_rbuild": "4.6.0",
  "_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",
    "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",
    "filter_custom_fields",
    "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": "filter_custom_fields",
      "title": "Filter Custom Fields",
      "topics": [
        "filter_custom_fields"
      ]
    },
    {
      "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.1.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.787810319663458,
  "_indexed": true,
  "_nocasepkg": "rush",
  "_universes": [
    "mlr-org",
    "be-marc"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-05-24T07:10:01.000Z",
      "distro": "noble",
      "commit": "dd61d51268913d3942cc10293ca5a05e21668d02",
      "fileid": "2bcfdc1cb9c8aea239c33148e779e710448b080583b6205758e2d4f25c56a90f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlr-org/actions/runs/26354702932"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-05-24T07:09:54.000Z",
      "distro": "noble",
      "commit": "dd61d51268913d3942cc10293ca5a05e21668d02",
      "fileid": "d7944afbaf165a7f499ebf56b5104c3a716910ea22ebc7049ad17264c66a08bc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlr-org/actions/runs/26354702932"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-05-24T07:16:35.000Z",
      "commit": "dd61d51268913d3942cc10293ca5a05e21668d02",
      "fileid": "8b1552f2a24605c88731b880282b3d8a066e12061961414c43a181602d90df7d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlr-org/actions/runs/26354702932"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-05-24T07:16:34.000Z",
      "commit": "dd61d51268913d3942cc10293ca5a05e21668d02",
      "fileid": "0511b2b60efc63f5bff9e8bf343cd0dced4f35906c88538c186ff7f2e2144b3b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlr-org/actions/runs/26354702932"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-05-24T07:09:57.000Z",
      "commit": "dd61d51268913d3942cc10293ca5a05e21668d02",
      "fileid": "1cfa5425f08c54a603c94f59a81bf3b4f46ac92f5befe39524cc40e028259399",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mlr-org/actions/runs/26354702932"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-24T07:09:07.000Z",
      "commit": "dd61d51268913d3942cc10293ca5a05e21668d02",
      "fileid": "4aab1fc217aa0dedc68c4d193237b19dce3b9d609c2f16d6da4dce8ff519acaa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlr-org/actions/runs/26354702932"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-24T07:08:59.000Z",
      "commit": "dd61d51268913d3942cc10293ca5a05e21668d02",
      "fileid": "aabfc6afac4fffb64b8393155bb92d2615feb581c864f8af87573bfd849815ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlr-org/actions/runs/26354702932"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-24T07:08:55.000Z",
      "commit": "dd61d51268913d3942cc10293ca5a05e21668d02",
      "fileid": "d062e175f059e918205110c08f7dc21376f3f0bf70a77f161ce9426230947380",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlr-org/actions/runs/26354702932"
    }
  ]
}