Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Dec 4, 2023
1 parent 0f80629 commit 384c6b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/interactive/test-target_markdown_default.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ create_plot <- function(data) {

# Targets

Our first target borrows the `airquality` dataset built into base R.
Our first target borrows the `airquality` dataset from base R.

```{targets raw-data}
tar_target(raw_data, airquality)
Expand Down
2 changes: 1 addition & 1 deletion tests/interactive/test-target_markdown_paths.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ create_plot <- function(data) {

# Targets

Our first target borrows the `airquality` dataset built into base R.
Our first target borrows the `airquality` dataset from base R.

```{targets othername, tar_name = "raw_data", tar_simple = TRUE}
airquality
Expand Down

0 comments on commit 384c6b0

Please sign in to comment.