Skip to content

Commit

Permalink
Merge pull request #127 from sbfnk/emojis
Browse files Browse the repository at this point in the history
update emojis
  • Loading branch information
lorenzwalthert committed Feb 17, 2024
2 parents 66c4df1 + 1df2d4d commit 6cbc622
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
4 changes: 2 additions & 2 deletions R/analyze.R
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ set_sign <- function(x) {
}

confint_relative_get <- function(timings, branches, reference, ci) {
no_change <- "&nbsp;&nbsp;:ballot_box_with_check:"
no_change <- ":heavy_check_mark:"
slower <- ":exclamation::snail:"
faster <- "&nbsp;&nbsp;:rocket:"
faster <- ":rocket:"

timings_with_factors <- timings %>%
dplyr::mutate(
Expand Down
12 changes: 8 additions & 4 deletions tests/testthat/_snaps/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

Code
activate()
Warning <rlang_warning>
Condition
Warning:
`activate()` is meant for interactive useonly, make sure 'script.R' works as intended!

---
Expand All @@ -26,7 +27,8 @@

Code
activate()
Warning <rlang_warning>
Condition
Warning:
`activate()` is meant for interactive useonly, make sure script.R works as intended!

---
Expand All @@ -45,7 +47,8 @@

Code
activate()
Warning <rlang_warning>
Condition
Warning:
`activate()` is meant for interactive useonly, make sure 'script.R' works as intended!

---
Expand All @@ -64,7 +67,8 @@

Code
activate()
Warning <rlang_warning>
Condition
Warning:
`activate()` is meant for interactive useonly, make sure script.R works as intended!

---
Expand Down
8 changes: 4 additions & 4 deletions tests/testthat/_snaps/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Code
use_touchstone()
Message <cliMessage>
Message
v Populated file 'script.R' in 'touchstone/'.
v Populated file 'header.R' in 'touchstone/'.
v Populated file 'footer.R' in 'touchstone/'.
Expand All @@ -21,7 +21,7 @@

Code
use_touchstone()
Message <cliMessage>
Message
v Populated file script.R in touchstone/.
v Populated file header.R in touchstone/.
v Populated file footer.R in touchstone/.
Expand All @@ -40,7 +40,7 @@

Code
use_touchstone()
Message <cliMessage>
Message
✔ Populated file 'script.R' in 'touchstone/'.
✔ Populated file 'header.R' in 'touchstone/'.
✔ Populated file 'footer.R' in 'touchstone/'.
Expand All @@ -59,7 +59,7 @@

Code
use_touchstone()
Message <cliMessage>
Message
✔ Populated file script.R in touchstone/.
✔ Populated file header.R in touchstone/.
✔ Populated file footer.R in touchstone/.
Expand Down
8 changes: 4 additions & 4 deletions tests/testthat/_snaps/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

Code
find_git_root(no_git)
Message <cliMessage>
Message
x Could not find git repository from current working directory!
i Please manually set the option "touchstone.git_root".
Output
Expand All @@ -52,7 +52,7 @@

Code
find_git_root(no_git)
Message <cliMessage>
Message
x Could not find git repository from current working directory!
i Please manually set the option "touchstone.git_root".
Output
Expand All @@ -62,7 +62,7 @@

Code
find_git_root(no_git)
Message <cliMessage>
Message
✖ Could not find git repository from current working directory!
ℹ Please manually set the option "touchstone.git_root".
Output
Expand All @@ -72,7 +72,7 @@

Code
find_git_root(no_git)
Message <cliMessage>
Message
✖ Could not find git repository from current working directory!
ℹ Please manually set the option "touchstone.git_root".
Output
Expand Down

0 comments on commit 6cbc622

Please sign in to comment.