Package: filematrix 1.3

filematrix: File-Backed Matrix Class with Convenient Read and Write Access

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.

Authors:Andrey A Shabalin [aut, cre]

filematrix_1.3.tar.gz
filematrix_1.3.zip(r-4.5)filematrix_1.3.zip(r-4.4)filematrix_1.3.zip(r-4.3)
filematrix_1.3.tgz(r-4.4-any)filematrix_1.3.tgz(r-4.3-any)
filematrix_1.3.tar.gz(r-4.5-noble)filematrix_1.3.tar.gz(r-4.4-noble)
filematrix_1.3.tgz(r-4.4-emscripten)filematrix_1.3.tgz(r-4.3-emscripten)
filematrix.pdf |filematrix.html
filematrix/json (API)

# Install 'filematrix' in R:
install.packages('filematrix', repos = c('https://andreyshabalin.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/andreyshabalin/filematrix/issues

On CRAN:

6.51 score 8 stars 2 packages 45 scripts 410 downloads 1 mentions 12 exports 0 dependencies

Last updated 6 years agofrom:b9b5872b87. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 01 2024
R-4.5-winOKNov 01 2024
R-4.5-linuxOKNov 01 2024
R-4.4-winOKNov 01 2024
R-4.4-macOKNov 01 2024
R-4.3-winOKNov 01 2024
R-4.3-macOKNov 01 2024

Exports:as.matrixclosecloseAndDeleteFilescolnamescolnames<-fm.createfm.create.from.matrixfm.create.from.text.filefm.loadfm.openrownamesrownames<-

Dependencies:

Filematrix Overview

Rendered fromFM1_UsingFilematrices.Rmdusingknitr::rmarkdownon Nov 01 2024.

Last update: 2018-01-15
Started: 2017-04-30

Best practices

Rendered fromFM2_Best_Practices.Rmdusingknitr::rmarkdownon Nov 01 2024.

Last update: 2018-01-15
Started: 2017-04-30

Filematrix vs. bigmemory (packages)

Rendered fromFM3_filematrix_vs_bigmemory.Rmdusingknitr::rmarkdownon Nov 01 2024.

Last update: 2018-01-15
Started: 2017-04-30

Readme and manuals

Help Manual

Help pageTopics
File-backed numeric matrix.filematrix-package
Manipulating file matrices (class '"filematrix"')as.matrix,filematrix-method colnames,filematrix-method colnames<-,filematrix-method dim,filematrix-method dim<-,filematrix-method dimnames,filematrix-method dimnames<-,filematrix-method filematrix filematrix-class length,filematrix-method rownames,filematrix-method rownames<-,filematrix-method [.filematrix [<-.filematrix
Functions to Create a New, or Open an Existing Filematrixclose,filematrix-method closeAndDeleteFiles fm.create fm.create.from.matrix fm.create.from.text.file fm.load fm.open