Package: starburst
Type: Package
Title: Seamless AWS Cloud Bursting for Parallel R Workloads
Version: 0.3.8
Authors@R: c(
    person("Scott", "Friedman", email = "help@starburst.ing", role = c("aut", "cre"))
    )
Description: A 'future' backend that enables seamless execution of parallel R
    workloads on 'Amazon Web Services' ('AWS', <https://aws.amazon.com>),
    including 'EC2' and 'Fargate'. 'staRburst' handles environment
    synchronization, data transfer, quota management, and worker orchestration
    automatically, allowing users to scale from local execution to 100+ cloud
    workers with a single line of code change.
License: Apache License 2.0
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 4.0.0)
Imports: future (>= 1.33.0), globals, paws.compute, paws.storage,
        paws.management, paws.security.identity, qs2, uuid, renv,
        jsonlite, crayon, digest, base64enc, processx
Suggests: future.apply, testthat (>= 3.0.0), knitr, rmarkdown, withr,
        mockery
VignetteBuilder: knitr
URL: https://starburst.ing, https://github.com/scttfrdmn/starburst
BugReports: https://github.com/scttfrdmn/starburst/issues
NeedsCompilation: no
Packaged: 2026-03-16 00:17:30 UTC; scttfrdmn
Author: Scott Friedman [aut, cre]
Maintainer: Scott Friedman <help@starburst.ing>
Repository: CRAN
Date/Publication: 2026-03-19 14:50:02 UTC
Built: R 4.6.0; ; 2026-04-26 15:21:06 UTC; unix
