Basic example repository using Gnu make for a reproducible research workflow
Stars
9
Forks
11
Watchers
9
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
19
commits
7
commits
remove CLEAN rule from main recipe (ALL) - clean needs to be used to wipe directory to start fresh, NOT to wipe any temporary files (I now excluded those from tracking in gitignore)
6057ce3View on GitHubadd gen directory and any .Rout/.Rhistory files to .gitignore
559440dView on GitHubremove any .Rout file (these are temporary files); add to gitignore
f409d1cView on GitHub