Part 3: Make, Git and Summary
Peter Baker p.baker1@uq.edu.au useR! tutorial 30 June 2015
June 30, 2015 1 / 23
Part 3: Make, Git and Summary Peter Baker p.baker1@uq.edu.au useR! - - PowerPoint PPT Presentation
Part 3: Make, Git and Summary Peter Baker p.baker1@uq.edu.au useR! tutorial 30 June 2015 June 30, 2015 1 / 23 Outline Why use make? 1 Basics 2 Pattern Rules 3 In Practice 4 Git 5 Discussion 6 Conclusion 7 June 30, 2015 2 / 23
June 30, 2015 1 / 23
June 30, 2015 2 / 23
June 30, 2015 3 / 23
June 30, 2015 4 / 23
June 30, 2015 5 / 23
June 30, 2015 6 / 23
June 30, 2015 7 / 23
A
June 30, 2015 8 / 23
June 30, 2015 9 / 23
June 30, 2015 10 / 23
June 30, 2015 11 / 23
June 30, 2015 12 / 23
June 30, 2015 13 / 23
June 30, 2015 14 / 23
June 30, 2015 15 / 23
◮ press git button (or git status at command line) to see changed file ◮ click on file and diff to see any differences ◮ click on commit to commit the changes (need to stage them first and
June 30, 2015 16 / 23
◮ I keep this relatively simple to avoid problems ◮ Can use makepp (perl based rewrite) whch is similar but handles
June 30, 2015 17 / 23
◮ RStudio online help ◮ cheatsheet http://jonas.nitro.dk/git/quick-reference.html ◮ [Loeliger and McCullough, 2012] June 30, 2015 18 / 23
◮ git init ◮ git add ◮ git commit -a June 30, 2015 19 / 23
◮ regular expressions good for manipulating text, variable names, file
◮ compare package to find differences in similar (or updated) data ◮ writing own functions for repetitive tasks - even better own package -
◮ anything else?
June 30, 2015 20 / 23
◮ press git button (or git status at command line) to see changed file ◮ press file and dff to see any differences ◮ press commit to commit the changes (need to stage them first and
June 30, 2015 21 / 23
June 30, 2015 22 / 23
June 30, 2015 23 / 23