Skip to content

Commit

Permalink
Update _targets.R
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Feb 29, 2024
1 parent cc00de3 commit 9baf983
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _targets.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
library(targets)
library(tarchetypes)

tar_option_set(packages = c(
"rvest",
"jsonlite"
tar_option_set(packages = c(
"jsonlite",
"rvest"
))

source("functions.R")
Expand Down

0 comments on commit 9baf983

Please sign in to comment.