r-resources My collection of code for R. Other useful notes remove .DS_Store files from directory. find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch