From 09a5586f656a95063f82cb8d9c54695544142d2c Mon Sep 17 00:00:00 2001 From: Hugo Gruson <10783929+Bisaloo@users.noreply.github.com> Date: Sun, 7 Apr 2024 11:02:31 +0200 Subject: [PATCH] Add exercise timing to all episodes Fix #519 Co-authored-by: worcjamessmith Co-authored-by: Dan Brady --- episodes/01-starting-with-data.Rmd | 2 +- episodes/02-func-R.Rmd | 2 +- episodes/03-loops-R.Rmd | 2 +- episodes/04-cond.Rmd | 2 +- episodes/05-cmdline.Rmd | 2 +- episodes/06-best-practices-R.Rmd | 2 +- episodes/07-knitr-R.Rmd | 2 +- episodes/08-making-packages-R.Rmd | 2 +- episodes/10-supp-addressing-data.Rmd | 2 +- episodes/11-supp-read-write-csv.Rmd | 2 +- episodes/12-supp-factors.Rmd | 2 +- episodes/13-supp-data-structures.Rmd | 2 +- episodes/14-supp-call-stack.Rmd | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/episodes/01-starting-with-data.Rmd b/episodes/01-starting-with-data.Rmd index 9676df33..03e789f1 100644 --- a/episodes/01-starting-with-data.Rmd +++ b/episodes/01-starting-with-data.Rmd @@ -1,7 +1,7 @@ --- title: Analyzing Patient Data teaching: 45 -exercises: 0 +exercises: 10 source: Rmd --- diff --git a/episodes/02-func-R.Rmd b/episodes/02-func-R.Rmd index a7b0e758..27a6f9e3 100644 --- a/episodes/02-func-R.Rmd +++ b/episodes/02-func-R.Rmd @@ -1,7 +1,7 @@ --- title: Creating Functions teaching: 30 -exercises: 0 +exercises: 10 source: Rmd --- diff --git a/episodes/03-loops-R.Rmd b/episodes/03-loops-R.Rmd index 100b562f..a01beb6d 100644 --- a/episodes/03-loops-R.Rmd +++ b/episodes/03-loops-R.Rmd @@ -1,7 +1,7 @@ --- title: Analyzing Multiple Data Sets teaching: 30 -exercises: 0 +exercises: 10 source: Rmd --- diff --git a/episodes/04-cond.Rmd b/episodes/04-cond.Rmd index bd9951c7..71db0fbf 100644 --- a/episodes/04-cond.Rmd +++ b/episodes/04-cond.Rmd @@ -1,7 +1,7 @@ --- title: Making Choices teaching: 30 -exercises: 0 +exercises: 10 source: Rmd --- diff --git a/episodes/05-cmdline.Rmd b/episodes/05-cmdline.Rmd index 41c3d7a5..e4d0909f 100644 --- a/episodes/05-cmdline.Rmd +++ b/episodes/05-cmdline.Rmd @@ -1,7 +1,7 @@ --- title: Command-Line Programs teaching: 30 -exercises: 0 +exercises: 50 source: Rmd --- diff --git a/episodes/06-best-practices-R.Rmd b/episodes/06-best-practices-R.Rmd index 4eba8da3..4b6c71de 100644 --- a/episodes/06-best-practices-R.Rmd +++ b/episodes/06-best-practices-R.Rmd @@ -1,7 +1,7 @@ --- title: Best Practices for Writing R Code teaching: 10 -exercises: 0 +exercises: 5 source: Rmd --- diff --git a/episodes/07-knitr-R.Rmd b/episodes/07-knitr-R.Rmd index 47e06565..a57baf2a 100644 --- a/episodes/07-knitr-R.Rmd +++ b/episodes/07-knitr-R.Rmd @@ -1,7 +1,7 @@ --- title: Dynamic Reports with knitr teaching: 20 -exercises: 0 +exercises: 5 source: Rmd --- diff --git a/episodes/08-making-packages-R.Rmd b/episodes/08-making-packages-R.Rmd index e0d961ce..4f0798c1 100644 --- a/episodes/08-making-packages-R.Rmd +++ b/episodes/08-making-packages-R.Rmd @@ -1,7 +1,7 @@ --- title: Making Packages in R teaching: 30 -exercises: 0 +exercises: 5 source: Rmd --- diff --git a/episodes/10-supp-addressing-data.Rmd b/episodes/10-supp-addressing-data.Rmd index 681cc0cd..274ef323 100644 --- a/episodes/10-supp-addressing-data.Rmd +++ b/episodes/10-supp-addressing-data.Rmd @@ -1,7 +1,7 @@ --- title: Addressing Data teaching: 20 -exercises: 0 +exercises: 10 source: Rmd --- diff --git a/episodes/11-supp-read-write-csv.Rmd b/episodes/11-supp-read-write-csv.Rmd index 0b2a66e8..afdd8df4 100644 --- a/episodes/11-supp-read-write-csv.Rmd +++ b/episodes/11-supp-read-write-csv.Rmd @@ -1,7 +1,7 @@ --- title: Reading and Writing CSV Files teaching: 30 -exercises: 0 +exercises: 5 source: Rmd --- diff --git a/episodes/12-supp-factors.Rmd b/episodes/12-supp-factors.Rmd index 237897d7..5e95c98d 100644 --- a/episodes/12-supp-factors.Rmd +++ b/episodes/12-supp-factors.Rmd @@ -1,7 +1,7 @@ --- title: Understanding Factors teaching: 20 -exercises: 0 +exercises: 5 source: Rmd --- diff --git a/episodes/13-supp-data-structures.Rmd b/episodes/13-supp-data-structures.Rmd index 27fef6bc..eadb95e2 100644 --- a/episodes/13-supp-data-structures.Rmd +++ b/episodes/13-supp-data-structures.Rmd @@ -1,7 +1,7 @@ --- title: Data Types and Structures teaching: 45 -exercises: 0 +exercises: 10 source: Rmd --- diff --git a/episodes/14-supp-call-stack.Rmd b/episodes/14-supp-call-stack.Rmd index 36b76c83..4be49b32 100644 --- a/episodes/14-supp-call-stack.Rmd +++ b/episodes/14-supp-call-stack.Rmd @@ -1,7 +1,7 @@ --- title: The Call Stack teaching: 15 -exercises: 0 +exercises: 5 source: Rmd ---