mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
commit
b667cb6163
File diff suppressed because it is too large
Load Diff
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(data.table)
|
||||||
library(parallel)
|
library(parallel)
|
||||||
cl <- makeCluster(10)
|
cl <- makeCluster(10)
|
||||||
|
Loading…
Reference in New Issue
Block a user