Skip to content

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

@leobarlach

Description

@leobarlach

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions