mindex - Memory-mapped, indexed files in R
RForge.net

mindex

About mindex
GIT access
Download/Files
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/mindex.git mindex
see also mindex GitHub repository.

To install the latest development snapshot of this package, use

install.packages("mindex",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("mindex",,"http://rforge.net/")

Most recent GIT commits


dbb83dd7| Simon Urbanek | Tue Dec 20 23:03:52 2016 -0500
add bin.search()
 M       NAMESPACE
 A       R/bins.R
 M       src/aget.c

a28616c3| Simon Urbanek | Tue Dec 10 12:11:19 2013 -0500
use mmap for mkindex as well; add dim and names
 M       NAMESPACE
 M       R/index.R
 M       src/aget.c
 D       src/mkindex.c

2b982a96| Simon Urbanek | Mon Dec 9 21:30:39 2013 -0500
add support for missing indexing and (basic) header
 M       R/index.R
 M       src/aget.c

97d145ce| Simon Urbanek | Mon Dec 9 21:14:55 2013 -0500
initial version
 A       DESCRIPTION
 A       NAMESPACE
 A       R/index.R
 A       R/map.R
 A       R/slurp.R
 A       src/aget.c
 A       src/mkindex.c