Package: R.huge 0.10.1

R.huge: Methods for Accessing Huge Amounts of Data [deprecated]

DEPRECATED. Do not start building new projects based on this package. Cross-platform alternatives are the following packages: bigmemory (CRAN), ff (CRAN), BufferedMatrix (Bioconductor). The main usage of it was inside the aroma.affymetrix package. (The package currently provides a class representing a matrix where the actual data is stored in a binary format on the local file system. This way the size limit of the data is set by the file system and not the memory.)

Authors:Henrik Bengtsson [aut, cre, cph]

R.huge_0.10.1.tar.gz
R.huge_0.10.1.zip(r-4.5)R.huge_0.10.1.zip(r-4.4)R.huge_0.10.1.zip(r-4.3)
R.huge_0.10.1.tgz(r-4.4-any)R.huge_0.10.1.tgz(r-4.3-any)
R.huge_0.10.1.tar.gz(r-4.5-noble)R.huge_0.10.1.tar.gz(r-4.4-noble)
R.huge_0.10.1.tgz(r-4.4-emscripten)R.huge_0.10.1.tgz(r-4.3-emscripten)
R.huge.pdf |R.huge.html
R.huge/json (API)
NEWS

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

Peer review:

Bug tracker:https://github.com/henrikbengtsson/r.huge/issues

On CRAN:

114 exports 1.82 score 3 dependencies 5 dependents 2 scripts 418 downloads

Last updated 8 months agofrom:582c504381 (on master). Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 25 2024
R-4.5-winOKAug 25 2024
R-4.5-linuxOKAug 25 2024
R-4.4-winOKAug 25 2024
R-4.4-macOKAug 25 2024
R-4.3-winOKAug 25 2024
R-4.3-macOKAug 25 2024

Exports:[.FileMatrix[.FileVector[<-.FileMatrix[<-.FileVectorAbstractFileArrayas.character.AbstractFileArrayas.character.FileMatrixas.matrix.FileMatrixas.vector.AbstractFileArrayclone.AbstractFileArrayclose.AbstractFileArraycolnamescolnames.defaultcolnames.FileMatrixdeletedelete.AbstractFileArraydim.AbstractFileArraydimnames.AbstractFileArrayFileByteMatrixFileByteVectorFileDoubleMatrixFileDoubleVectorFileFloatMatrixFileFloatVectorFileIntegerMatrixFileIntegerVectorFileMatrixFileShortMatrixFileShortVectorFileVectorfinalize.AbstractFileArrayflushflush.AbstractFileArraygetBasenamegetBasename.AbstractFileArraygetByRowgetByRow.FileMatrixgetBytesPerCellgetBytesPerCell.AbstractFileArraygetCloneNumbergetCloneNumber.AbstractFileArraygetColumnOffsetgetColumnOffset.FileMatrixgetCommentsgetComments.AbstractFileArraygetDataOffsetgetDataOffset.AbstractFileArraygetDimensionOrdergetDimensionOrder.AbstractFileArraygetExtensiongetExtension.AbstractFileArraygetFileSizegetFileSize.AbstractFileArraygetMatrixIndiciesgetMatrixIndicies.FileMatrixgetName.AbstractFileArraygetOffsetgetOffset.FileMatrixgetPath.AbstractFileArraygetPathnamegetPathname.AbstractFileArraygetRowOffsetgetRowOffset.FileMatrixgetSizeOfCommentsgetSizeOfComments.AbstractFileArraygetSizeOfDatagetSizeOfData.AbstractFileArraygetStorageModegetStorageMode.AbstractFileArrayisOpenisOpen.AbstractFileArraylength.AbstractFileArraynames.FileVectorncolncol.defaultncol.FileMatrixnrownrow.defaultnrow.FileMatrixopen.AbstractFileArrayR.hugereadAllValuesreadAllValues.AbstractFileArrayreadContiguousValuesreadContiguousValues.AbstractFileArrayreadFullMatrixreadFullMatrix.FileMatrixreadHeaderreadHeader.AbstractFileArrayreadValuesreadValues.AbstractFileArrayreadValues.FileMatrixrowMeansrowMeans.defaultrowMeans.FileMatrixrownamesrownames.defaultrownames.FileMatrixrowSumsrowSums.defaultrowSums.FileMatrixsetCommentssetComments.AbstractFileArraywriteAllValueswriteAllValues.AbstractFileArraywriteEmptyDatawriteEmptyData.AbstractFileArraywriteHeaderwriteHeader.AbstractFileArraywriteHeaderCommentswriteHeaderComments.AbstractFileArraywriteValueswriteValues.AbstractFileArraywriteValues.FileMatrix

Dependencies:R.methodsS3R.ooR.utils

Readme and manuals

Help Manual

Help pageTopics
Package R.hugeR.huge-package R.huge
Class representing a persistent array stored in a fileAbstractFileArray
Class representing a persistent matrix stored in a fileFileByteMatrix FileDoubleMatrix FileFloatMatrix FileIntegerMatrix FileMatrix FileShortMatrix
Class representing a persistent vector stored on fileFileByteVector FileDoubleVector FileFloatVector FileIntegerVector FileShortVector FileVector