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 f12019c commit 77e5d90Copy full SHA for 77e5d90
NEWS.md
@@ -1,6 +1,9 @@
1
2
# development version
3
4
+* crayon now does not fail to install from source if the utils package
5
+ is not loaded (#133).
6
+
7
# 1.5.0
8
9
* You can use the new `cli.default_num_colors` option to set the default
R/ansi-palette.R
@@ -89,12 +89,12 @@ truecolor <- as.integer(256 ^ 3)
89
#' ansi_palette_show("dichro", colors = truecolor)
90
91
ansi_palettes <- rbind(
92
- read.table(
+ utils::read.table(
93
"tools/ansi-palettes.txt",
94
comment = ";",
95
stringsAsFactors = FALSE
96
),
97
98
"tools/ansi-iterm-palettes.txt",
99
100
0 commit comments