These functions have been renamed and deprecated in formatR:
tidy.source() (use tidy_source()), tidy.dir()
(use tidy_dir()), and tidy.eval() (use
tidy_eval()).
Usage
tidy.source(...)
tidy.dir(...)
tidy.eval(...)
Arguments
...
arguments passed from the old functions of the style
foo.bar() to the new functions foo_bar()