{
  "_id": "6a57a7dfff0138dec5d717bf",
  "Package": "lazymatrix",
  "Title": "Perform Complex Matrix Operations Symbolically on Sparse\nMatrices",
  "Version": "0.1.0.9000",
  "Authors@R": "person(\"Viktor\", \"Segersall\", , \"viktor.segersall@proton.me\", role = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "Provides a framework for lazy computation on large sparse\nmatrices. Enables lazy evaluation of normalized data matrices,\npreserving sparsity throughout operations without materializing\ndense intermediate objects. Implements statistical algorithms\nincluding LSQR for sparse least squares as described in Paige\nand Saunders (1982) <doi:10.1145/355984.355989> and partial\nsingular value decomposition via the augmented implicitly\nrestarted Lanczos bidiagonalization algorithm of Baglama and\nReichel (2005) <doi:10.1137/04060593X>.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "URL": "https://vsegersall.github.io/lazymatrix/",
  "Repository": "https://vsegersall.r-universe.dev",
  "Date/Publication": "2026-07-15 15:05:02 UTC",
  "RemoteUrl": "https://github.com/vsegersall/lazymatrix",
  "RemoteRef": "HEAD",
  "RemoteSha": "9da30515f0497ef5776ee0975bd4cd10c18d325e",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-15 15:21:50 UTC",
    "User": "root"
  },
  "Author": "Viktor Segersall [aut, cre, cph]",
  "Maintainer": "Viktor Segersall <viktor.segersall@proton.me>",
  "_user": "vsegersall",
  "_type": "src",
  "_file": "lazymatrix_0.1.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/6b929c37c55d903f48be06942d559cc06eabf863c87ba60ce59fbdbe1d75c6a2",
  "_filesize": 437649,
  "_sha256": "6b929c37c55d903f48be06942d559cc06eabf863c87ba60ce59fbdbe1d75c6a2",
  "_expires": "2026-10-23T15:31:41.000Z",
  "_created": "2026-07-15T15:21:50.000Z",
  "_published": "2026-07-15T15:31:42.995Z",
  "_jobs": [
    {
      "job": 87394611854,
      "time": 163,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8348092405"
    },
    {
      "job": 87394611868,
      "time": 166,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8348092211"
    },
    {
      "job": 87394611937,
      "time": 202,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8348111305"
    },
    {
      "job": 87394611883,
      "time": 172,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8348094555"
    },
    {
      "job": 87394611853,
      "time": 128,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8348247246"
    },
    {
      "job": 87394611973,
      "time": 205,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8348141408"
    },
    {
      "job": 87394611939,
      "time": 127,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8348282495"
    },
    {
      "job": 87394612054,
      "time": 381,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8348254254"
    },
    {
      "job": 87393189556,
      "time": 331,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8348004772"
    },
    {
      "job": 87394611850,
      "time": 144,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8348080960"
    },
    {
      "job": 87394612102,
      "time": 133,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8348075373"
    },
    {
      "job": 87394611796,
      "time": 136,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8348077688"
    },
    {
      "job": 87394611834,
      "time": 199,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8348111407"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/vsegersall/actions/runs/29427356318",
  "_status": "success",
  "_upstream": "https://github.com/vsegersall/lazymatrix",
  "_commit": {
    "id": "9da30515f0497ef5776ee0975bd4cd10c18d325e",
    "author": "vsegersall <viktor.segersall@proton.me>",
    "committer": "vsegersall <viktor.segersall@proton.me>",
    "message": "Changes to readme after first cran release.\n",
    "time": 1784127902
  },
  "_maintainer": {
    "name": "Viktor Segersall",
    "email": "viktor.segersall@proton.me",
    "login": "vsegersall",
    "description": "",
    "uuid": 231025375
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "irlba",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "bench",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "scales",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    }
  ],
  "_owner": "vsegersall",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-08",
      "n": 19
    },
    {
      "week": "2026-09",
      "n": 11
    },
    {
      "week": "2026-10",
      "n": 13
    },
    {
      "week": "2026-11",
      "n": 2
    },
    {
      "week": "2026-12",
      "n": 1
    },
    {
      "week": "2026-13",
      "n": 2
    },
    {
      "week": "2026-14",
      "n": 1
    },
    {
      "week": "2026-15",
      "n": 1
    },
    {
      "week": "2026-18",
      "n": 2
    },
    {
      "week": "2026-24",
      "n": 15
    },
    {
      "week": "2026-25",
      "n": 1
    },
    {
      "week": "2026-26",
      "n": 15
    },
    {
      "week": "2026-27",
      "n": 10
    },
    {
      "week": "2026-29",
      "n": 3
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-07-05"
    }
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "vsegersall",
      "count": 189,
      "uuid": 231025375
    },
    {
      "user": "jolars",
      "count": 1,
      "uuid": 13087841
    }
  ],
  "_userbio": {
    "uuid": 231025375,
    "type": "user",
    "name": "Viktor Segersäll",
    "followers": 1
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/lazymatrix"
  },
  "_devurl": "https://github.com/vsegersall/lazymatrix",
  "_pkgdown": "https://vsegersall.github.io/lazymatrix/",
  "_searchresults": 13,
  "_topics": [
    "openblas",
    "cpp",
    "openmp"
  ],
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/lazymatrix.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/vsegersall/lazymatrix",
  "_realowner": "vsegersall",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-07-14"
    }
  ],
  "_exports": [
    "colnames",
    "Compare",
    "LazyMatrix",
    "lsqr",
    "ncol",
    "norm",
    "nrow",
    "prcomp",
    "setNames",
    "svd",
    "t"
  ],
  "_help": [
    {
      "page": "ANY-LazyColumn-method",
      "title": "Vector Subtraction between regular vector and 'LazyColumn'",
      "topics": [
        "-,ANY,LazyColumn-method"
      ]
    },
    {
      "page": "LazyColumn-ANY-method",
      "title": "Vector subtraction between a 'LazyColumn' vector and a regular R vector.",
      "topics": [
        "-,LazyColumn,ANY-method"
      ]
    },
    {
      "page": "LazyColumn-LazyColumn-method",
      "title": "Vector Subtraction between two 'LazyColumn' vectors.",
      "topics": [
        "-,LazyColumn,LazyColumn-method"
      ]
    },
    {
      "page": "times-LazyColumn-LazyColumn-method",
      "title": "Multiply element-wise two LazyColumn vectors",
      "topics": [
        "*,LazyColumn,LazyColumn-method"
      ]
    },
    {
      "page": "times-LazyColumn-numeric-method",
      "title": "Multiply a LazyColumn by a numeric scalar or vector",
      "topics": [
        "*,LazyColumn,numeric-method"
      ]
    },
    {
      "page": "times-numeric-LazyColumn-method",
      "title": "Multiply a numeric scalar or vector by a LazyColumn",
      "topics": [
        "*,numeric,LazyColumn-method"
      ]
    },
    {
      "page": "grapes-times-grapes-ANY-LazyMatrix-method",
      "title": "Matrix multiplication for vector and 'LazyMatrix'",
      "topics": [
        "%*%,ANY,LazyMatrix-method"
      ]
    },
    {
      "page": "grapes-times-grapes-LazyColumn-LazyColumn-method",
      "title": "Perform the dot product between two LazyColumn vectors",
      "topics": [
        "%*%,LazyColumn,LazyColumn-method"
      ]
    },
    {
      "page": "grapes-times-grapes-LazyColumn-numeric-method",
      "title": "Perform the dot product between a LazyColumn and a numeric vector",
      "topics": [
        "%*%,LazyColumn,numeric-method"
      ]
    },
    {
      "page": "grapes-times-grapes-LazyMatrix-ANY-method",
      "title": "Matrix multiplication for 'LazyMatrix' and vector",
      "topics": [
        "%*%,LazyMatrix,ANY-method"
      ]
    },
    {
      "page": "grapes-times-grapes-LazyMatrix-matrix-method",
      "title": "Matrix multiplication for 'LazyMatrix' and matrix-object.",
      "topics": [
        "%*%,LazyMatrix,matrix-method"
      ]
    },
    {
      "page": "grapes-times-grapes-numeric-LazyColumn-method",
      "title": "Perform the dot product between a numeric vectorand a LazyColumn",
      "topics": [
        "%*%,numeric,LazyColumn-method"
      ]
    },
    {
      "page": "plus-ANY-LazyColumn-method",
      "title": "Vector Addition between regular vector and 'LazyColumn'",
      "topics": [
        "+,ANY,LazyColumn-method"
      ]
    },
    {
      "page": "plus-LazyColumn-ANY-method",
      "title": "Vector Addition between 'LazyColumn' and regular vector",
      "topics": [
        "+,LazyColumn,ANY-method"
      ]
    },
    {
      "page": "plus-LazyColumn-LazyColumn-method",
      "title": "Vector Addition between two 'LazyColumn' vectors.",
      "topics": [
        "+,LazyColumn,LazyColumn-method"
      ]
    },
    {
      "page": "colnames-LazyMatrix-method",
      "title": "Retrieve or set the row or column names of a LazyMatrix object.",
      "topics": [
        "colnames,LazyMatrix-method"
      ]
    },
    {
      "page": "Compare-LazyColumn-numeric-method",
      "title": "Comparison operators for LazyColumn",
      "topics": [
        "Compare,LazyColumn,numeric-method"
      ]
    },
    {
      "page": "Compare-numeric-LazyColumn-method",
      "title": "Comparison operators for LazyColumn",
      "topics": [
        "Compare,numeric,LazyColumn-method"
      ]
    },
    {
      "page": "crossprod-LazyMatrix-ANY-method",
      "title": "Crossproduct for 'LazyMatrix'",
      "topics": [
        "crossprod,LazyMatrix,ANY-method",
        "crossprod,\\code{LazyMatrix}-method"
      ]
    },
    {
      "page": "dim-LazyMatrix-method",
      "title": "Returns the dimension of a LazyMarix Object.",
      "topics": [
        "dim,LazyMatrix-method"
      ]
    },
    {
      "page": "lazy_crossprod_vec",
      "title": "Fast crossprod for LazyMatrix (dense case)",
      "topics": [
        "lazy_crossprod_vec"
      ]
    },
    {
      "page": "lazy_crossprod_vec_sp",
      "title": "Fast crossprod for LazyMatrix (sparse case)",
      "topics": [
        "lazy_crossprod_vec_sp"
      ]
    },
    {
      "page": "LazyColumn-class",
      "title": "LazyColumn S4 class",
      "topics": [
        "LazyColumn-class"
      ]
    },
    {
      "page": "LazyMatrix",
      "title": "Constructs a LazyMatrix object.",
      "topics": [
        "LazyMatrix"
      ]
    },
    {
      "page": "LazyMatrix-class",
      "title": "LazyMatrix S4 class",
      "topics": [
        "LazyMatrix-class"
      ]
    },
    {
      "page": "length-LazyColumn",
      "title": "Get the length of a LazyColumn",
      "topics": [
        "length,LazyColumn-method"
      ]
    },
    {
      "page": "lsqr",
      "title": "Performs least squares estimation on LazyMatrix object using the iterative lsqr algorithm.",
      "topics": [
        "lsqr",
        "lsqr,LazyMatrix-method"
      ]
    },
    {
      "page": "ncol-LazyMatrix-method",
      "title": "Returns the number of columns of the data matrix",
      "topics": [
        "ncol,LazyMatrix-method"
      ]
    },
    {
      "page": "norm",
      "title": "Compute the norm of a LazyMatrix or LazyColumn",
      "topics": [
        "norm"
      ]
    },
    {
      "page": "norm-LazyColumn-method",
      "title": "Perform the norm of a LazyColumn vector",
      "topics": [
        "norm,LazyColumn-method"
      ]
    },
    {
      "page": "norm-LazyMatrix-method",
      "title": "Computes the Frobenius norm of a 'LazyMatrix' object.",
      "topics": [
        "norm,LazyMatrix-method"
      ]
    },
    {
      "page": "nrow-LazyMatrix-method",
      "title": "Returns the number of rows of the data matrix",
      "topics": [
        "nrow,LazyMatrix-method"
      ]
    },
    {
      "page": "prcomp-LazyMatrix-method",
      "title": "Performs a principal component analysis on the LazyMatrix object using irlba:s sparse svd.",
      "topics": [
        "prcomp,LazyMatrix-method"
      ]
    },
    {
      "page": "setNames-LazyColumn",
      "title": "Set names for a LazyColumn",
      "topics": [
        "setNames,LazyColumn,character-method"
      ]
    },
    {
      "page": "subset-LazyColumn",
      "title": "Subset a LazyColumn",
      "topics": [
        "subset-LazyColumn",
        "[,LazyColumn,ANY,ANY,ANY-method"
      ]
    },
    {
      "page": "subset-LazyMatrix",
      "title": "Subset a LazyMatrix by columns",
      "topics": [
        "subset-LazyMatrix",
        "[,LazyMatrix,ANY,ANY,ANY-method"
      ]
    },
    {
      "page": "svd-LazyMatrix-method",
      "title": "Singular Value decomposition for 'LazyMatrix'.",
      "topics": [
        "svd,LazyMatrix-method"
      ]
    },
    {
      "page": "t-LazyMatrix-method",
      "title": "Given a 'LazyMatrix' x, t returns the transpose of x.",
      "topics": [
        "t,LazyMatrix-method"
      ]
    }
  ],
  "_pkglogo": "https://github.com/vsegersall/lazymatrix/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/vsegersall/lazymatrix/raw/HEAD/README.md",
  "_rundeps": [
    "irlba",
    "lattice",
    "Matrix",
    "Rcpp",
    "RcppArmadillo"
  ],
  "_sysdeps": [
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_vignettes": [
    {
      "source": "getting-started.Rmd",
      "filename": "getting-started.html",
      "title": "Getting started with LazyMatrix",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Why LazyMatrix?",
        "Mathematical Background",
        "Usage",
        "Design"
      ],
      "created": "2026-04-10 13:26:26",
      "modified": "2026-04-10 13:26:26",
      "commits": 1
    },
    {
      "source": "performance.Rmd",
      "filename": "performance.html",
      "title": "performance",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Performance of lazymatrix",
        "Helper Functions",
        "Results of Computation Time Benchmark",
        "Results of Memory Benchmark"
      ],
      "created": "2026-04-27 14:08:07",
      "modified": "2026-06-25 13:31:07",
      "commits": 3
    },
    {
      "source": "use-cases.Rmd",
      "filename": "use-cases.html",
      "title": "Use Cases for LazyMatrix: Statistical Algorithms",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Linear Regression with LSQR",
        "Introduction",
        "Notation",
        "Mathematical Background",
        "Implementation",
        "Gradient Descent",
        "Discussion",
        "Principal Component Analysis",
        "Partial Singular Value Decomposition with irlba",
        "Principal Component Analysis with Partial SVD",
        "Conclusion",
        "References"
      ],
      "created": "2026-04-10 13:26:26",
      "modified": "2026-04-10 13:26:26",
      "commits": 1
    }
  ],
  "_score": 5.436162647040756,
  "_indexed": true,
  "_nocasepkg": "lazymatrix",
  "_universes": [
    "vsegersall"
  ],
  "_previous": "0.1.0",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-07-15T15:24:33.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "9da30515f0497ef5776ee0975bd4cd10c18d325e",
      "fileid": "https://r2.ropensci.org/3698a236b8f48b37ba5b99f635798ed6f7f3f26e6420b3237bb951b329837f90",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vsegersall/actions/runs/29427356318"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-07-15T15:24:22.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "9da30515f0497ef5776ee0975bd4cd10c18d325e",
      "fileid": "https://r2.ropensci.org/73effb00a3a0cda1bda518497bb76de41f9f49abcf02e22d9491aef1c8987f03",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vsegersall/actions/runs/29427356318"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-07-15T15:25:09.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "9da30515f0497ef5776ee0975bd4cd10c18d325e",
      "fileid": "https://r2.ropensci.org/d2f62304a160c46cf76a22616accb5c2488148174d0bc9c62d94e6c7b2b97e17",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vsegersall/actions/runs/29427356318"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-07-15T15:24:27.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "9da30515f0497ef5776ee0975bd4cd10c18d325e",
      "fileid": "https://r2.ropensci.org/791d5f3a7d27a07aabee3f45c33c311c7d8a4fe4abda701b346657a9df7d63fe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vsegersall/actions/runs/29427356318"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-07-15T15:29:38.000Z",
      "arch": "aarch64",
      "commit": "9da30515f0497ef5776ee0975bd4cd10c18d325e",
      "fileid": "https://r2.ropensci.org/70968d066bef7b21088bf5a64bfd7a277d696310ceb87ff4e579f8427f442733",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vsegersall/actions/runs/29427356318"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-07-15T15:25:39.000Z",
      "arch": "x86_64",
      "commit": "9da30515f0497ef5776ee0975bd4cd10c18d325e",
      "fileid": "https://r2.ropensci.org/60d4278007dcf5f5fff2229293c5d1834f734f9ecefef3125b0bc421ca8aaa15",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vsegersall/actions/runs/29427356318"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-07-15T15:30:40.000Z",
      "arch": "aarch64",
      "commit": "9da30515f0497ef5776ee0975bd4cd10c18d325e",
      "fileid": "https://r2.ropensci.org/deaa3fb1e59eb7261c98941a81d5f8b8fc88a43e94873ee7bd0aeb7b923070ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vsegersall/actions/runs/29427356318"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-07-15T15:27:58.000Z",
      "arch": "x86_64",
      "commit": "9da30515f0497ef5776ee0975bd4cd10c18d325e",
      "fileid": "https://r2.ropensci.org/fe2a7e2bf7bf571d0d36bef3d02a1718b68e27393b6529791636471df1aa084a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vsegersall/actions/runs/29427356318"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9000",
      "date": "2026-07-15T15:24:36.000Z",
      "arch": "emscripten",
      "commit": "9da30515f0497ef5776ee0975bd4cd10c18d325e",
      "fileid": "https://r2.ropensci.org/03e18246af711f97d0e0865ca5c140f1c1f070268f73f52c47153666cb1a2d4f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/vsegersall/actions/runs/29427356318"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-07-15T15:23:18.000Z",
      "arch": "x86_64",
      "commit": "9da30515f0497ef5776ee0975bd4cd10c18d325e",
      "fileid": "https://r2.ropensci.org/86ab67f82b293e02cff89739e4dc73fb3e305bf12d95ac274ddffb55b3bc6e25",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vsegersall/actions/runs/29427356318"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-07-15T15:23:15.000Z",
      "arch": "x86_64",
      "commit": "9da30515f0497ef5776ee0975bd4cd10c18d325e",
      "fileid": "https://r2.ropensci.org/876d70f6e1f896893c6461aaec2c1ab457ab58165220476d852dfc3249091746",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vsegersall/actions/runs/29427356318"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-07-15T15:24:04.000Z",
      "arch": "x86_64",
      "commit": "9da30515f0497ef5776ee0975bd4cd10c18d325e",
      "fileid": "https://r2.ropensci.org/dd108be54b10b997f6f2354d7241533ada7b174eb26eabbcb56fb5da0e521481",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vsegersall/actions/runs/29427356318"
    }
  ]
}