File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,14 @@ loading (non-binary) data to R. This package started as an attempt to
55provide high-performance parsing tools that minimize copying and avoid
66the 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
1011To allow processing of arbitrarily large files we have added way to
1112process chunk-wise input, making it possible to compute on streaming
1213input 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
1617The next natural progress was to wrap support for Hadoop
1718streaming. The major goal was to make it possible to compute using
You can’t perform that action at this time.
0 commit comments