From 750f12bb2f2654a4228291cc678a487951ecc281 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 23 Apr 2024 14:37:08 +0000 Subject: [PATCH] cli-6299-738 --- pkgdown.yml | 2 +- reference/envelope.html | 2 +- reference/print.envelope.html | 6 +++--- reference/text.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgdown.yml b/pkgdown.yml index 7ce576d..2727470 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: 3.1.11 pkgdown: 2.0.9 pkgdown_sha: ~ articles: {} -last_built: 2024-04-23T13:51Z +last_built: 2024-04-23T14:36Z diff --git a/reference/envelope.html b/reference/envelope.html index d520b4b..1269c1e 100644 --- a/reference/envelope.html +++ b/reference/envelope.html @@ -158,7 +158,7 @@

Examples

subject = "Hiya!", text = "Hi Bob, how are you?" ) -#> Date: Tue, 23 Apr 2024 13:51:18 GMT +#> Date: Tue, 23 Apr 2024 14:37:02 GMT #> X-Mailer: {emayili}-0.8.0 #> MIME-Version: 1.0 #> To: bob@gmail.com diff --git a/reference/print.envelope.html b/reference/print.envelope.html index 85160ce..6e483d9 100644 --- a/reference/print.envelope.html +++ b/reference/print.envelope.html @@ -79,11 +79,11 @@

Examples

msg <- envelope() %>% text("Hello, World!")
 
 print(msg)
-#> Date:                         Tue, 23 Apr 2024 13:51:20 GMT

+#> Date:                         Tue, 23 Apr 2024 14:37:04 GMT

 #> X-Mailer:                     {emayili}-0.8.0

 #> MIME-Version:                 1.0
 print(msg, details = TRUE)
-#> Date:                         Tue, 23 Apr 2024 13:51:20 GMT

+#> Date:                         Tue, 23 Apr 2024 14:37:04 GMT

 #> X-Mailer:                     {emayili}-0.8.0

 #> MIME-Version:                 1.0

 #> Content-Type:                 text/plain; 

@@ -96,7 +96,7 @@ 

Examples

options(envelope_details = TRUE) print(msg) -#> Date: Tue, 23 Apr 2024 13:51:20 GMT +#> Date: Tue, 23 Apr 2024 14:37:04 GMT #> X-Mailer: {emayili}-0.8.0 #> MIME-Version: 1.0
diff --git a/reference/text.html b/reference/text.html index 5067895..75741d5 100644 --- a/reference/text.html +++ b/reference/text.html @@ -143,7 +143,7 @@

Examples

msg <- envelope() %>% text("Hello {name}.") print(msg, details = TRUE) -#> Date: Tue, 23 Apr 2024 13:51:24 GMT +#> Date: Tue, 23 Apr 2024 14:37:07 GMT #> X-Mailer: {emayili}-0.8.0 #> MIME-Version: 1.0 #> Content-Type: text/plain;