Package: crew.aws.batch Title: A Crew Launcher Plugin for AWS Batch Description: In computationally demanding analysis projects, statisticians and data scientists asynchronously deploy long-running tasks to distributed systems, ranging from traditional clusters to cloud services. The 'crew.aws.batch' package extends the 'mirai'-powered 'crew' package with a worker launcher plugin for AWS Batch. Inspiration also comes from packages 'mirai' by Gao (2023) , 'future' by Bengtsson (2021) , 'rrq' by FitzJohn and Ashton (2023) , 'clustermq' by Schubert (2019) ), and 'batchtools' by Lang, Bischl, and Surmann (2017). . Version: 0.1.0 License: MIT + file LICENSE URL: https://wlandau.github.io/crew.aws.batch/, https://github.com/wlandau/crew.aws.batch BugReports: https://github.com/wlandau/crew.aws.batch/issues Authors@R: c( person( given = c("William", "Michael"), family = "Landau", role = c("aut", "cre"), email = "will.landau.oss@gmail.com", comment = c(ORCID = "0000-0003-1878-3253") ), person( family = "Eli Lilly and Company", role = c("cph", "fnd") )) Depends: R (>= 4.0.0) Imports: cli (>= 3.1.0), crew (>= 1.3.0), paws.common (>= 0.7.0), paws.compute, paws.management, R6, rlang, tibble, utils Suggests: knitr (>= 1.30), markdown (>= 1.1), rmarkdown (>= 2.4), testthat (>= 3.0.0) Encoding: UTF-8 Language: en-US Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libxml2-dev libssl-dev Repository: https://r-multiverse.r-universe.dev Date/Publication: 2025-09-15 12:29:25 UTC RemoteUrl: https://github.com/wlandau/crew.aws.batch RemoteRef: 0.1.0 RemoteSha: a25665729eb1d63b2f77049de78e3754ffd4c062 NeedsCompilation: no Packaged: 2026-07-01 09:09:50 UTC; root Author: William Michael Landau [aut, cre] (ORCID: ), Eli Lilly and Company [cph, fnd] Maintainer: William Michael Landau