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 5f43156 commit cac30e8
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_cluster.R
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ crew_class_launcher_cluster <- 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_cluster.Rd

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

0 comments on commit cac30e8

Please sign in to comment.