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:
filematrix_1.3.tar.gz
filematrix_1.3.zip(r-4.7)filematrix_1.3.zip(r-4.6)filematrix_1.3.zip(r-4.5)
filematrix_1.3.tgz(r-4.6-any)filematrix_1.3.tgz(r-4.5-any)
filematrix_1.3.tar.gz(r-4.7-any)filematrix_1.3.tar.gz(r-4.6-any)
filematrix_1.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
filematrix/json (API)
| # Install 'filematrix' in R: |
| install.packages('filematrix', repos = c('https://andreyshabalin.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/andreyshabalin/filematrix/issues
Last updated from:b9b5872b87. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 151 | ||
| linux-release-x86_64 | OK | 115 | ||
| macos-release-arm64 | OK | 177 | ||
| macos-oldrel-arm64 | OK | 221 | ||
| windows-devel | OK | 94 | ||
| windows-release | OK | 74 | ||
| windows-oldrel | OK | 74 | ||
| wasm-release | OK | 96 |
Exports:as.matrixclosecloseAndDeleteFilescolnamescolnames<-fm.createfm.create.from.matrixfm.create.from.text.filefm.loadfm.openrownamesrownames<-
Dependencies:
Last update: 2018-01-15
Started: 2017-04-30
Last update: 2018-01-15
Started: 2017-04-30
Last update: 2018-01-15
Started: 2017-04-30
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| 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 Filematrix | close,filematrix-method closeAndDeleteFiles fm.create fm.create.from.matrix fm.create.from.text.file fm.load fm.open |
