iotools - Experimental I/O tools to run distributed R jobs seamlessly and handle chunk-wise data processing
RForge.net

iotools

About iotools
GIT access
Download/Files
News
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/iotools.git iotools
see also iotools GitHub repository.

To install the latest development snapshot of this package, use

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

Binaries (if avalable) can be installed using

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

Most recent GIT commits


9ea8c5fb| Simon Urbanek | Thu Feb 19 14:10:15 2026 +1300
remove superfluous rawToChar() (closes #38)
 M       NEWS
 M       R/local.R

6126fc3e| Simon Urbanek | Thu Feb 19 14:05:14 2026 +1300
update README
 M       README.md

8888dff2| Simon Urbanek | Thu Feb 19 14:01:27 2026 +1300
add CITATION
 A       inst/CITATION

cc3a545a| Simon Urbanek | Thu Feb 19 13:50:47 2026 +1300
add more tests (large file chunking so not enabled automatically)
 M       tests/non-cran/chunk-apply.R

ca8b7421| Simon Urbanek | Thu Feb 19 13:42:25 2026 +1300
include rcompat.h
 M       src/lnchunk.c