From 67631705bfa72e13aaf861a7b698b470d8934a47 Mon Sep 17 00:00:00 2001 From: Marie-Gabrielle Dondon <85bc36e0a8096c618fbd5993d1cca191@app-learninglab.inria.fr> Date: Tue, 18 Sep 2018 14:31:31 +0000 Subject: [PATCH] =?UTF-8?q?Compl=C3=A9ments=20installation=20sous=20Window?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/ressources/rstudio.org | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/module2/ressources/rstudio.org b/module2/ressources/rstudio.org index 9265fec..3715bb3 100644 --- a/module2/ressources/rstudio.org +++ b/module2/ressources/rstudio.org @@ -86,20 +86,18 @@ sudo apt-get update ; sudo apt-get -f install # to fix possibly missing dependen Some instructions on installing R and knitr must be missing. This should be tested and improved. #+END_QUOTE -Download and install rstudio from the [[https://www.rstudio.com/products/rstudio/download/#download][Rstudio webpage]] by choosing the -right operating system. - -Then open Rstudio and type the following commands in the console to -install knitr and ggplot2: +- Download and install R from the [[https://cran.r-project.org/][CRAN webpage]] by choosing the right operating system. +- Download and install Rstudio from the [[https://www.rstudio.com/products/rstudio/download/#download][Rstudio webpage]] by choosing the right operating system. +- Download and install MiKTeX from the [[https://miktex.org/download][MiKTeX webpage]] by choosing the right operating system. You will be prompted to install some specific packages when exporting to pdf. +- Open Rstudio and type the following commands in the console to install =knitr= and =ggplot2=: #+BEGIN_SRC R -install.packages("knitr") -install.packages("ggplot2") +install.packages("knitr", dep=TRUE) +install.packages("ggplot2", dep=TRUE) #+END_SRC * Using Git from Rstudio ** Cloning a repository Open RStudio and do the following steps: -- Create a new version controled project: =File / New Project / Version - Control= +- Create a new version controled project: =File / New Project / Version Control= #+BEGIN_CENTER [[file:rstudio_images/new_project.png]] -- 2.18.1