From 6ce7d86875b512e463b4957d443350b174374889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elo=C3=AFse?= Date: Mon, 11 Apr 2022 15:19:00 +0200 Subject: [PATCH] First commit from RStudio --- .gitignore | 4 ++++ module2/exo1/toy_document_fr.Rmd | 2 +- mooc-rr.Rproj | 13 +++++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 mooc-rr.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/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 7eece5e..d7871aa 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,6 +1,6 @@ --- title: "Votre titre" -author: "Votre nom" +author: "Éloïse Tassin" date: "La date du jour" output: html_document --- diff --git a/mooc-rr.Rproj b/mooc-rr.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/mooc-rr.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