Package: submitr 0.1.0.9000


Erwin Lares
submitr: Scaffold and Submit Computational Jobs to CHTC 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. A session-level job manifest tracks metadata across the workflow so that result files can be downloaded automatically without constructing file lists by hand. Provides 'htc_start()' for session management and 'htc_config()' for 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.9000.tar.gz
submitr_0.1.0.9000.zip(r-4.7)submitr_0.1.0.9000.zip(r-4.6)submitr_0.1.0.9000.zip(r-4.5)
submitr_0.1.0.9000.tgz(r-4.6-any)submitr_0.1.0.9000.tgz(r-4.5-any)
submitr_0.1.0.9000.tar.gz(r-4.7-any)submitr_0.1.0.9000.tar.gz(r-4.6-any)
submitr_0.1.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
submitr/json (API)
| # Install 'submitr' in R: |
| install.packages('submitr', repos = c('https://erwinlares.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:e47270da37. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 164 | ||
| source / vignettes | OK | 168 | ||
| linux-release-x86_64 | OK | 157 | ||
| macos-release-arm64 | OK | 91 | ||
| macos-oldrel-arm64 | OK | 94 | ||
| windows-devel | OK | 101 | ||
| windows-release | OK | 113 | ||
| windows-oldrel | OK | 81 | ||
| wasm-release | OK | 125 |
Exports:htc_confightc_downloadhtc_gen_executablehtc_gen_submithtc_starthtc_statushtc_submithtc_upload
Dependencies:bitbit64clicliprcpp11crayongluehmslifecyclemagrittrpillarpkgconfigprettyunitsprogressR6readrrlangtibbletidyselecttzdbutf8vctrsvroomwithryaml
Last update: 2026-05-20
Started: 2026-05-09
Last update: 2026-05-20
Started: 2026-05-20
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 |
| Start an HTC session | htc_start |
| 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 |