Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: option to silence data.table startup messages #3489

Closed
leobarlach opened this issue Apr 3, 2019 · 1 comment
Closed

FR: option to silence data.table startup messages #3489

leobarlach opened this issue Apr 3, 2019 · 1 comment
Milestone

Comments

@leobarlach
Copy link

leobarlach commented Apr 3, 2019

Since data.table doesn't respect quietly = TRUE when loading:

> library(data.table, warn.conflicts = F, quietly = T, verbose = F)
data.table 1.11.4  Latest news: http://r-datatable.com

It would be nice to have an option to suppress this, e.g. tidyverse has:

options(tidyverse.quiet = TRUE)
library(tidyverse)

The alternative, using suppressPackageStartupMessages(), is a bit clunky.

@MichaelChirico MichaelChirico reopened this Apr 4, 2019
@MichaelChirico MichaelChirico changed the title Should not show a startup message when quietly = TRUE FR: option to silence data.table startup messages Apr 4, 2019
@Rdatatable Rdatatable deleted a comment from leobarlach Apr 4, 2019
@MichaelChirico
Copy link
Member

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.

@mattdowle mattdowle added this to the 1.12.4 milestone Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants