Skip to content

Commit

Permalink
showWarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jun 25, 2024
1 parent a576a76 commit 1536717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 1536717

Please sign in to comment.