Package: batch 1.1-5

Thomas Hoffmann
batch: Batching Routines in Parallel and Passing Command-Line Arguments to R
Functions to allow you to easily pass command-line arguments into R, and functions to aid in submitting your R code in parallel on a cluster and joining the results afterward (e.g. multiple parameter values for simulations running in parallel, splitting up a permutation test in parallel, etc.). See `parseCommandArgs(...)' for the main example of how to use this package.
Authors:
batch_1.1-5.tar.gz
batch_1.1-5.tar.gz(r-4.7-any)batch_1.1-5.tar.gz(r-4.6-any)
batch_1.1-5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
batch/json (API)
| # Install 'batch' in R: |
| install.packages('batch', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:2735a2510b. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 119 | ||
| source / vignettes | OK | 152 | ||
| linux-release-x86_64 | OK | 102 | ||
| wasm-release | OK | 83 |
Exports:mergeCsvmsplitparseCommandArgsrbatchrbatch.defaultrbatch.localrbatch.local.runrbatch.lsfrbatch.mosix
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Merge CSV Files | mergeCsv |
| Split Vectors for Parallelization | msplit |
| Parse Command-Line Arguments | parseCommandArgs |
| R Batch Submission | rbatch rbatch.default rbatch.local rbatch.local.run rbatch.lsf rbatch.mosix |