From c61a684ee7f6aced245125e33d3be716de6901fd Mon Sep 17 00:00:00 2001 From: wlandau Date: Wed, 10 Jul 2024 11:32:00 -0400 Subject: [PATCH] link anchor --- R/crew_launcher_aws_batch.R | 3 ++- man/crew_class_launcher_aws_batch.Rd | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/R/crew_launcher_aws_batch.R b/R/crew_launcher_aws_batch.R index a09b180..98bbc11 100644 --- a/R/crew_launcher_aws_batch.R +++ b/R/crew_launcher_aws_batch.R @@ -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. diff --git a/man/crew_class_launcher_aws_batch.Rd b/man/crew_class_launcher_aws_batch.Rd index f7b11fc..97ad93a 100644 --- a/man/crew_class_launcher_aws_batch.Rd +++ b/man/crew_class_launcher_aws_batch.Rd @@ -270,7 +270,8 @@ dial into a socket. \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{call}}{Character of length 1, a namespaced call to \code{\link[=crew_worker]{crew_worker()}} +\item{\code{call}}{Character of length 1, a namespaced call to +\code{\link[crew:crew_worker]{crew::crew_worker()}} which will run in the worker and accept tasks.} \item{\code{name}}{Character of length 1, an informative worker name.}