Skip to content

Commit

Permalink
Remove use of emo package from example script (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone authored Jan 16, 2020
1 parent 37ece90 commit 883df9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/gt-examples/02-html-rmd/html-01-iris.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ gt(data = iris) %>%
) %>%
tab_source_note(
source_note = md("The data were collected by *Anderson* (1935).")
)
```
3 changes: 1 addition & 2 deletions tests/gt-examples/05-html-email/emailing_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ library(blastula)
library(tidyverse)
library(glue)
library(scales)
library(emo)

# Create short labels for months (displays
# better for small plots in email messages)
Expand Down Expand Up @@ -124,7 +123,7 @@ pizza_tab_email <-
income = "Income"
) %>%
tab_header(
title = paste0("My ", emo::ji("pizza"), " sales in 2015"),
title = paste0("My pizza sales in 2015"),
subtitle = "Split by the type of pizza and the size"
) %>%
as_raw_html()
Expand Down

0 comments on commit 883df9a

Please sign in to comment.