git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Streamer@68735 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -25,10 +25,7 @@ rawParserFactory <- |
25 | 25 |
stop("'trim' must equal separator[seq_along(trim)]") |
26 | 26 |
} |
27 | 27 |
function(buf, bin) |
28 |
- { |
|
29 |
- .Call(.raw_parse, c(buf, bin), separator, trim, |
|
30 |
- PACKAGE="Streamer") |
|
31 |
- } |
|
28 |
+ .Call(.raw_parse, c(buf, bin), separator, trim) |
|
32 | 29 |
} |
33 | 30 |
|
34 | 31 |
## |