Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Sep 24, 2024
1 parent 6a4eb47 commit d5ffca7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion R/tar_helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @description Write a helper R script for a `targets` pipeline.
#' Could be supporting functions or the target script file
#' (default: `_targets.R`) itself.
#'
#'
#' [tar_helper()] expects an unevaluated expression for the `code`
#' argument, whereas [tar_helper_raw()] expects an evaluated
#' expression object.
Expand Down
1 change: 0 additions & 1 deletion R/tar_timestamp.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#' @return If the target is not recorded in the metadata
#' or cannot be parsed correctly, then
#' `tar_timestamp()` returns a `POSIXct` object at `1970-01-01 UTC`.
#' @inheritParams tar_timestamp_raw
#' @param name Name of the target. If `NULL` (default)
#' then `tar_timestamp()` will attempt to return the timestamp
#' of the target currently running. Must be called inside a target's
Expand Down

0 comments on commit d5ffca7

Please sign in to comment.