r-causal / tipr

An R package for conducting sensitivity analyses for unmeasured confounders
https://r-causal.github.io/tipr/
Other
33 stars 2 forks source link

add option `tipr.verbose` with default `TRUE` #11

Closed malcolmbarrett closed 1 year ago

malcolmbarrett commented 1 year ago

This PR changes the default of verbose to use getOption("tipr.verbose", TRUE). For most users, the default of verbose will remain TRUE. My goal here is to easily disable verbosity in settings like the book with options(tipr.verbose = FALSE)