Skip to content

Commit

Permalink
Reorder roxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Jul 31, 2024
1 parent 812b737 commit 7059b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tar_plan.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#' @title A `drake`-plan-like pipeline archetype
#' @export
#' @family Pipeline factories
#' @description Simplify target specification in pipelines.
#' @details Allows targets with just targets and commands
#' to be written in the pipeline as `target = command` instead of
Expand All @@ -8,7 +9,6 @@
#' `tar_plan(x = 1, y = 2, tar_target(z, 3), tar_render(r, "r.Rmd"))`
#' is equivalent to
#' `list(tar_target(x, 1), tar_target(y, 2), tar_target(z, 3), tar_render(r, "r.Rmd"))`. # nolint
#' @family Pipeline factories
#' @return A list of `tar_target()` objects.
#' See the "Target objects" section for background.
#' @inheritSection tar_map Target objects
Expand Down

0 comments on commit 7059b8d

Please sign in to comment.