Package: submitr
Title: Scaffold and Submit Computational Jobs to HTC Schedulers
Version: 0.1.0
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. 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.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
SystemRequirements: SSH client, HTCondor (https://htcondor.org)
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
NeedsCompilation: no
Packaged: 2026-05-13 19:19:57 UTC; lares
Author: Erwin Lares [aut, cre] (ORCID: <https://orcid.org/0000-0002-3284-828X>)
Maintainer: Erwin Lares <erwin.lares@wisc.edu>
Repository: CRAN
Date/Publication: 2026-05-19 07:40:02 UTC
