fuj 0.2.0

Fixes

New features

library(fuj)
options(fuj.verbose = FALSE)
verbose("will not show")

options(my.verbose = TRUE)
my_verbose <- make_verbose("my.verbose")
my_verbose("will show")
#> [verbose] will show

Internals

fuj 0.1.4

fuj 0.1.3

fuj 0.1.2

fuj 0.1.1

fuj 0.1.0