Skip to content

Commit 6126fc3

Browse files
committed
update README
1 parent 8888dff commit 6126fc3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ loading (non-binary) data to R. This package started as an attempt to
55
provide high-performance parsing tools that minimize copying and avoid
66
the use of strings when possible (see
77
[mstrsplit](https://rforge.net/doc/packages/iotools/mstrsplit.html),
8-
for example).
8+
for example). A paper describing the some functionality of the package can be
9+
found [here](https://doi.org/10.32614/RJ-2017-001)
910

1011
To allow processing of arbitrarily large files we have added way to
1112
process chunk-wise input, making it possible to compute on streaming
1213
input as well as very large files (see
13-
[chunk.reader](https://rforge.net/doc/packages/iotools/chunk.html) and
14-
[chunk.apply](https://rforge.net/doc/packages/iotools/chunk.apply.html)).
14+
[chunk.reader](https://rforge.net/iotools/docs/reference/chunk.html) and
15+
[chunk.apply](https://rforge.net/iotools/docs/reference/chunk.apply.html)).
1516

1617
The next natural progress was to wrap support for Hadoop
1718
streaming. The major goal was to make it possible to compute using

0 commit comments

Comments
 (0)