Package: submitr 0.1.0


Erwin Lares
submitr: Scaffold and Submit Computational Jobs to HTC Schedulers
Provides scaffolding tools to help researchers prepare and submit computational jobs to high-throughput computing (HTC) schedulers. Generates the files required to run containerized R analyses on 'HTCondor', including submit files and executable scripts, and wraps the system commands needed to stage files, submit jobs, monitor status, and retrieve results from a CHTC submit node. Provides 'htc_config()' for managing connection details and SSH connection reuse guidance. Works naturally alongside 'containr' for container image management and 'toolero' for dataset splitting and project scaffolding.
Authors:
submitr_0.1.0.tar.gz
submitr_0.1.0.tar.gz(r-4.7-any)submitr_0.1.0.tar.gz(r-4.6-any)
submitr_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
submitr/json (API)
NEWS
| # Install 'submitr' in R: |
| install.packages('submitr', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/erwinlares/submitr/issues
Pkgdown/docs site:https://erwinlares.github.io
Last updated from:e0c1c00ae6. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 142 | ||
| source / vignettes | OK | 194 | ||
| linux-release-x86_64 | OK | 139 | ||
| wasm-release | OK | 131 |
Exports:htc_confightc_downloadhtc_gen_executablehtc_gen_submithtc_statushtc_submithtc_upload
Dependencies:bitbit64clicliprcpp11crayongluehmslifecyclemagrittrpillarpkgconfigprettyunitsprogressR6readrrlangtibbletidyselecttzdbutf8vctrsvroomwithryaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Configure a connection to an HTC submit server | htc_config |
| Download files from an HTC submit node | htc_download |
| Generate an HTCondor executable shell script for an R job | htc_gen_executable |
| Generate an HTCondor submit file for a containerized R job | htc_gen_submit |
| Check the status of submitted HTCondor jobs | htc_status |
| Submit an HTCondor job from a remote submit node | htc_submit |
| Upload files to an HTC submit node | htc_upload |