diff --git a/fireInIceR/_targets.R b/fireInIceR/_targets.R index e045da45de9d9b20f762b98bf5b3abb028bd11b0..6e34b729d8d716f8c1d00ebcb8c7fcc90a89ae2c 100644 --- a/fireInIceR/_targets.R +++ b/fireInIceR/_targets.R @@ -2,7 +2,7 @@ library(targets) options(tidyverse.quiet = TRUE) tar_option_set(packages = c("tidyverse", - "readxl")) + "readxl", "readr")) source('src/data_utils.R')