Skip to content

Commit

Permalink
include patchwork in targets packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tklebel committed Jul 20, 2021
1 parent aa6f6a1 commit 9830459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ library(tarchetypes)
source("R/functions.R")
source("R/helpers.R")
options(tidyverse.quiet = TRUE)
tar_option_set(packages = c("scales", "tidyverse", "visdat"))
tar_option_set(packages = c("scales", "tidyverse", "visdat", "patchwork"))

list(
tar_target(
Expand Down

0 comments on commit 9830459

Please sign in to comment.