Package: crew Title: A Distributed Worker Launcher Framework 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 'NNG'-powered 'mirai' R package by Gao (2023) is a sleek and sophisticated scheduler that efficiently processes these intense workloads. The 'crew' package extends 'mirai' with a unifying interface for third-party worker launchers. Inspiration also comes from packages. 'future' by Bengtsson (2021) , 'rrq' by FitzJohn and Ashton (2023) , 'clustermq' by Schubert (2019) ), and 'batchtools' by Lang, Bischel, and Surmann (2017) . Version: 1.3.0 License: MIT + file LICENSE URL: https://wlandau.github.io/crew/, https://github.com/wlandau/crew BugReports: https://github.com/wlandau/crew/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( given = "Daniel", family = "Woodie", role = "ctb" ), person( family = "Eli Lilly and Company", role = c("cph", "fnd") )) Depends: R (>= 4.0.0) Imports: cli (>= 3.1.0), collections (>= 0.3.9), data.table, later, mirai (>= 2.5.0), nanonext (>= 1.7.0), processx, promises, ps, R6, rlang, stats, tibble, tidyselect, tools, utils Suggests: autometric (>= 0.1.0), knitr (>= 1.30), markdown (>= 1.1), rmarkdown (>= 2.4), testthat (>= 3.0.0) Encoding: UTF-8 Language: en-US VignetteBuilder: knitr Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://r-multiverse-staging.r-universe.dev Date/Publication: 2025-09-12 16:48:08 UTC RemoteUrl: https://github.com/wlandau/crew RemoteRef: 47ae3f0d52298862f5a127f2009843323fd3206d RemoteSha: 47ae3f0d52298862f5a127f2009843323fd3206d NeedsCompilation: no Packaged: 2026-05-29 19:38:49 UTC; root Author: William Michael Landau [aut, cre] (ORCID: ), Daniel Woodie [ctb], Eli Lilly and Company [cph, fnd] Maintainer: William Michael Landau