CRAN/E | filematrix

filematrix

File-Backed Matrix Class with Convenient Read and Write Access

Installation

About

Interface for working with large matrices stored in files, not in computer memory. Supports multiple non-character data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4 byte real values). Access to parts of the matrix is done by indexing, exactly as with usual R matrices. Supports very large matrices. Tested on multi-terabyte matrices. Allows for more than 2^32 rows or columns. Allows for quick addition of extra columns to a filematrix. Cross-platform as the package has R code only.

github.com/andreyshabalin/filematrix
Bug report File report

Key Metrics

Version 1.3
Published 2018-02-27 2259 days ago
Needs compilation? no
License LGPL-3
CRAN checks filematrix results

Downloads

Yesterday 24 0%
Last 7 days 113 -19%
Last 30 days 483 +8%
Last 90 days 1.392 -34%
Last 365 days 6.145 +6%

Maintainer

Maintainer

Andrey A Shabalin

andrey.shabalin@gmail.com

Authors

Andrey A Shabalin

aut / cre

Material

Reference manual
Package source

Vignettes

1 Filematrix overview
2 Best practices
3 Filematrix vs. bigmemory (packages)

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

filematrix archive

Depends

methods
utils

Suggests

knitr
rmarkdown
RSQLite

Reverse Depends

ramwas

Reverse Imports

autoFRK