verbosity_set: Set the verbosity of modules

View source: R/outsider.R

verbosity_setR Documentation

Set the verbosity of modules

Description

Control console messages of running outsider modules. Allow either the external program messages to run, the Docker messages or both.

Usage

verbosity_set(show_program = TRUE, show_docker = FALSE)

Arguments

show_program

Show external program messages? Default TRUE.

show_docker

Show docker messages? Default FALSE.

Details

For more control see log_set

Value

data.frame

Examples

library(outsider)
# NOT RUN (too slow for automated testing)
## Not run: 
  if (is_outsider_ready()) {
    # simplest repo
    repo <- 'dombennett/om..hello.world'
    # install
    module_install(repo = repo, force = TRUE, update = 'never')
    # is module_installed?
    (is_module_installed(repo = repo))
    # uninstall
    module_uninstall(repo)
  }

## End(Not run)

AntonelliLab/outsider documentation built on June 17, 2022, 3:27 p.m.