Package: submitr Title: Scaffold and Submit Computational Jobs to CHTC Schedulers Version: 0.1.0.9000 Authors@R: person("Erwin", "Lares", , "erwin.lares@wisc.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3284-828X")) Description: 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. License: MIT + file LICENSE Encoding: UTF-8 Language: en-US SystemRequirements: SSH client, HTCondor (https://htcondor.org) Roxygen: list(markdown = TRUE) Suggests: containr, knitr, rmarkdown, spelling, testthat (>= 3.0.0), toolero, withr Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Imports: cli, glue, readr, yaml VignetteBuilder: knitr URL: https://erwinlares.github.io/submitr/ BugReports: https://github.com/erwinlares/submitr/issues Repository: https://erwinlares.r-universe.dev Date/Publication: 2026-05-21 17:03:16 UTC RemoteUrl: https://github.com/erwinlares/submitr RemoteRef: HEAD RemoteSha: e47270da3714b073d323cf1203acf75d6b69dcda NeedsCompilation: no Packaged: 2026-06-20 06:00:48 UTC; root Author: Erwin Lares [aut, cre] (ORCID: ) Maintainer: Erwin Lares Depends: R (>= 4.1.0)