From 33cc4300b7754fe85de2b0f5ebcbbe967f563d6f Mon Sep 17 00:00:00 2001 From: Hayley Corson-Dosch <hcorson-dosch@usgs.gov> Date: Fri, 6 Dec 2024 22:36:43 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Archer, Althea Anne <aaarcher@usgs.gov> --- fireInIceR/_targets.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fireInIceR/_targets.R b/fireInIceR/_targets.R index e045da4..6e34b72 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') -- GitLab