Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFR: option to silence data.table startup messages #3489
Comments
|
Thanks @leobarlach, I've edited your post heavily to re-frame it as a feature request, I think it's a valid and good request to have an option like this. |
Since
data.tabledoesn't respectquietly = TRUEwhen loading:It would be nice to have an option to suppress this, e.g.
tidyversehas:The alternative, using
suppressPackageStartupMessages(), is a bit clunky.