statdivlab / tinyvamp

Other
19 stars 2 forks source link

remove .R files with zero coverage #4

Open adw96 opened 2 years ago

adw96 commented 2 years ago

Overall we are doing really great on code coverage (>74%) 🥳 There are a few files which have zero code coverage and I would love them to be removed if they have been deprecated. Here's the list

You can run git rm R/[name of the file] to delete a file and remove it from git tracking.

Thanks, David!