{
  "_id": "6a493ceba19c9318096e72e1",
  "Package": "RedisParam",
  "Title": "Provide a 'redis' back-end for BiocParallel",
  "Version": "1.15.0",
  "Authors@R": "c(\nperson(\n\"Martin\", \"Morgan\",\nemail = \"mtmorgan.bioc@gmail.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-5874-8148\")\n),\nperson(\"Jiefei\", \"Wang\", role = \"aut\"))",
  "Description": "This package provides a Redis-based back-end for\nBiocParallel, enabling an alternative mechanism for distributed\ncomputation. The The 'manager' distributes tasks to a 'worker'\npool through a central Redis server, rather than directly to\nworkers as with other BiocParallel implementations. This means\nthat the worker pool can change dynamically during job\nevaluation. All features of BiocParallel are supported,\nincluding reproducible random number streams, logging to the\nmanager, and alternative 'load balancing' task distributions.",
  "SystemRequirements": "hiredis",
  "License": "Artistic-2.0",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Collate": "'Redis.R' 'RedisBackend-class.R' 'RedisParam-class.R'\n'RedisParam-accessors.R' 'RedisParam-logger.R'\n'RedisParam-methods.R' 'RedisTaskManager.R' 'zzz.R'",
  "biocViews": "Infrastructure",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libhiredis-dev",
  "Repository": "https://bioc.r-universe.dev",
  "Date/Publication": "2026-04-28 12:58:42 UTC",
  "RemoteUrl": "https://github.com/bioc/RedisParam",
  "RemoteRef": "HEAD",
  "RemoteSha": "703ab8ea37b76cec5626a254d901804f46d62d99",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-04 00:53:52 UTC",
    "User": "root"
  },
  "Author": "Martin Morgan [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-5874-8148>),\nJiefei Wang [aut]",
  "Maintainer": "Martin Morgan <mtmorgan.bioc@gmail.com>",
  "_user": "bioc",
  "_type": "src",
  "_file": "RedisParam_1.15.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/958156600573d3af941196c35836944c0908855a2f971d8c1692213bc4161b23",
  "_filesize": 636792,
  "_sha256": "958156600573d3af941196c35836944c0908855a2f971d8c1692213bc4161b23",
  "_expires": "2026-10-12T17:03:37.000Z",
  "_created": "2026-07-04T00:53:52.000Z",
  "_published": "2026-07-04T17:03:39.152Z",
  "_bioccheck": {
    "error": 0,
    "warning": 1,
    "note": 4
  },
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/bioc/actions/runs/28689831681",
  "_status": "success",
  "_upstream": "https://github.com/bioc/RedisParam",
  "_commit": {
    "id": "703ab8ea37b76cec5626a254d901804f46d62d99",
    "author": "A Wokaty <andres.wokaty@sph.cuny.edu>",
    "committer": "A Wokaty <andres.wokaty@sph.cuny.edu>",
    "message": "bump x.y.z version to odd y following creation of RELEASE_3_23 branch\n",
    "time": 1777381122
  },
  "_maintainer": {
    "name": "Martin Morgan",
    "email": "mtmorgan.bioc@gmail.com",
    "login": "mtmorgan",
    "orcid": "0000-0002-5874-8148",
    "description": "",
    "uuid": 118552
  },
  "_distro": "resolute",
  "_jobs": [
    {
      "job": 85150536760,
      "time": 152,
      "config": "bioc-checks",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8076797856"
    },
    {
      "job": 85150536782,
      "time": 192,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8076803792"
    },
    {
      "job": 85150536687,
      "time": 219,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8076807522"
    },
    {
      "job": 85150536696,
      "time": 85,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8076788685"
    },
    {
      "job": 85150536842,
      "time": 136,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8076795555"
    },
    {
      "job": 85150536720,
      "time": 172,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8076776361"
    },
    {
      "job": 85150536898,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8076792872"
    },
    {
      "job": 85150536795,
      "time": 142,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8076796717"
    },
    {
      "job": 85150536839,
      "time": 154,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8076798233"
    },
    {
      "job": 85150536750,
      "time": 142,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8076796603"
    }
  ],
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2.0",
      "role": "Depends"
    },
    {
      "package": "BiocParallel",
      "version": ">= 1.29.12",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "redux",
      "role": "Imports"
    },
    {
      "package": "withr",
      "role": "Imports"
    },
    {
      "package": "logger",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "BiocStyle",
      "role": "Suggests"
    }
  ],
  "_owner": "bioc",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-44",
      "n": 2
    },
    {
      "week": "2025-52",
      "n": 2
    },
    {
      "week": "2026-18",
      "n": 2
    }
  ],
  "_tags": [],
  "_bioc": [
    {
      "branch": "devel",
      "version": "1.15.0",
      "bioc": "3.24"
    },
    {
      "branch": "release",
      "version": "1.14.0",
      "bioc": "3.23"
    }
  ],
  "_topics": [
    "infrastructure"
  ],
  "_userbio": {
    "uuid": 2286807,
    "type": "organization",
    "name": "Bioconductor",
    "followers": 445,
    "description": "Software for the analysis and comprehension of high-throughput genomic data"
  },
  "_searchresults": 19,
  "_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/RedisParam.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mtmorgan/redisparam",
  "_realowner": "bioc",
  "_cranurl": false,
  "_exports": [
    "bpbackend",
    "bpisup",
    "bplog<-",
    "bpstart",
    "bpstop",
    "bpstopall",
    "bpworkers",
    "RedisParam",
    "rpalive",
    "rphost",
    "rpisworker",
    "rppassword",
    "rpport",
    "rpstopall",
    "rpworkers"
  ],
  "_help": [
    {
      "page": "RedisParam-deprecated",
      "title": "Deprecated functions in the RedisParam package",
      "topics": [
        "bpstopall"
      ]
    },
    {
      "page": "RedisParam-class",
      "title": "Enable redis-based parallel evaluation in BiocParallel",
      "topics": [
        "bpbackend,RedisParam-method",
        "bpisup,RedisParam-method",
        "bplog<-,RedisParam,logical-method",
        "bpstart,RedisParam-method",
        "bpstop,RedisParam-method",
        "bpworkers,RedisParam-method",
        "RedisParam",
        "rpalive",
        "rphost",
        "rpisworker",
        "rppassword",
        "rpport",
        "rpstopall",
        "rpworkers"
      ]
    }
  ],
  "_readme": "https://github.com/bioc/RedisParam/raw/HEAD/README.md",
  "_rundeps": [
    "BH",
    "BiocParallel",
    "codetools",
    "cpp11",
    "digest",
    "formatR",
    "futile.logger",
    "futile.options",
    "lambda.r",
    "logger",
    "R6",
    "redux",
    "snow",
    "storr",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "RedisParamDeveloperGuide.Rmd",
      "filename": "RedisParamDeveloperGuide.html",
      "title": "RedisParam for Developers",
      "author": "Jiefei Wang",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "General design principles",
        "Data structure in Redis",
        "Workflow",
        "Manager",
        "Submit a task to Redis",
        "Receive a result from Redis",
        "Worker",
        "Receive a task from Redis",
        "Send a result to Redis",
        "Session information"
      ],
      "created": "2022-06-08 17:53:35",
      "modified": "2022-06-08 17:53:35",
      "commits": 1
    },
    {
      "source": "RedisParamUserGuide.Rmd",
      "filename": "RedisParamUserGuide.html",
      "title": "Using RedisParam",
      "author": "Martin Morgan",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Getting started",
        "Use",
        "Manager and workers from a single R session",
        "Independently-managed workers",
        "Session info"
      ],
      "created": "2022-06-08 17:53:35",
      "modified": "2022-06-08 17:53:35",
      "commits": 1
    }
  ],
  "_score": 4.7558748556724915,
  "_indexed": true,
  "_nocasepkg": "redisparam",
  "_universes": [
    "bioc",
    "mtmorgan"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.15.0",
      "date": "2026-07-04T00:56:59.000Z",
      "distro": "resolute",
      "commit": "703ab8ea37b76cec5626a254d901804f46d62d99",
      "fileid": "https://r2.ropensci.org/e3d2db64e98359afe826ed8d44d689434c816e51a2f56fad9968f229cfb76723",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28689831681"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.15.0",
      "date": "2026-07-04T00:57:24.000Z",
      "distro": "resolute",
      "commit": "703ab8ea37b76cec5626a254d901804f46d62d99",
      "fileid": "https://r2.ropensci.org/ede234dc6cf26ea4d695c72fd8403f07d6f33b3cacb7e9e133d45fec6f7a6f09",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28689831681"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.15.0",
      "date": "2026-07-04T00:55:15.000Z",
      "commit": "703ab8ea37b76cec5626a254d901804f46d62d99",
      "fileid": "https://r2.ropensci.org/86cfea6a1a240fdcaf15165b72caecb8fb00bf470f52507e180c5435fb00b1c9",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28689831681"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.15.0",
      "date": "2026-07-04T00:55:58.000Z",
      "commit": "703ab8ea37b76cec5626a254d901804f46d62d99",
      "fileid": "https://r2.ropensci.org/45ef97beba9a3de57d94525580d13edbceff68a6a255a5cd6a1bb783ec20acfc",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28689831681"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.15.0",
      "date": "2026-07-04T00:56:00.000Z",
      "commit": "703ab8ea37b76cec5626a254d901804f46d62d99",
      "fileid": "https://r2.ropensci.org/09270f3fd1ab2bc721afa83f6b36d50a5ccb03d5b14ff88a6895340080d13736",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28689831681"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.15.0",
      "date": "2026-07-04T00:55:11.000Z",
      "commit": "703ab8ea37b76cec5626a254d901804f46d62d99",
      "fileid": "https://r2.ropensci.org/9744abe9d776209d8de83f15696b70d978e6efb71111daff1ea746e78764b995",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28689831681"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.15.0",
      "date": "2026-07-04T00:55:23.000Z",
      "commit": "703ab8ea37b76cec5626a254d901804f46d62d99",
      "fileid": "https://r2.ropensci.org/966e8c972ea1c22ddb487d8c61a8306249349a4297fe77a28f7bc157763167ef",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28689831681"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.15.0",
      "date": "2026-07-04T00:55:09.000Z",
      "commit": "703ab8ea37b76cec5626a254d901804f46d62d99",
      "fileid": "https://r2.ropensci.org/ee730625eddf2f281e5e64f3b4ea3ad4b018d09aff9a9cbc6b7732e0da8f5a8f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28689831681"
    }
  ]
}