silent_library: Make calls to 'library' extra silent

Description Usage Arguments

Description

Command line tools don<e2><80><99>t want to clutter their output with unnecessary noise. This replaces the default library arguments to ensure this silence. It additionally wraps all calls in suppressMessages to be extra silent. This is mainly necessary because not all packages play nicely and use message inappropriately instead of packageStartupMessage.

Usage

1
2
3
silent_library(package, help, pos = 2, lib.loc = NULL,
  character.only = FALSE, logical.return = FALSE, warn.conflicts = FALSE,
  quietly = TRUE, verbose = FALSE)

Arguments

library_name

library to load, silencing all warnings


riethmayer/incusyte documentation built on May 24, 2019, 6:18 a.m.