We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b010c4d commit ae6a3c2Copy full SHA for ae6a3c2
R/between.R
@@ -84,7 +84,7 @@ inrange = function(x,lower,upper,incbounds=TRUE) {
84
options(datatable.verbose=verbose)
85
if (verbose) {last.started.at=proc.time();catf("Generating final logical vector ... ");flush.console()}
86
.Call(Cinrange, idx <- vector("logical", length(x)), xo, ans[["starts"]], ans[["lens"]])
87
- if (verbose) {catf("done in %s\n",timetaken(last.started.at)); flush.console}
+ if (verbose) {catf("done in %s\n",timetaken(last.started.at)); flush.console()}
88
idx
89
}
90
0 commit comments