From ee680a50bf87089c9fbb34203032a068643343a4 Mon Sep 17 00:00:00 2001 From: sldonoghue1 Date: Tue, 29 Oct 2024 12:10:00 +0000 Subject: [PATCH] Update troubleshooting.md Code at https://github.com/ourcodingclub/CC-RBasics missing (both incorrect and correct code versions), either update or remove practise section --- _tutorials/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tutorials/troubleshooting.md b/_tutorials/troubleshooting.md index 3a65d7a2..c4bf801d 100755 --- a/_tutorials/troubleshooting.md +++ b/_tutorials/troubleshooting.md @@ -103,7 +103,7 @@ Warnings are not necessarily the end of the world, but you should see them as ma # 4. Practice! {: #practice} -Practice truly is the best way to learn how to avoid errors in `R` - to get you started, we have written a purposefully wrong script - you can download the file from this [Github repository](https://github.com/ourcodingclub/CC-1-RBasics). There you will find the data `edidiv.csv`, as well as the wrong (`CC_2_RBasics_Wrong_Script.R`) and right script. Can you fix all the mistakes? +Practice truly is the best way to learn how to avoid errors in `R` - to get you started, we have written a purposefully wrong script - you can download the file from this [Github repository](https://github.com/ourcodingclub/CC-1-RBasics). There you will find the data `edidiv.csv`, as well as the wrong (`CC_2_RBasics_Wrong_Script.R`) and right script [- need to add to folder!]. Can you fix all the mistakes? # Tutorial outcomes: