We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e61333 commit 3900d31Copy full SHA for 3900d31
R/vertical.R
@@ -25,7 +25,7 @@ print.vertical <- function(x, ...,
25
x <- prettycode::highlight(x, style = style)
26
} else {
27
warn(paste(
28
- "Could not use colored = TRUE, as the package prettycode is not",
+ "Could not use `colored = TRUE`, as the package prettycode is not",
29
"installed. Please install it if you want to see colored output",
30
"or see `?print.vertical` for more information."
31
))
0 commit comments