@@ -102,7 +102,7 @@ read <- function(
102102 check_dependencies(" arrow" )
103103 if (verbosity > 0L ) {
104104 msg0(
105- bold(green (" \u 25B6" )),
105+ bold(highlight (" \u 25B6" )),
106106 " Reading " ,
107107 highlight(basename(path )),
108108 " using arrow::read_parquet()..."
@@ -113,7 +113,7 @@ read <- function(
113113 } else if (ext == " rds" ) {
114114 if (verbosity > 0L ) {
115115 msg0(
116- bold(green (" \u 25B6" )),
116+ bold(highlight (" \u 25B6" )),
117117 " Reading " ,
118118 highlight(basename(path )),
119119 " ..."
@@ -124,7 +124,7 @@ read <- function(
124124 check_dependencies(" openxlsx" )
125125 if (verbosity > 0L ) {
126126 msg0(
127- bold(green (" \u 25B6" )),
127+ bold(highlight (" \u 25B6" )),
128128 " Reading " ,
129129 highlight(basename(path )),
130130 " using readxl::read_excel()..."
@@ -141,7 +141,7 @@ read <- function(
141141 check_dependencies(" haven" )
142142 if (verbosity > 0L ) {
143143 msg0(
144- bold(green (" \u 25B6" )),
144+ bold(highlight (" \u 25B6" )),
145145 " Reading " ,
146146 highlight(basename(path )),
147147 " using haven::read_dta()..."
@@ -153,7 +153,7 @@ read <- function(
153153 check_dependencies(" seqinr" )
154154 if (verbosity > 0L ) {
155155 msg0(
156- bold(green (" \u 25B6" )),
156+ bold(highlight (" \u 25B6" )),
157157 " Reading " ,
158158 highlight(basename(path )),
159159 " using seqinr::read.fasta()..."
@@ -169,7 +169,7 @@ read <- function(
169169 check_dependencies(" farff" )
170170 if (verbosity > 0L ) {
171171 msg0(
172- bold(green (" \u 25B6" )),
172+ bold(highlight (" \u 25B6" )),
173173 " Reading " ,
174174 highlight(basename(path )),
175175 " using farff::readARFF()..."
@@ -180,7 +180,7 @@ read <- function(
180180 } else {
181181 if (verbosity > 0L ) {
182182 msg0(
183- bold(green (" \u 25B6" )),
183+ bold(highlight (" \u 25B6" )),
184184 " Reading " ,
185185 highlight(basename(path )),
186186 " using " ,
@@ -332,7 +332,7 @@ msgread <- function(x, caller = "", use_basename = TRUE) {
332332 x <- basename(x )
333333 }
334334 msg0(
335- bold(green (" \u 25B6" )),
335+ bold(highlight (" \u 25B6" )),
336336 " Reading " ,
337337 highlight(x ),
338338 " ..." ,
0 commit comments