You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#72
* add use_tidy_style
* add warning (c/p from styler).
* add a test
* rename testthat file
* add styler reference
* add check_uncommitted_changed
* dispatch between style_pkg and style_dir
* adapt use_dev_version() style
* avoid EOF warning
* switch to usethis:::proj_path()
* adapt to review comments
* fiddle with tests...
remove capture_output for now as suggested by reviewer to see what happens.
* mask testthat call
* printing
* fix test to not include dplyr-dependency edge case in styler.
* skip tests on R < 3.2
because git2r::discover_repository() not working on R 3.1.
* remove print statements
* fix bug for non-packages
* capture output
* remove testthat mask
* adapt help file and test description for non-packages
* final tweaks
should run
styler::style_pkg()
, perhaps exposing thestrict
argument.@lorenzwalthert: Would you like to take a stab? It's not urgent, but eventually we'd like to point contributors to this function.
The text was updated successfully, but these errors were encountered: