diff --git a/R/execTemplate.R b/R/execTemplate.R index 536169f..4290a51 100644 --- a/R/execTemplate.R +++ b/R/execTemplate.R @@ -15,5 +15,6 @@ execTemplate <- function(scripts_dir, name = "base_template.R") { dest_path <- file.path(scripts_dir, name) file.copy(template_path, dest_path, overwrite = TRUE) + message(sprintf("Created template file at %s", dest_path)) invisible(dest_path) } \ No newline at end of file