Merge pull request #8298 from abbradar/r-updates

R updates
This commit is contained in:
Peter Simons
2015-06-15 20:31:57 +02:00
2 changed files with 585 additions and 452 deletions
File diff suppressed because it is too large Load Diff
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env Rscript
library(data.table)
library(parallel)
cl <- makeCluster(10)