dbMatrix is a core package in the dbverse
library.
The goal of dbMatrix is to support larger-than-memory matrix computations.
Note: Work in progress! Bugs or unexpected behavior are likely to occur. We welcome user feedback and reporting issues on the Github page.
Installation
You can install the development version of dbMatrix from Github like so:
# install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))
pak::pak("drieslab/dbMatrix")