Skip to content

Commit

Permalink
Remove ANSI code coloring from egor.print() output
Browse files Browse the repository at this point in the history
Removed (temporarily?) to allow pdf rendering from Rmd. Code coloring string causes "invalid character" error when compiling latex doc to pdf. See #80
  • Loading branch information
raffaelevacca committed Dec 6, 2022
1 parent e5980a5 commit b6155ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/egor.R
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ print.egor <- function(x,
toupper(level_name),
" data",
design ,
" (\033[32mactive\033[39m): ",
" (active): ",
summary_row,
"\n"
))
Expand Down

0 comments on commit b6155ca

Please sign in to comment.