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.5-noble)batch_1.1-5.tar.gz(r-4.4-noble)
batch_1.1-5.tgz(r-4.4-emscripten)batch_1.1-5.tgz(r-4.3-emscripten)
batch.pdf |batch.html✨
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 7 years agofrom:2735a2510b. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-linux | OK | Nov 03 2024 |
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 |