Skip to content

Commit

Permalink
feat: Add star chart
Browse files Browse the repository at this point in the history
  • Loading branch information
datawookie committed Oct 22, 2024
1 parent 9a6c050 commit 1c50091
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 19 deletions.
4 changes: 4 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ 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/).

Not that I pretend to have many stars on this project, but these plots are quite fun.

[![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).
Expand Down
46 changes: 27 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ 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/).

Not that I pretend to have many stars on this project, but these plots
are quite fun.

[![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
Expand Down Expand Up @@ -55,7 +61,7 @@ library(emayili)
packageVersion("emayili")
```

[1] '0.7.17'
[1] '0.7.4'

Create a message object.

Expand Down Expand Up @@ -146,13 +152,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: [email protected]
To: [email protected]
Cc: [email protected]
Subject: This is a plain text message!
Date: Tue, 22 Oct 2024 03:44:31 GMT
X-Mailer: {emayili}-0.7.4
MIME-Version: 1.0
From: [email protected]
To: [email protected]
Cc: [email protected]
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
Expand Down Expand Up @@ -195,14 +201,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:44:31 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!

Expand All @@ -220,11 +227,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:44:31 GMT
X-Mailer: {emayili}-0.7.4
MIME-Version: 1.0
Content-Type: text/html;
charset=utf-8
Content-Disposition: inline

<html><body><p>Check out <a href="https://cran.r-project.org/package=emayili"><code>{emayili}</code></a>.</p></body></html>

Expand Down

0 comments on commit 1c50091

Please sign in to comment.