forked from mirrors/nixpkgs
generate-cran-packages: make executable
This commit is contained in:
parent
2156937166
commit
9bb5e7edbd
2
pkgs/development/r-modules/generate-cran-packages.R
Normal file → Executable file
2
pkgs/development/r-modules/generate-cran-packages.R
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env Rscript
|
||||
|
||||
library(data.table)
|
||||
library(parallel)
|
||||
cl <- makeCluster(10)
|
||||
|
|
Loading…
Reference in a new issue