From 9c9711c3f99aefbc21f7616c0af38b39adb168b3 Mon Sep 17 00:00:00 2001 From: Hugues de Courson <> Date: Sat, 4 Apr 2020 16:27:52 +0200 Subject: [PATCH] Commit de la fin des exo du module 2 --- module2/exo1/toy_document_en.Rmd | 1 + module2/exo1/toy_document_en.html | 1 + module2/exo4/exercice_fr.Rmd | 21 --------------------- module2/exo5/exo5_fr.Rmd | 21 +++++++++++++++++++++ 4 files changed, 23 insertions(+), 21 deletions(-) diff --git a/module2/exo1/toy_document_en.Rmd b/module2/exo1/toy_document_en.Rmd index 2c326fd..5aa56b5 100644 --- a/module2/exo1/toy_document_en.Rmd +++ b/module2/exo1/toy_document_en.Rmd @@ -31,3 +31,4 @@ Note the parameter `echo = FALSE` that indicates that the code will not appear i Since the results are not stored in Rmd files, you should generate an HTML or PDF version of your exercises and commit them. Otherwise reading and checking your analysis will be difficult for anyone else but you. Now it's your turn! You can delete all this information and replace it by your computational document. + diff --git a/module2/exo1/toy_document_en.html b/module2/exo1/toy_document_en.html index d98334f..83e9fb1 100644 --- a/module2/exo1/toy_document_en.html +++ b/module2/exo1/toy_document_en.html @@ -201,6 +201,7 @@ summary {
Note the parameter echo = FALSE
that indicates that the code will not appear in the final version of the document. We recommend not to use this parameter in the context of this MOOC, because we want your data analyses to be perfectly transparent and reproducible.
Since the results are not stored in Rmd files, you should generate an HTML or PDF version of your exercises and commit them. Otherwise reading and checking your analysis will be difficult for anyone else but you.
Now it’s your turn! You can delete all this information and replace it by your computational document.
+ diff --git a/module2/exo4/exercice_fr.Rmd b/module2/exo4/exercice_fr.Rmd index 7eece5e..7dc0279 100644 --- a/module2/exo4/exercice_fr.Rmd +++ b/module2/exo4/exercice_fr.Rmd @@ -10,24 +10,3 @@ output: html_document knitr::opts_chunk$set(echo = TRUE) ``` -## Quelques explications - -Ceci est un document R markdown que vous pouvez aisément exporter au format HTML, PDF, et MS Word. Pour plus de détails sur R Markdown consultez