-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
37 lines (26 loc) · 1.2 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# dbMatrix
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/dbMatrix)](https://CRAN.R-project.org/package=dbMatrix)
<!-- badges: end -->
`{dbMatrix}` is a core package in the [`dbverse`](https://drieslab.github.io/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 ](https://github.com/drieslab/dbMatrix/).**
## Installation
You can install the development version of dbMatrix from Github like so:
```{r, eval = FALSE}
# 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")
```