Skip to content

Commit b1cc307

Browse files
committed
more results
1 parent 47879c5 commit b1cc307

File tree

3 files changed

+1713
-1
lines changed

3 files changed

+1713
-1
lines changed

R-arrow/setup-R-arrow.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ set -e
33

44
# install stable arrow
55
mkdir -p ./R-arrow/r-arrow
6-
Rscript -e 'install.packages(c("arrow","dplyr"), lib="./R-arrow/r-arrow")'
6+
ncores=`python3 -c 'import multiprocessing as mp; print(mp.cpu_count())'`
7+
MAKE="make -j$ncores" Rscript -e 'install.packages(c("arrow","dplyr"), lib="./R-arrow/r-arrow")'
78

89
./R-arrow/ver-R-arrow.sh

0 commit comments

Comments
 (0)