MazamaScience/beakr

beakr.verbose should be a class field, not a global option

Closed this issue · 0 comments

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 verbosefield with an associated getter and setter.