generate-cran-packages: make executable

This commit is contained in:
Nikolay Amiantov 2015-06-12 03:39:48 +03:00
parent 2156937166
commit 9bb5e7edbd

2
pkgs/development/r-modules/generate-cran-packages.R Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env Rscript
library(data.table)
library(parallel)
cl <- makeCluster(10)