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
commit b667cb6163
2 changed files with 585 additions and 452 deletions

File diff suppressed because it is too large Load Diff

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)