formatR 1.6
NEW FEATURES
- Added a new argument
wrap
totidy_source()
so that users can choose not to wrap comments viatidy_source(..., wrap = FALSE)
, or set the global optionoptions(formatR.wrap = FALSE)
(thanks, @YongLiedu, #73).
wrap
to tidy_source()
so that users can choose not to wrap comments via tidy_source(..., wrap = FALSE)
, or set the global option options(formatR.wrap = FALSE)
(thanks, @YongLiedu, #73).