From 3e9f123516597e2921d6fcb3d5d2445a17d81ddc Mon Sep 17 00:00:00 2001 From: Clair Chaigne Date: Fri, 10 Apr 2020 18:10:51 +0200 Subject: [PATCH] =?UTF-8?q?bonne=20formule=20pour=20calcul=20de=20la=20m?= =?UTF-8?q?=C3=A9diane?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ mooc-rr.Rproj | 13 +++++++++++++ 2 files changed, 17 insertions(+) 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/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