Created
January 26, 2015 20:08
-
-
Save cwickham/241c69b1012582bbeb8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # devtools::install_github("lintr", "jimhester") | |
| library(lintr) | |
| library(magrittr) | |
| # stuff to fix buggy lintr package | |
| split_chain <- magrittr:::split_chain | |
| wrap_function <- magrittr:::wrap_function | |
| is_placeholder <- magrittr:::is_placeholder | |
| is_compound_pipe <- magrittr:::is_compound_pipe | |
| lint("file-to-check.R") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment