Skip to content

Commit

Permalink
Merge pull request #34 from deanmarchiori/patch-email
Browse files Browse the repository at this point in the history
send_email_update_tar : resolving error with function arguments.
  • Loading branch information
collinschwantes authored Mar 29, 2024
2 parents d707a28 + 6fe94e3 commit 9ee2f5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions R/utils-send-email.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
}

Expand Down

0 comments on commit 9ee2f5b

Please sign in to comment.