Package: starburst Type: Package Title: Seamless AWS Cloud Bursting for Parallel R Workloads Version: 0.3.9 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', ), 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 Depends: R (>= 4.0.0) Imports: future (>= 1.33.0), globals, paws.compute, paws.storage, paws.management, paws.cost.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 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: make libxml2-dev libssl-dev Repository: https://scttfrdmn.r-universe.dev Date/Publication: 2026-07-22 16:56:37 UTC RemoteUrl: https://github.com/scttfrdmn/starburst RemoteRef: HEAD RemoteSha: 09a7fbb6e16063d6ae0bba68dabf09b049f9c8ed NeedsCompilation: no Packaged: 2026-07-22 18:01:44 UTC; root Author: Scott Friedman [aut, cre] Maintainer: Scott Friedman