nsh87 / receptormarker

Source for 'receptormarker' package for R: antibody receptor and phenotypic marker analysis
http://receptormarker.com
BSD 2-Clause "Simplified" License
4 stars 9 forks source link

Use .lintr file for default lintr configuration #13

Closed nsh87 closed 9 years ago

nsh87 commented 9 years ago

Just pulls out the configuration for lintr into a configuration file. Not too beneficial now, but will be easier to add files to exclude from linting using the .lintr file. You'll probably want to exclude the JS files used in htmlwidgets, since those won't follow R code style.

nsh87 commented 9 years ago

This is a minor change, I'm going to merge it in.