How to suppress setOutputColors() output (using it at startup in .Rprofile)
mikepierce opened this issue · 1 comments
mikepierce commented
Is there a way write a setOutputColors(...)
line in .Rprofile
and keep the "sample colors"
normal x[x<0] x[x>=0] 19/01/2038 03:14:07 "string"
NA/NaN/NULL FALSE TRUE Inf [index] stderror warn error
from printing when R is started in a terminal.
mikepierce commented
Oh yeah, I'm dumb. setOutputColors(..., verbose = FALSE)
.