Skip to content

Instantly share code, notes, and snippets.

@cwickham
Created January 26, 2015 20:08
Show Gist options
  • Select an option

  • Save cwickham/241c69b1012582bbeb8c to your computer and use it in GitHub Desktop.

Select an option

Save cwickham/241c69b1012582bbeb8c to your computer and use it in GitHub Desktop.
# 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