Skip to content

Commit

Permalink
rm non ASCII character
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Aug 28, 2023
1 parent a935edd commit d9a29f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/stats.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ stats <- new_environment(list(attempts = 0L, fallback = 0L, calls = character())
stats_show <- function() {
writeLines(paste0(
c("\U0001f6e0", "\U0001f528", "\U0001f986"),
"️: ",
paste0(c("\u003A", " ")),
format(c(stats$attempts, stats$fallback, stats$attempts - stats$fallback))
))
calls <- sort(gsub("[.]duckplyr_df", "", stats$calls))
Expand Down

0 comments on commit d9a29f8

Please sign in to comment.