Skip to content

Commit

Permalink
better regex and clock
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-dex committed Nov 5, 2023
1 parent 93283d8 commit e35a1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
^.gitignore$
^.travis.yml$
^.git/.*$
^\.RACES\.git$
^\.github$
^_pkgdown\.yml$
^docs$
Expand Down
2 changes: 1 addition & 1 deletion R/print_S3.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ print.rraces <- function(x, ...) {

cli::cli_rule(
left = paste(crayon::bold("rRACES:"), x$name),
righ = paste(" ", x$simulation$get_clock())
righ = paste("\u23F0 ", x$simulation$get_clock())
)
cat('\n')

Expand Down

0 comments on commit e35a1ba

Please sign in to comment.