{
  "_id": "6a645cf6059529545f576814",
  "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-07-25 06:43:38 UTC",
    "User": "root"
  },
  "Author": "Aaron Lun [aut, cre, cph]",
  "Maintainer": "Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>",
  "_user": "bioc",
  "_type": "src",
  "_file": "ScaledMatrix_1.21.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/4c7ba2090fc3d464ebf4bef4916efa7d2319faebc8919faae14ab92dd6c1954f",
  "_filesize": 104171,
  "_sha256": "4c7ba2090fc3d464ebf4bef4916efa7d2319faebc8919faae14ab92dd6c1954f",
  "_expires": "2026-11-02T06:51:32.000Z",
  "_created": "2026-07-25T06:43:38.000Z",
  "_published": "2026-07-25T06:51:34.304Z",
  "_bioccheck": {
    "error": 0,
    "warning": 1,
    "note": 6
  },
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/bioc/actions/runs/30147844617",
  "_status": "success",
  "_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": "resolute",
  "_jobs": [
    {
      "job": 89653415005,
      "time": 184,
      "config": "bioc-checks",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8616693881"
    },
    {
      "job": 89653415004,
      "time": 297,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8616713412"
    },
    {
      "job": 89653414990,
      "time": 326,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8616718243"
    },
    {
      "job": 89653414994,
      "time": 159,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8616696931"
    },
    {
      "job": 89653414997,
      "time": 154,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8616695954"
    },
    {
      "job": 89652986909,
      "time": 330,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8616661932"
    },
    {
      "job": 89653415007,
      "time": 118,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8616682687"
    },
    {
      "job": 89653415006,
      "time": 420,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8616736335"
    },
    {
      "job": 89653415013,
      "time": 397,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8616731380"
    },
    {
      "job": 89653415059,
      "time": 408,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8616733688"
    }
  ],
  "_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": 126,
  "_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",
    "followers": 451,
    "description": "Software for the analysis and comprehension of high-throughput genomic data"
  },
  "_downloads": {
    "count": 23576,
    "source": "https://www.bioconductor.org/packages/stats/bioc/ScaledMatrix"
  },
  "_devurl": "https://github.com/ltla/scaledmatrix",
  "_searchresults": 15,
  "_rbuild": "4.6.1",
  "_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.603174436454438,
  "_indexed": true,
  "_nocasepkg": "scaledmatrix",
  "_universes": [
    "bioc",
    "ltla"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.21.0",
      "date": "2026-07-25T06:47:16.000Z",
      "distro": "resolute",
      "commit": "bed8e01f55e8784a21e89fa425516baa10accc71",
      "fileid": "https://r2.ropensci.org/38957a932b272a440fcb0bedbddb8a1b46d5af3ec8ad82b8ffbdb108a947f8ff",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/30147844617"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.21.0",
      "date": "2026-07-25T06:47:36.000Z",
      "distro": "resolute",
      "commit": "bed8e01f55e8784a21e89fa425516baa10accc71",
      "fileid": "https://r2.ropensci.org/c36edb1fd757a4dee22191d858df753635897fb69755178a26969733291ffc52",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/30147844617"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.21.0",
      "date": "2026-07-25T06:46:19.000Z",
      "commit": "bed8e01f55e8784a21e89fa425516baa10accc71",
      "fileid": "https://r2.ropensci.org/e3c8195667544934120ab13eb5c49b2102a273af57b2fead005a0ebe1da3845b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/30147844617"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.21.0",
      "date": "2026-07-25T06:46:04.000Z",
      "commit": "bed8e01f55e8784a21e89fa425516baa10accc71",
      "fileid": "https://r2.ropensci.org/44f60c2cda9a036a1984d6af6790af8dd4397acda71488425629241eb347619b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/30147844617"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.21.0",
      "date": "2026-07-25T06:46:03.000Z",
      "commit": "bed8e01f55e8784a21e89fa425516baa10accc71",
      "fileid": "https://r2.ropensci.org/bed69b781e7f9c7947c681653ebc1ff74cf0ea01825004c8b35abbaef7b5eadd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/30147844617"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-07-25T06:49:15.000Z",
      "commit": "bed8e01f55e8784a21e89fa425516baa10accc71",
      "fileid": "https://r2.ropensci.org/dc174023a839d5c74428585470846b33284cfeebe62b8a31ce97ae7027d241ed",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/30147844617"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-07-25T06:48:53.000Z",
      "commit": "bed8e01f55e8784a21e89fa425516baa10accc71",
      "fileid": "https://r2.ropensci.org/2950941b13186b448346627be37a839fdc62c145caa72b064e5bfc709123b5ee",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/30147844617"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-07-25T06:48:59.000Z",
      "commit": "bed8e01f55e8784a21e89fa425516baa10accc71",
      "fileid": "https://r2.ropensci.org/e1f7dd2342a9324d76f21c344a43f7615f2ba61a08154265c3b64280e73473d9",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/30147844617"
    }
  ]
}