Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in roxygen2 comment for tar_script.R #1394

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/tar_script.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
#' specific options to set, it is still recommended to call
#' [tar_option_set()] in order to register the proper environment.
#' 4. Targets: define one or more target objects using [tar_target()].
#' 5. Pipeline: call [list()] to bring the targets from (3)
#' 5. Pipeline: call [list()] to bring the targets from (4)
#' together in a pipeline object. Every target script file must return
#' a pipeline object, which usually means ending with a call to
#' [list()]. In practice, (3) and (4) can be combined together
#' [list()]. In practice, (4) and (5) can be combined together
#' in the same function call.
#'
#' @return `NULL` (invisibly).
Expand Down
Loading