From 15367175469da96d7ca456f5d199f2785d2d536b Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 25 Jun 2024 09:36:40 -0400 Subject: [PATCH] showWarnings --- R/data.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/data.R b/R/data.R index c88b344..09b36e8 100644 --- a/R/data.R +++ b/R/data.R @@ -6,7 +6,7 @@ #' @return This downloads the main branch repo files from the respective repo for testing purposes #' @export download_ottr_template <- function(dir = "inst/extdata", type = "rmd") { - if (!dir.exists(dir)) dir.create(dir, recursive = TRUE, showWarning = FALSE) + if (!dir.exists(dir)) dir.create(dir, recursive = TRUE, showWarnings = FALSE) possible_types <- c("rmd", "quarto", "rmd_website", "quarto_website")