Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion episodes/how-r-thinks-about-data.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Exploring and understanding data"
teaching: 60
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
teaching: 60
# FIXME: 'teaching' timing is inclusive of 'exercises' timing.
# We should split it at some point.
teaching: 60

exercises: 3
exercises: 0
---

:::::::::::::::::::::::::::::::::::::: questions
Expand Down
2 changes: 1 addition & 1 deletion episodes/visualizing-ggplot.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Data visualization with ggplot2"
teaching: 90
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
teaching: 90
# FIXME: 'teaching' timing is inclusive of 'exercises' timing.
# We should split it at some point.
teaching: 90

exercises: 4
exercises: 0
---

:::::::::::::::::::::::::::::::::::::: questions
Expand Down
2 changes: 1 addition & 1 deletion episodes/working-with-data.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Working with data"
teaching: 120
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
teaching: 120
# FIXME: 'teaching' timing is inclusive of 'exercises' timing.
# We should split it at some point.
teaching: 120

exercises: 4
exercises: 0
---

<!-- - importing complete_old CSV -->
Expand Down
Loading