generate-cran-packages: make executable
This commit is contained in:
Regular → Executable
+2
@@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env Rscript
|
||||||
|
|
||||||
library(data.table)
|
library(data.table)
|
||||||
library(parallel)
|
library(parallel)
|
||||||
cl <- makeCluster(10)
|
cl <- makeCluster(10)
|
||||||
|
|||||||
Reference in New Issue
Block a user