generate-cran-packages: make executable

This commit is contained in:
Nikolay Amiantov
2015-06-12 03:44:38 +03:00
parent 2156937166
commit 9bb5e7edbd
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env Rscript
library(data.table)
library(parallel)
cl <- makeCluster(10)