Data Viz Lab
Duke University
STA 199 - Fall 2023
Invalid Date
— Clone your individual lab-1 repo
— Introduce lab assignment (5-10 minutes, longer today)
— Work on the lab assignment (you can find it on the course website). You will work with others but your submission must be your own for the first several labs.
— Lab may end with important announcements
— If you don’t finish labs in-class they will typically be due on Wednesday at 11:59 pm.
– Lab 1 is graded
– Due Wednesday at 11:59 on Gradescope
– Do not forget to select pages appropriatly; instructions on assignment and class slides
See Ed’s video on Sakai / required watch before Tuesday
Pull ~ This pulls the latest version of the files from the repo to your server. This is more important when you are working in groups. It’s a good habit to build now.
Commit ~ This will bring up a window for you to save your changes
Stage ~ This will show you the changes you have made to your document. You stage changes by clicking the empty box into a check mark. Make sure to stage all documents!
Push ~ Push these staged documents up to GitHub!
“How do I know it worked?”
– Go to your GitHub repo and see when the last commit was.
“When should I do this?”
– After every question. You do NOT want to have last minute rendering issues that makes you turn in an assignment late. It is better to catch it now instead of last minute.