{
  "_id": "6a1afd2d1d7bb097a09fdd30",
  "Package": "ScaledMatrix",
  "Version": "1.21.0",
  "Date": "2024-02-29",
  "Title": "Creating a DelayedMatrix of Scaled and Centered Values",
  "Authors@R": "person(\"Aaron\", \"Lun\", role=c(\"aut\", \"cre\", \"cph\"),\nemail=\"infinite.monkeys.with.keyboards@gmail.com\")",
  "biocViews": "Software, DataRepresentation",
  "Description": "Provides delayed computation of a matrix of scaled and\ncentered values. The result is equivalent to using the scale()\nfunction but avoids explicit realization of a dense matrix\nduring block processing. This permits greater efficiency in\ncommon operations, most notably matrix multiplication.",
  "License": "GPL-3",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.1",
  "BugReports": "https://github.com/LTLA/ScaledMatrix/issues",
  "URL": "https://github.com/LTLA/ScaledMatrix",
  "Config/pak/sysreqs": "zlib1g-dev",
  "Repository": "https://bioc.r-universe.dev",
  "Date/Publication": "2026-04-28 12:54:45 UTC",
  "RemoteUrl": "https://github.com/bioc/ScaledMatrix",
  "RemoteRef": "HEAD",
  "RemoteSha": "bed8e01f55e8784a21e89fa425516baa10accc71",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-30 09:52:07 UTC",
    "User": "root"
  },
  "Author": "Aaron Lun [aut, cre, cph]",
  "Maintainer": "Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>",
  "MD5sum": "cc78fd2abb15a3c63be3404e2301a914",
  "_user": "bioc",
  "_type": "src",
  "_file": "ScaledMatrix_1.21.0.tar.gz",
  "_fileid": "42095099a9ff11bb1efde9e42aa323c21b461a8dc7ae77251cd4cd63122296e7",
  "_filesize": 103276,
  "_sha256": "42095099a9ff11bb1efde9e42aa323c21b461a8dc7ae77251cd4cd63122296e7",
  "_created": "2026-05-30T09:52:07.000Z",
  "_published": "2026-05-30T15:07:25.320Z",
  "_jobs": [
    {
      "job": 78640877927,
      "time": 206,
      "config": "bioc-checks",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7307564592"
    },
    {
      "job": 78640877956,
      "time": 278,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7307573887"
    },
    {
      "job": 78640877941,
      "time": 300,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7307576113"
    },
    {
      "job": 78640877935,
      "time": 186,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7309114510"
    },
    {
      "job": 78640877931,
      "time": 160,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7309112020"
    },
    {
      "job": 78640010744,
      "time": 283,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7307320593"
    },
    {
      "job": 78640877937,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7307555372"
    },
    {
      "job": 78640877957,
      "time": 217,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7307566177"
    },
    {
      "job": 78640877949,
      "time": 171,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7307561736"
    },
    {
      "job": 78640877953,
      "time": 245,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7307568870"
    }
  ],
  "_bioccheck": {
    "error": 0,
    "warning": 0,
    "note": 7
  },
  "_buildurl": "https://github.com/r-universe/bioc/actions/runs/26677197007",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bioc/ScaledMatrix",
  "_commit": {
    "id": "bed8e01f55e8784a21e89fa425516baa10accc71",
    "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": 1777380885
  },
  "_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": "methods",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "S4Vectors",
      "role": "Imports"
    },
    {
      "package": "DelayedArray",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "BiocStyle",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "BiocSingular",
      "role": "Suggests"
    },
    {
      "package": "DelayedMatrixStats",
      "role": "Suggests"
    }
  ],
  "_owner": "bioc",
  "_selfowned": true,
  "_usedby": 125,
  "_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",
    "datarepresentation"
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "jwokaty",
      "count": 10,
      "uuid": 1744257
    },
    {
      "user": "ltla",
      "count": 8,
      "uuid": 8166669
    },
    {
      "user": "nturaga",
      "count": 6,
      "uuid": 2746443
    },
    {
      "user": "hpages",
      "count": 1,
      "uuid": 8810451
    }
  ],
  "_userbio": {
    "uuid": 2286807,
    "type": "organization",
    "name": "Bioconductor",
    "description": "Software for the analysis and comprehension of high-throughput genomic data"
  },
  "_downloads": {
    "count": 22370,
    "source": "https://www.bioconductor.org/packages/stats/bioc/ScaledMatrix"
  },
  "_devurl": "https://github.com/ltla/scaledmatrix",
  "_searchresults": 15,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/ScaledMatrix.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ltla/scaledmatrix",
  "_realowner": "bioc",
  "_cranurl": false,
  "_exports": [
    "colMeans",
    "colSums",
    "DelayedArray",
    "extract_array",
    "rowMeans",
    "rowSums",
    "ScaledMatrix",
    "ScaledMatrixSeed",
    "show",
    "t"
  ],
  "_help": [
    {
      "page": "ScaledMatrix",
      "title": "The ScaledMatrix class",
      "topics": [
        "%*%,ANY,ScaledMatrix-method",
        "%*%,ScaledMatrix,ANY-method",
        "%*%,ScaledMatrix,ScaledMatrix-method",
        "colMeans,ScaledMatrix-method",
        "colSums,ScaledMatrix-method",
        "crossprod,ANY,ScaledMatrix-method",
        "crossprod,ScaledMatrix,ANY-method",
        "crossprod,ScaledMatrix,missing-method",
        "crossprod,ScaledMatrix,ScaledMatrix-method",
        "DelayedArray,ScaledMatrixSeed-method",
        "dim,ScaledMatrixSeed-method",
        "dimnames,ScaledMatrixSeed-method",
        "dimnames<-,ScaledMatrix,ANY-method",
        "extract_array,ScaledMatrixSeed-method",
        "rowMeans,ScaledMatrix-method",
        "rowSums,ScaledMatrix-method",
        "ScaledMatrix",
        "ScaledMatrix-class",
        "ScaledMatrixSeed",
        "ScaledMatrixSeed-class",
        "show,ScaledMatrixSeed-method",
        "t,ScaledMatrix-method",
        "tcrossprod,ANY,ScaledMatrix-method",
        "tcrossprod,ScaledMatrix,ANY-method",
        "tcrossprod,ScaledMatrix,missing-method",
        "tcrossprod,ScaledMatrix,ScaledMatrix-method",
        "[,ScaledMatrix,ANY,ANY,ANY-method"
      ]
    }
  ],
  "_readme": "https://github.com/bioc/ScaledMatrix/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "BiocGenerics",
    "DelayedArray",
    "generics",
    "IRanges",
    "lattice",
    "Matrix",
    "MatrixGenerics",
    "matrixStats",
    "S4Arrays",
    "S4Vectors",
    "SparseArray",
    "XVector"
  ],
  "_vignettes": [
    {
      "source": "ScaledMatrix.Rmd",
      "filename": "ScaledMatrix.html",
      "title": "Using the ScaledMatrix class",
      "author": "Aaron Lun",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Matrix multiplication",
        "Other utilities",
        "Caveats",
        "Session information"
      ],
      "created": "2020-12-13 01:13:39",
      "modified": "2023-05-03 16:17:37",
      "commits": 4
    }
  ],
  "_score": 8.576909765599693,
  "_indexed": true,
  "_nocasepkg": "scaledmatrix",
  "_universes": [
    "bioc",
    "ltla"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.21.0",
      "date": "2026-05-30T10:37:22.000Z",
      "distro": "noble",
      "commit": "bed8e01f55e8784a21e89fa425516baa10accc71",
      "fileid": "da6c8d17abcdb4cb98a3fc2c2cb948014e4fb366bce7964aaf143f69532734f9",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26677197007"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.21.0",
      "date": "2026-05-30T10:37:47.000Z",
      "distro": "noble",
      "commit": "bed8e01f55e8784a21e89fa425516baa10accc71",
      "fileid": "bbd405feceefa61e47e3697dd15334bb3babd049de0b08f272323dba14cec348",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26677197007"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.21.0",
      "date": "2026-05-30T15:05:46.000Z",
      "commit": "bed8e01f55e8784a21e89fa425516baa10accc71",
      "fileid": "fd888cd911ec7060936383395ef2c0bccf1441eaba2cd400cd95683f0ab3379b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26677197007"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.21.0",
      "date": "2026-05-30T15:05:23.000Z",
      "commit": "bed8e01f55e8784a21e89fa425516baa10accc71",
      "fileid": "f040d589d5f3c8c6d35fd312b64b381a41fbac51aad6d6fa33bdda2fcee458b8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26677197007"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.21.0",
      "date": "2026-05-30T10:36:00.000Z",
      "commit": "bed8e01f55e8784a21e89fa425516baa10accc71",
      "fileid": "06a20e18adc6ee3bc5aa3cf71067e72427c6cc9fc89e94d912af6a113484b71f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26677197007"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-05-30T10:35:46.000Z",
      "commit": "bed8e01f55e8784a21e89fa425516baa10accc71",
      "fileid": "4d36ba0e1f2735e842456c232bdc6458853798f525594f9f1e1fe7a328318353",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26677197007"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-05-30T10:35:20.000Z",
      "commit": "bed8e01f55e8784a21e89fa425516baa10accc71",
      "fileid": "178e6e511d1750134a0c967f70f361e4c6e89faca18dfc72bc93aef930989dba",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26677197007"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-05-30T10:35:52.000Z",
      "commit": "bed8e01f55e8784a21e89fa425516baa10accc71",
      "fileid": "f7690a1780a67b7b4be3d8be89349207e8a6a9384e8047505d7f88ede95267e2",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26677197007"
    }
  ]
}