From 7090678db08f6080c3df504a577bbce841f203bb Mon Sep 17 00:00:00 2001 From: deanmarchiori Date: Thu, 28 Mar 2024 12:43:03 +1100 Subject: [PATCH 1/2] resolving error with function arguments. --- R/utils-send-email.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ) } From 6fe94e346070deb2f65085a24f02015c28df31da Mon Sep 17 00:00:00 2001 From: Collin Schwantes Date: Fri, 29 Mar 2024 13:44:23 -0600 Subject: [PATCH 2/2] Update DESCRIPTION updating the description to show a version change --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",