Skip to content

Commit 5c794e5

Browse files
Added script disclaimers
1 parent 8c0c46f commit 5c794e5

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

book-en/01-preparing-for-the-workshop.Rmd

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,23 @@ More specifically, this workshop will cover how to:
2727

2828
# Preparing for the workshop
2929

30+
```{r eval=FALSE, echo=FALSE, purl=TRUE}
31+
##### Notice ###
32+
### #
33+
### This is an automatically generated script based on the code chunks from the #
34+
### book for this workshop. #
35+
### #
36+
### It is minimally annotated to allow participants to provide their comments: #
37+
### a practice that we highly encourage. #
38+
### #
39+
### Note that the solutions to the challenges are also included in this script. #
40+
### When solving the challenges by yourself, attempt to not scroll and peek at #
41+
### the solutions. #
42+
### #
43+
### Happy coding! #
44+
45+
```
46+
3047
All workshop materials are found at [r.qcbs.ca/workshops/r-workshop-08](https://r.qcbs.ca/workshops/r-workshop-08/). This includes an [R script](https://r.qcbs.ca/workshop08/book-en/workshop08-script-en.R) which contains all code chunks shown in this book.
3148

3249
For this workshop, we will be working with the following dataset:

book-fr/01-preparation-pour-l-atelier.Rmd

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,23 @@ Plus spécifiquement, cet atelier portera sur comment:
3131

3232
# Préparez-vous pour cet atelier
3333

34+
```{r eval=FALSE, echo=FALSE, purl=TRUE}
35+
##### Avis ###
36+
### #
37+
### Ceci est un script généré automatiquement basé sur les morceaux de code du #
38+
### livre pour cet atelier. #
39+
### #
40+
### Il est minimalement annoté pour permettre aux participants de fournir leurs #
41+
### commentaires : une pratique que nous encourageons vivement. #
42+
### #
43+
### Notez que les solutions aux défis sont également incluses dans ce script. #
44+
### Lorsque vous résolvez les défis par vous-méme, essayez de ne pas parcourir #
45+
### le code et de regarder les solutions. #
46+
### #
47+
### Bon codage ! #
48+
49+
```
50+
3451
Tout le matériel de l'atelier se trouve sur [r.qcbs.ca/fr/workshops/r-workshop-08/](https://r.qcbs.ca/fr/workshops/r-workshop-08/). Cela inclut un [script R](https://r.qcbs.ca/workshop08/book-fr/workshop08-script-fr.R) qui rassemble tous les morceaux de code présentés dans ce livre.
3552

3653
Pour cet atelier, nous travaillerons avec les jeux de données suivants :

0 commit comments

Comments
 (0)