diff --git a/DESCRIPTION b/DESCRIPTION index 1ab19bf..f73203a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: containerTemplateUtils Title: Provides utility functions to the container-template repository -Version: 0.0.0.9006 +Version: 0.0.0.9007 Authors@R: c(person(given = "Collin", family = "Schwantes", diff --git a/R/utils-send-email.R b/R/utils-send-email.R index f69ecef..f583f64 100644 --- a/R/utils-send-email.R +++ b/R/utils-send-email.R @@ -233,12 +233,12 @@ send_email_update_tar <- function(to, "{test_warning}Please find {n_reports} report{?s} attached. For the best viewing experience, download the report before opening. \n\n", "The {project_name} automated reports can be viewed here: \n\n", - {report_links_collapse}, "\n\n", + {report_links_collapse}, "\n\n" ) } else { body <-cli::pluralize( "{test_warning}The {project_name} automated reports can be viewed here: \n\n", - {report_links_collapse}, "\n\n", + {report_links_collapse}, "\n\n" ) }