From 8d9fdcfd15ad17b0c1edf178ad7a7f27690fc005 Mon Sep 17 00:00:00 2001 From: Pierre-Edouard Portier Date: Thu, 15 Apr 2021 19:25:09 +0200 Subject: [PATCH] Premier ajout. --- .gitignore | 4 ++++ ML1.Rproj | 13 +++++++++++++ ML1_intro.Rmd | 13 +++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 .gitignore create mode 100644 ML1.Rproj create mode 100644 ML1_intro.Rmd 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/ML1.Rproj b/ML1.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/ML1.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 diff --git a/ML1_intro.Rmd b/ML1_intro.Rmd new file mode 100644 index 0000000..e700f99 --- /dev/null +++ b/ML1_intro.Rmd @@ -0,0 +1,13 @@ +--- +title: "Introduction à l'analyse de données" +output: html_notebook +--- + +Test. + +```{r} +plot(cars) +``` + +Test Test. +