Skip to content

Commit

Permalink
descriptions in tar_age()
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Feb 20, 2024
1 parent 8ea34dc commit 079ef5c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 4 additions & 2 deletions R/tar_age.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ tar_age <- function(
resources = targets::tar_option_get("resources"),
storage = targets::tar_option_get("storage"),
retrieval = targets::tar_option_get("retrieval"),
cue = targets::tar_option_get("cue")
cue = targets::tar_option_get("cue"),
description = targets::tar_option_get("description")
) {
name <- targets::tar_deparse_language(substitute(name))
envir <- tar_option_get("envir")
Expand Down Expand Up @@ -101,6 +102,7 @@ tar_age <- function(
resources = resources,
storage = storage,
retrieval = retrieval,
cue = cue
cue = cue,
description = description
)
}
12 changes: 11 additions & 1 deletion man/tar_age.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 079ef5c

Please sign in to comment.