DataSlingers / MoMA

MoMA: Modern Multivariate Analysis in R
https://DataSlingers.github.io/MoMA
GNU General Public License v2.0
22 stars 4 forks source link

Code formatting #22

Open Banana1530 opened 6 years ago

Banana1530 commented 6 years ago

Create a clang-format file for C++ code. Use the styler package for R code formatting.

michaelweylandt commented 5 years ago

I'm fine with this if we want to include them as utility scripts in the repo (but also put them in .Rbuildignore)

Ideally, we could set up CI to check for formatting and reject anything that doesn't pass.