Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Feb 15, 2024
1 parent 4ddfc65 commit b7078d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/use_targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ use_targets <- function(
tar_assert_none_na(overwrite)
if (!is.null(scheduler)) {
tar_warn_deprecate(
"The 'scheduler' argument use_targets() was deprecated ",
"in version 1.5.0.9001 (2024-02-12)."
"The 'scheduler' argument of use_targets() was deprecated ",
"in version 1.5.0.9001 (2024-02-12) and is no longer used."
)
}
if (!is.null(job_name)) {
tar_warn_deprecate(
"The 'job_name' argument use_targets() was deprecated ",
"in version 1.5.0.9001 (2024-02-12)."
"The 'job_name' argument of use_targets() was deprecated ",
"in version 1.5.0.9001 (2024-02-12) and is no longer used."
)
}
from <- file.path("pipelines", "use_targets.R")
Expand Down

0 comments on commit b7078d0

Please sign in to comment.