Skip to content

CHANGES IN formatR VERSION 1.5

Compare
Choose a tag to compare
@yihui yihui released this 26 Apr 19:35
· 107 commits to master since this release

NEW FEATURES

  • added a new function tidy_file() to format specified R scripts (thanks, @edlee123, #61)

  • usage() was re-implemented by @egnha in #66; the major difference with the previous version is that width means the maximum width (if possible) instead of the minimum; it also gained two new arguments, indent.by.FUN and fail; see ?formatR::usage for details