From d039d9e91e9741ed58283b8db70cc919efce02bd Mon Sep 17 00:00:00 2001 From: Andrew Collier Date: Tue, 22 Oct 2024 04:43:38 +0100 Subject: [PATCH] feat: Add star chart --- README.Rmd | 2 ++ README.md | 43 ++++++++++++++++++++++++------------------- 2 files changed, 26 insertions(+), 19 deletions(-) diff --git a/README.Rmd b/README.Rmd index b7548bc..474844b 100644 --- a/README.Rmd +++ b/README.Rmd @@ -26,6 +26,8 @@ The package name is an adaption of the Zulu word for email, _imeyili_. The documentation for `{emayili}` can be found [here](https://datawookie.github.io/emayili/). +[![Star History Chart](https://api.star-history.com/svg?repos=datawookie/emayili&type=Date)](https://star-history.com/datawookie/emayili&Date) + ## Installation Get the stable version from [CRAN](https://CRAN.R-project.org/package=emayili). diff --git a/README.md b/README.md index 3e63d83..47ef771 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ The package name is an adaption of the Zulu word for email, *imeyili*. The documentation for `{emayili}` can be found [here](https://datawookie.github.io/emayili/). +[![Star History +Chart](https://api.star-history.com/svg?repos=datawookie/emayili&type=Date)](https://star-history.com/datawookie/emayili&Date) + ## Installation Get the stable version from @@ -55,7 +58,7 @@ library(emayili) packageVersion("emayili") ``` - [1] '0.7.17' + [1] '0.7.4' Create a message object. @@ -146,13 +149,13 @@ Simply printing a message displays the header information. email ``` - Date: Sat, 19 Aug 2023 04:44:05 GMT - X-Mailer: {emayili}-0.7.17 - MIME-Version: 1.0 - From: alice@yahoo.com - To: bob@google.com - Cc: craig@google.com - Subject: This is a plain text message! + Date: Tue, 22 Oct 2024 03:42:52 GMT + X-Mailer: {emayili}-0.7.4 + MIME-Version: 1.0 + From: alice@yahoo.com + To: bob@google.com + Cc: craig@google.com + Subject: This is a plain text message! You can identify emails which have been sent using `{emayili}` by the presence of an `X-Mailer` header which includes both the package name @@ -195,14 +198,15 @@ envelope() %>% text("Hello {{name}}!") ``` - Date: Sat, 19 Aug 2023 04:44:05 GMT - X-Mailer: {emayili}-0.7.17 - MIME-Version: 1.0 - Content-Type: text/plain; - charset=utf-8; + Date: Tue, 22 Oct 2024 03:42:52 GMT + X-Mailer: {emayili}-0.7.4 + MIME-Version: 1.0 + Content-Type: text/plain; + charset=utf-8; format=flowed - Content-Transfer-Encoding: 7bit - Content-MD5: nhjeY5ZYMzru+kSCGUzNKg== + Content-Disposition: inline + Content-Transfer-Encoding: 7bit + Content-MD5: nhjeY5ZYMzru+kSCGUzNKg== Hello Alice! @@ -220,11 +224,12 @@ envelope() %>% ) ``` - Date: Sat, 19 Aug 2023 04:44:05 GMT - X-Mailer: {emayili}-0.7.17 - MIME-Version: 1.0 - Content-Type: text/html; + Date: Tue, 22 Oct 2024 03:42:52 GMT + X-Mailer: {emayili}-0.7.4 + MIME-Version: 1.0 + Content-Type: text/html; charset=utf-8 + Content-Disposition: inline

Check out {emayili}.