{
  "_id": "6a1ad18c1d7bb097a09e270d",
  "Package": "epivizrServer",
  "Type": "Package",
  "Title": "WebSocket server infrastructure for epivizr apps and packages",
  "Version": "1.41.0",
  "Authors@R": "person(\"Hector\", \"Corrada Bravo\", email =\n\"hcorrada@gmail.com\", role = c(\"aut\", \"cre\"))",
  "URL": "https://epiviz.github.io",
  "BugReports": "https://github.com/epiviz/epivizrServer",
  "Description": "This package provides objects to manage WebSocket\nconnections to epiviz apps. Other epivizr package use this\ninfrastructure.",
  "biocViews": "Infrastructure, Visualization",
  "VignetteBuilder": "knitr",
  "License": "MIT + file LICENSE",
  "Collate": "'IndexedArray-class.R' 'Queue-class.R' 'utils.R' 'zzz.R'\n'middleware-plus-supporting.R' 'dummyTestPage.R'\n'EpivizServer-class.R' 'createServer.R'",
  "RoxygenNote": "7.1.0",
  "NeedsCompilation": "no",
  "Author": "Hector Corrada Bravo [aut, cre]",
  "Maintainer": "Hector Corrada Bravo <hcorrada@gmail.com>",
  "Config/pak/sysreqs": "make zlib1g-dev",
  "Repository": "https://bioc.r-universe.dev",
  "Date/Publication": "2026-04-28 12:43:27 UTC",
  "RemoteUrl": "https://github.com/bioc/epivizrServer",
  "RemoteRef": "HEAD",
  "RemoteSha": "2c33d68e1746334a92c77c3d562ea3ad10d2c404",
  "Packaged": {
    "Date": "2026-05-30 08:30:24 UTC",
    "User": "root"
  },
  "MD5sum": "9e8d172c58bd513a5127b74a14e760bb",
  "_user": "bioc",
  "_type": "src",
  "_file": "epivizrServer_1.41.0.tar.gz",
  "_fileid": "9d7a30169043c32352361dec7bee09f7b379bef95f5ea46fb9d4e8829148e773",
  "_filesize": 114354,
  "_sha256": "9d7a30169043c32352361dec7bee09f7b379bef95f5ea46fb9d4e8829148e773",
  "_created": "2026-05-30T08:30:24.000Z",
  "_published": "2026-05-30T12:01:16.267Z",
  "_jobs": [
    {
      "job": 78636697161,
      "time": 166,
      "config": "bioc-checks",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7306856008"
    },
    {
      "job": 78636697167,
      "time": 173,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7306856640"
    },
    {
      "job": 78636697168,
      "time": 139,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7306853534"
    },
    {
      "job": 78636697163,
      "time": 90,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7308018704"
    },
    {
      "job": 78636697162,
      "time": 91,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7308019419"
    },
    {
      "job": 78636551669,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7306839354"
    },
    {
      "job": 78636697192,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7306849627"
    },
    {
      "job": 78636697174,
      "time": 90,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7306848555"
    },
    {
      "job": 78636697172,
      "time": 72,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7306846720"
    },
    {
      "job": 78636697176,
      "time": 80,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7306847631"
    }
  ],
  "_bioccheck": {
    "error": 1,
    "warning": 0,
    "note": 12
  },
  "_buildurl": "https://github.com/r-universe/bioc/actions/runs/26679224925",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bioc/epivizrServer",
  "_commit": {
    "id": "2c33d68e1746334a92c77c3d562ea3ad10d2c404",
    "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": 1777380207
  },
  "_maintainer": {
    "name": "Hector Corrada Bravo",
    "email": "hcorrada@gmail.com",
    "login": "hcorrada",
    "description": "",
    "uuid": 2072476
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.3",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "httpuv",
      "version": ">= 1.3.0",
      "role": "Imports"
    },
    {
      "package": "R6",
      "version": ">= 2.0.0",
      "role": "Imports"
    },
    {
      "package": "rjson",
      "role": "Imports"
    },
    {
      "package": "mime",
      "version": ">= 0.2",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "BiocStyle",
      "role": "Suggests"
    }
  ],
  "_owner": "bioc",
  "_selfowned": true,
  "_usedby": 5,
  "_updates": [
    {
      "week": "2025-44",
      "n": 2
    },
    {
      "week": "2026-18",
      "n": 2
    }
  ],
  "_tags": [],
  "_bioc": [
    {
      "branch": "devel",
      "version": "1.41.0",
      "bioc": "3.24"
    },
    {
      "branch": "release",
      "version": "1.40.0",
      "bioc": "3.23"
    }
  ],
  "_topics": [
    "infrastructure",
    "visualization"
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "hcorrada",
      "count": 17,
      "uuid": 2072476
    },
    {
      "user": "dtenenba",
      "count": 4,
      "uuid": 2286826
    },
    {
      "user": "nturaga",
      "count": 4,
      "uuid": 2746443
    },
    {
      "user": "hpages",
      "count": 2,
      "uuid": 8810451
    },
    {
      "user": "jkanche",
      "count": 2,
      "uuid": 399324
    },
    {
      "user": "vobencha",
      "count": 2,
      "uuid": 2466173
    },
    {
      "user": "dalloliogm",
      "count": 1,
      "uuid": 14500
    }
  ],
  "_userbio": {
    "uuid": 2286807,
    "type": "organization",
    "name": "Bioconductor",
    "description": "Software for the analysis and comprehension of high-throughput genomic data"
  },
  "_downloads": {
    "count": 376,
    "source": "https://www.bioconductor.org/packages/stats/bioc/epivizrServer"
  },
  "_devurl": "https://github.com/epiviz/epivizrserver",
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/epivizrServer.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/epiviz/epivizrserver",
  "_realowner": "bioc",
  "_cranurl": false,
  "_exports": [
    "createServer",
    "json_writer"
  ],
  "_help": [
    {
      "page": "createServer",
      "title": "Create a new EpivizServer object",
      "topics": [
        "createServer"
      ]
    },
    {
      "page": "EpivizServer-class",
      "title": "Class providing WebSocket connection server",
      "topics": [
        "EpivizServer",
        "EpivizServer-class"
      ]
    },
    {
      "page": "IndexedArray-class",
      "title": "Class providing an indexed array (hashtable)",
      "topics": [
        "IndexedArray",
        "IndexedArray-class"
      ]
    },
    {
      "page": "json_parser",
      "title": "JSON parser used by this package",
      "topics": [
        "json_parser"
      ]
    },
    {
      "page": "json_writer",
      "title": "JSON writer used by this package",
      "topics": [
        "json_writer"
      ]
    },
    {
      "page": "Queue-class",
      "title": "Class providing a queue data structure",
      "topics": [
        "Queue",
        "Queue-class"
      ]
    }
  ],
  "_readme": "https://github.com/bioc/epivizrServer/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "fastmap",
    "httpuv",
    "later",
    "lifecycle",
    "magrittr",
    "mime",
    "otel",
    "promises",
    "R6",
    "Rcpp",
    "rjson",
    "rlang"
  ],
  "_vignettes": [
    {
      "source": "epivizrServer.Rmd",
      "filename": "epivizrServer.html",
      "title": "epivizrServer Usage",
      "author": "Hector Corrada Bravo",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Usage"
      ],
      "created": "2016-04-15 13:33:42",
      "modified": "2016-08-04 19:15:27",
      "commits": 4
    }
  ],
  "_score": 5.954242509439325,
  "_indexed": true,
  "_nocasepkg": "epivizrserver",
  "_universes": [
    "bioc",
    "hcorrada",
    "epiviz"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.41.0",
      "date": "2026-05-30T08:33:16.000Z",
      "distro": "noble",
      "commit": "2c33d68e1746334a92c77c3d562ea3ad10d2c404",
      "fileid": "f0c3bdb9b5eec0c921ae4e02a5a86b6cd156e126120ffe32fadc53ce7ddcdad5",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26679224925"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.41.0",
      "date": "2026-05-30T08:32:43.000Z",
      "distro": "noble",
      "commit": "2c33d68e1746334a92c77c3d562ea3ad10d2c404",
      "fileid": "10a85fafca54cabaa21e780ac8f3c2789f5525043f2e07bc45e06d818064b622",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26679224925"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.41.0",
      "date": "2026-05-30T12:00:43.000Z",
      "commit": "2c33d68e1746334a92c77c3d562ea3ad10d2c404",
      "fileid": "33da9bbee4c0900eacb2ffae0293f20669d27010ec833b2750f1a0846599beeb",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26679224925"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.41.0",
      "date": "2026-05-30T12:00:49.000Z",
      "commit": "2c33d68e1746334a92c77c3d562ea3ad10d2c404",
      "fileid": "ed3ac4616a332fe6999125905c1651d6374e073728af85a45bbc0c92a7bac024",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26679224925"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.41.0",
      "date": "2026-05-30T08:32:22.000Z",
      "commit": "2c33d68e1746334a92c77c3d562ea3ad10d2c404",
      "fileid": "e54919b9ab71a86ae7f6c0292541991ccfeb401f9dd526e66a6e51267aa1c2bd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26679224925"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.41.0",
      "date": "2026-05-30T08:31:47.000Z",
      "commit": "2c33d68e1746334a92c77c3d562ea3ad10d2c404",
      "fileid": "707a76d72b0aa1b7c2a8ecb0ccb044a9458802dbd5cae0de9c9957c586c83826",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26679224925"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.41.0",
      "date": "2026-05-30T08:31:32.000Z",
      "commit": "2c33d68e1746334a92c77c3d562ea3ad10d2c404",
      "fileid": "1f81ad543b7ceb8c302a3a7e08caa24ae92ab2a7b052111d62c540b356fe9445",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26679224925"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.41.0",
      "date": "2026-05-30T08:31:38.000Z",
      "commit": "2c33d68e1746334a92c77c3d562ea3ad10d2c404",
      "fileid": "4c37501180478dd0a726ec13351ca2f227775c78ed6d869410113298e7d97600",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26679224925"
    }
  ]
}