beakr.verbose should be a class field, not a global option
jonathancallahan opened this issue · 0 comments
jonathancallahan commented
I think it highly appropriate that we have some debugging options but they shouldn't be global through the use of options("beakr.verbose" = FALSE)
. Instead, the R6 class should have a verbose
field with an associated getter and setter.