Skip to content

Commit 7c76529

Browse files
committed
minor improvements
1 parent b0db59c commit 7c76529

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@
3030

3131
^bus$
3232
^pkgdown$
33+
^library$

R/benchmark.data.table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
benchmark.data.table = function(script="benchmarks.Rraw", rbin="Rscript", desc=character(), libs=NULL) {
22
stopifnot(length(script)==1L)
33
# make revision && Rscript inst/benchmarks/boot.R ## install to various libs with various compilation flags
4-
# R -q -e 'data.table:::benchmark.data.table(libs=list.dirs("library/gcc"))'
4+
# R -q -e 'data.table:::benchmark.data.table(libs=list.dirs("library/gcc", recursive=FALSE))'
55
fn = setNames(file.path("inst","benchmarks", script), script) ## this path only for development, ultimately use system.file(package="data.table", "benchmarks", script)
66
desc = if (length(desc)) paste0(" ", desc) else ""
77
if (is.null(libs)) libs = .libPaths()[1L]

0 commit comments

Comments
 (0)