rvyuha / SmallCellCheck

0 stars 0 forks source link

Styling and linting #4

Open DougManuel opened 5 years ago

DougManuel commented 5 years ago

Mostly curious: did you follow any R style guides or use a linter or styler?

Note that we are following the tidyverse style guide.

https://github.com/Big-Life-Lab/Welcome/blob/master/being-consistent-resources.md

rvyuha commented 5 years ago

I just used the R studio format code built in function. Will now use these thank you very much

DougManuel commented 5 years ago

Why don't you make a PR for some of these issues? So, try linting, styling and spacing. The send a PR for that. The linter will generate a ton of comments because the tableone package doesn't follow tidyverse.

Many of us like camelCase that the tableone package uses. But we decided to follow snake case, as per tidyverse