class: center, middle, inverse, title-slide # Lab 07 ## Statistical Computing & Programming --- ## Announcements - Verify you have access to `make` before Wednesday, if not install it - In your terminal type `make --version`. If you see something similar to the below, then you are good to go. It is okay if the version is different. ``` GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ``` - Mac and Linux users should already have this available - Windows users can install [here](http://gnuwin32.sourceforge.net/packages/make.htm) --- ## Today's objectives - Work on Lab 07, get started by creating your copy of the template repo at https://classroom.github.com/a/TkfwEmBV - Work in a breakout room with those in your recent Homework group - If you didn't get done with Lab 06, work on that as well. - Ask questions about recent course material