{
  "_id": "6a27ac6224555f66ed53470e",
  "Package": "BumpyMatrix",
  "Version": "1.21.0",
  "Date": "2021-07-03",
  "Title": "Bumpy Matrix of Non-Scalar Objects",
  "Description": "Implements the BumpyMatrix class and several subclasses\nfor holding non-scalar objects in each entry of the matrix.\nThis is akin to a ragged array but the raggedness is in the\nthird dimension, much like a bumpy surface - hence the name. Of\nparticular interest is the BumpyDataFrameMatrix, where each\nentry is a Bioconductor data frame. This allows us to naturally\nrepresent multivariate data in a format that is compatible with\ntwo-dimensional containers like the SummarizedExperiment and\nMultiAssayExperiment objects.",
  "Authors@R": "c(\nperson(\"Aaron\", \"Lun\", role=c(\"aut\", \"cre\"), email=\"infinite.monkeys.with.keyboards@gmail.com\"),\nperson(\"Genentech, Inc.\", role=\"cph\")\n)",
  "License": "MIT + file LICENSE",
  "biocViews": "Software, Infrastructure, DataRepresentation",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.1.1",
  "URL": "https://bioconductor.org/packages/BumpyMatrix",
  "BugReports": "https://github.com/LTLA/BumpyMatrix/issues",
  "Repository": "https://bioc.r-universe.dev",
  "Date/Publication": "2026-04-28 12:54:43 UTC",
  "RemoteUrl": "https://github.com/bioc/BumpyMatrix",
  "RemoteRef": "HEAD",
  "RemoteSha": "1cf5fe284c437ca73df86025e7c829a6560afb1f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-08 07:10:06 UTC",
    "User": "root"
  },
  "Author": "Aaron Lun [aut, cre],\nGenentech, Inc. [cph]",
  "Maintainer": "Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>",
  "MD5sum": "2df7e7e0ffe74cbe30598977982c2d9b",
  "_user": "bioc",
  "_type": "src",
  "_file": "BumpyMatrix_1.21.0.tar.gz",
  "_fileid": "a9b7fd462c242d2a0e41ed06efffec944b40946f3e85c628236f8da68d75aa6a",
  "_filesize": 148181,
  "_sha256": "a9b7fd462c242d2a0e41ed06efffec944b40946f3e85c628236f8da68d75aa6a",
  "_created": "2026-06-08T07:10:06.000Z",
  "_published": "2026-06-09T06:02:10.103Z",
  "_jobs": [
    {
      "job": 80256651156,
      "time": 272,
      "config": "bioc-checks",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7473685701"
    },
    {
      "job": 80256651395,
      "time": 259,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7473682716"
    },
    {
      "job": 80256651247,
      "time": 218,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7473671600"
    },
    {
      "job": 80256650935,
      "time": 118,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7499662119"
    },
    {
      "job": 80256650953,
      "time": 177,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7499678519"
    },
    {
      "job": 80256651037,
      "time": 215,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7473613613"
    },
    {
      "job": 80256651154,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7473640831"
    },
    {
      "job": 80256651202,
      "time": 138,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7473651042"
    },
    {
      "job": 80256651223,
      "time": 134,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7473649965"
    },
    {
      "job": 80256651392,
      "time": 126,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7473647664"
    }
  ],
  "_bioccheck": {
    "error": 0,
    "warning": 1,
    "note": 6
  },
  "_buildurl": "https://github.com/r-universe/bioc/actions/runs/27121553990",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bioc/BumpyMatrix",
  "_commit": {
    "id": "1cf5fe284c437ca73df86025e7c829a6560afb1f",
    "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": 1777380883
  },
  "_maintainer": {
    "name": "Aaron Lun",
    "email": "infinite.monkeys.with.keyboards@gmail.com",
    "login": "ltla",
    "twitter": "@realAaronLun",
    "description": "(ノಠ益ಠ)ノ彡┻━┻\n",
    "uuid": 8166669
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "S4Vectors",
      "role": "Imports"
    },
    {
      "package": "IRanges",
      "role": "Imports"
    },
    {
      "package": "BiocStyle",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "bioc",
  "_selfowned": true,
  "_usedby": 15,
  "_updates": [
    {
      "week": "2025-44",
      "n": 2
    },
    {
      "week": "2026-18",
      "n": 2
    }
  ],
  "_tags": [],
  "_bioc": [
    {
      "branch": "devel",
      "version": "1.21.0",
      "bioc": "3.24"
    },
    {
      "branch": "release",
      "version": "1.20.0",
      "bioc": "3.23"
    }
  ],
  "_topics": [
    "software",
    "infrastructure",
    "datarepresentation"
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "ltla",
      "count": 19,
      "uuid": 8166669
    },
    {
      "user": "jwokaty",
      "count": 10,
      "uuid": 1744257
    },
    {
      "user": "nturaga",
      "count": 6,
      "uuid": 2746443
    }
  ],
  "_userbio": {
    "uuid": 2286807,
    "type": "organization",
    "name": "Bioconductor",
    "description": "Software for the analysis and comprehension of high-throughput genomic data"
  },
  "_downloads": {
    "count": 1020,
    "source": "https://www.bioconductor.org/packages/stats/bioc/BumpyMatrix"
  },
  "_devurl": "https://github.com/ltla/bumpymatrix",
  "_searchresults": 44,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/BumpyMatrix.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ltla/bumpymatrix",
  "_realowner": "bioc",
  "_cranurl": false,
  "_exports": [
    "BumpyMatrix",
    "cbind",
    "chartr",
    "commonColnames",
    "commonColnames<-",
    "cor",
    "cov",
    "endsWith",
    "grep",
    "grepl",
    "gsub",
    "IQR",
    "mad",
    "Math",
    "Math2",
    "mean",
    "median",
    "nchar",
    "Ops",
    "pmax",
    "pmax.int",
    "pmin",
    "pmin.int",
    "quantile",
    "rbind",
    "redim",
    "sd",
    "show",
    "splitAsBumpyMatrix",
    "startsWith",
    "sub",
    "substr",
    "substring",
    "Summary",
    "t",
    "tolower",
    "toupper",
    "undim",
    "unsplitAsDataFrame",
    "unstrsplit",
    "var",
    "which.max",
    "which.min"
  ],
  "_help": [
    {
      "page": "BumpyAtomicMatrix",
      "title": "The BumpyAtomicMatrix subclass",
      "topics": [
        "!,BumpyAtomicMatrix-method",
        "BumpyAtomicMatrix",
        "BumpyAtomicMatrix-class",
        "BumpyCharacterMatrix-class",
        "BumpyIntegerMatrix-class",
        "BumpyLogicalMatrix-class",
        "BumpyNumericMatrix-class",
        "chartr,ANY,ANY,BumpyCharacterMatrix-method",
        "cor,BumpyAtomicMatrix,BumpyAtomicMatrix-method",
        "cov,BumpyAtomicMatrix,BumpyAtomicMatrix-method",
        "endsWith,BumpyCharacterMatrix-method",
        "grep,ANY,BumpyCharacterMatrix-method",
        "grepl,ANY,BumpyCharacterMatrix-method",
        "gsub,ANY,ANY,BumpyCharacterMatrix-method",
        "IQR,BumpyAtomicMatrix-method",
        "mad,BumpyAtomicMatrix-method",
        "Math,BumpyAtomicMatrix-method",
        "Math2,BumpyAtomicMatrix-method",
        "mean,BumpyAtomicMatrix-method",
        "median,BumpyAtomicMatrix-method",
        "nchar,BumpyCharacterMatrix-method",
        "Ops,atomic,BumpyAtomicMatrix-method",
        "Ops,BumpyAtomicMatrix,atomic-method",
        "Ops,BumpyAtomicMatrix,BumpyAtomicMatrix-method",
        "Ops,BumpyAtomicMatrix,matrix-method",
        "Ops,BumpyAtomicMatrix,missing-method",
        "Ops,matrix,BumpyAtomicMatrix-method",
        "pmax,BumpyAtomicMatrix-method",
        "pmax.int,BumpyAtomicMatrix-method",
        "pmin,BumpyAtomicMatrix-method",
        "pmin.int,BumpyAtomicMatrix-method",
        "quantile,BumpyAtomicMatrix-method",
        "range,BumpyAtomicMatrix-method",
        "sd,BumpyAtomicMatrix-method",
        "show,BumpyAtomicMatrix-method",
        "startsWith,BumpyCharacterMatrix-method",
        "sub,ANY,ANY,BumpyCharacterMatrix-method",
        "substr,BumpyCharacterMatrix-method",
        "substring,BumpyCharacterMatrix-method",
        "Summary,BumpyAtomicMatrix-method",
        "tolower,BumpyCharacterMatrix-method",
        "toupper,BumpyCharacterMatrix-method",
        "unstrsplit,BumpyCharacterMatrix-method",
        "var,BumpyAtomicMatrix,BumpyAtomicMatrix-method",
        "var,BumpyAtomicMatrix,missing-method",
        "which.max,BumpyAtomicMatrix-method",
        "which.min,BumpyAtomicMatrix-method"
      ]
    },
    {
      "page": "BumpyDataFrameMatrix",
      "title": "The BumpyDataFrameMatrix class",
      "topics": [
        "BumpyDataFrameMatrix",
        "BumpyDataFrameMatrix-class",
        "commonColnames,BumpyDataFrameMatrix-method",
        "commonColnames<-,BumpyDataFrameMatrix-method",
        "show,BumpyDataFrameMatrix-method",
        "[,BumpyDataFrameMatrix,ANY,ANY,ANY-method",
        "[,BumpyDataFrameMatrix,ANY-method",
        "[,BumpyDataFrameMatrix,BumpyMatrix,ANY,ANY-method",
        "[,BumpyDataFrameMatrix,BumpyMatrix-method",
        "[<-,BumpyDataFrameMatrix,ANY,ANY,BumpyMatrix-method"
      ]
    },
    {
      "page": "BumpyMatrix",
      "title": "The BumpyMatrix class",
      "topics": [
        "BumpyMatrix",
        "BumpyMatrix-class",
        "cbind,BumpyMatrix-method",
        "dim,BumpyMatrix-method",
        "dimnames,BumpyMatrix-method",
        "dimnames<-,BumpyMatrix,ANY-method",
        "length,BumpyMatrix-method",
        "lengths,BumpyMatrix-method",
        "rbind,BumpyMatrix-method",
        "redim",
        "redim,CompressedList,BumpyMatrix-method",
        "show,BumpyMatrix-method",
        "t,BumpyMatrix-method",
        "undim",
        "undim,BumpyMatrix-method",
        "unlist,BumpyMatrix-method",
        "[,BumpyMatrix,ANY,ANY,ANY-method",
        "[,BumpyMatrix,ANY-method",
        "[,BumpyMatrix,BumpyMatrix,ANY,ANY-method",
        "[,BumpyMatrix,BumpyMatrix-method",
        "[<-,BumpyMatrix,ANY,ANY,BumpyMatrix-method",
        "[<-,BumpyMatrix,ANY,ANY,CompressedList-method"
      ]
    },
    {
      "page": "splitAsBumpyMatrix",
      "title": "Split to a BumpyMatrix",
      "topics": [
        "splitAsBumpyMatrix"
      ]
    },
    {
      "page": "unsplitAsDataFrame",
      "title": "Unsplit a BumpyMatrix",
      "topics": [
        "unsplitAsDataFrame"
      ]
    }
  ],
  "_readme": "https://github.com/bioc/BumpyMatrix/raw/HEAD/README.md",
  "_rundeps": [
    "BiocGenerics",
    "generics",
    "IRanges",
    "lattice",
    "Matrix",
    "S4Vectors"
  ],
  "_vignettes": [
    {
      "source": "BumpyMatrix.Rmd",
      "filename": "BumpyMatrix.html",
      "title": "Using BumpyMatrix objects",
      "author": "Aaron Lun",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Construction",
        "Basic operations",
        "Advanced subsetting",
        "Additional operations",
        "Session information"
      ],
      "created": "2020-11-25 21:28:10",
      "modified": "2021-01-08 17:35:25",
      "commits": 6
    }
  ],
  "_score": 6.606295357687431,
  "_indexed": true,
  "_nocasepkg": "bumpymatrix",
  "_universes": [
    "bioc",
    "ltla"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.21.0",
      "date": "2026-06-08T07:13:57.000Z",
      "distro": "noble",
      "commit": "1cf5fe284c437ca73df86025e7c829a6560afb1f",
      "fileid": "9a066bb345d2b9545b34d7e26d4d1280e76c2efb391e5a00b88b7e53ffd2544e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/27121553990"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.21.0",
      "date": "2026-06-08T07:13:14.000Z",
      "distro": "noble",
      "commit": "1cf5fe284c437ca73df86025e7c829a6560afb1f",
      "fileid": "f49b07f4e733ebfe827d9ade3fb91b6dfce46e3afb5e87dad549ace3e155632d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/27121553990"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.21.0",
      "date": "2026-06-09T06:00:01.000Z",
      "commit": "1cf5fe284c437ca73df86025e7c829a6560afb1f",
      "fileid": "e94a2353ea9e39b60bd39f410f5318c770820e097674a4e82a9b7b28902ce494",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/27121553990"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.21.0",
      "date": "2026-06-09T06:00:31.000Z",
      "commit": "1cf5fe284c437ca73df86025e7c829a6560afb1f",
      "fileid": "5fdf6c6f594864a83cc9fd01ce45b4de8ce7cd5724bc19910638a7c586cfd3a3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/27121553990"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.21.0",
      "date": "2026-06-08T07:12:19.000Z",
      "commit": "1cf5fe284c437ca73df86025e7c829a6560afb1f",
      "fileid": "8e5ee4bcf6f1352c11b6704767072ca0c23410b54c1fcac0b2d28274702de0ee",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/27121553990"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-06-08T07:11:51.000Z",
      "commit": "1cf5fe284c437ca73df86025e7c829a6560afb1f",
      "fileid": "19030674f62709085fa880025a6411f830b3386e72e3f90763bbe16238e3d546",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/27121553990"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-06-08T07:11:39.000Z",
      "commit": "1cf5fe284c437ca73df86025e7c829a6560afb1f",
      "fileid": "f5ed1cc04a858e2e8afa919ad9436de3528f54b2f1a8b85993d52136b8de1bc0",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/27121553990"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-06-08T07:11:39.000Z",
      "commit": "1cf5fe284c437ca73df86025e7c829a6560afb1f",
      "fileid": "a1c2f11eb259d0297be5e99f3a170c3b45ad4124e9ce4fb86e25e6d0395f0ab2",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/27121553990"
    }
  ]
}