From 51de1ac98ea5c01e4181dbf018f1f98544c8dd99 Mon Sep 17 00:00:00 2001 From: Colin Ferrari Date: Wed, 8 Apr 2020 14:08:30 +0200 Subject: [PATCH] My first commit from Rstudio --- .gitignore | 4 ++++ module1/exo2/fichier-markdown.md | 6 +++++- mooc-rr-depository-files.Rproj | 13 +++++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 mooc-rr-depository-files.Rproj diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b6a065 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.Rproj.user +.Rhistory +.RData +.Ruserdata diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 7a7ee14..43a80a1 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -31,4 +31,8 @@ Une ligne de `code` ## Sous-partie 3 : code ~~~ # Extrait de code -~~~ \ No newline at end of file +~~~ + +``` +# Extrait de code +``` \ No newline at end of file diff --git a/mooc-rr-depository-files.Rproj b/mooc-rr-depository-files.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/mooc-rr-depository-files.Rproj @@ -0,0 +1,13 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX -- 2.18.1