From bc031e660376090033434b9027ad4aacebbb7e63 Mon Sep 17 00:00:00 2001 From: Adrien Date: Wed, 12 May 2021 19:27:41 +0200 Subject: [PATCH 1/3] Ajout des fichiers R Studio --- .gitignore | 4 ++++ Docs.Rproj | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 Docs.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/Docs.Rproj b/Docs.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/Docs.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 From 6007744aa842578aa324aaa6eda293228697d6a8 Mon Sep 17 00:00:00 2001 From: Adrien Date: Wed, 12 May 2021 19:28:10 +0200 Subject: [PATCH 2/3] Modification du README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b8fc2c2..7f5ad59 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,7 @@ Différents sujets seront abordés : - [x] Mise en forme du site - [ ] Ajout des différentes parties - [ ] Ajout du texte + - [ ] Sécurisation du serveur + - [ ] Configuration du serveur + - [ ] Ajout du/des site(s) internet + - [ ] Ajout des différentes applications web From 43f2392d9c8c5f0e9e38ae741ae5fc1a533c2f1c Mon Sep 17 00:00:00 2001 From: Adrien Date: Wed, 12 May 2021 19:29:30 +0200 Subject: [PATCH 3/3] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f5ad59..c653cf4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Différents sujets seront abordés : ## Construction de la documentation - [x] Mise en forme du site - [ ] Ajout des différentes parties + - [ ] Publication du site *Documentation - Adrien CHARBONNEAU* - [ ] Ajout du texte - [ ] Sécurisation du serveur - [ ] Configuration du serveur