Nothing
#' @title crew.aws.batch: a crew launcher plugin for AWS Batch
#' @name crew.aws.batch-package
#' @family help
#' @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`](https://github.com/r-lib/mirai)-powered
#' [`crew`](https://wlandau.github.io) package with worker
#' launcher plugins for AWS Batch.
#' Inspiration also comes from packages
#' [`mirai`](https://github.com/r-lib/mirai),
#' [`future`](https://future.futureverse.org/),
#' [`rrq`](https://mrc-ide.github.io/rrq/),
#' [`clustermq`](https://mschubert.github.io/clustermq/),
#' and [`batchtools`](https://batchtools.mlr-org.com).
#' @importFrom cli cli_progress_bar cli_progress_done cli_progress_update
#' @importFrom crew crew_assert crew_class_launcher crew_deprecate
#' crew_launcher crew_random_name crew_tls
#' @importFrom paws.common get_config paginate
#' @importFrom paws.compute batch
#' @importFrom paws.management cloudwatchlogs
#' @importFrom R6 R6Class
#' @importFrom rlang is_installed
#' @importFrom tibble tibble
#' @importFrom utils globalVariables
NULL
utils::globalVariables(".")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.