Skip to content

Commit

Permalink
link anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Jul 10, 2024
1 parent 4c05b5d commit c61a684
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/crew_launcher_aws_batch.R
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,8 @@ crew_class_launcher_aws_batch <- R6::R6Class(
#' initiate the worker.
#' @return A handle object to allow the termination of the worker
#' later on.
#' @param call Character of length 1, a namespaced call to [crew_worker()]
#' @param call Character of length 1, a namespaced call to
#' [crew::crew_worker()]
#' which will run in the worker and accept tasks.
#' @param name Character of length 1, an informative worker name.
#' @param launcher Character of length 1, name of the launcher.
Expand Down
3 changes: 2 additions & 1 deletion man/crew_class_launcher_aws_batch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c61a684

Please sign in to comment.