diff --git a/session_1/tp.Rmd b/session_1/tp.Rmd index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..815056f7176cceaa05fd5c7b950134b5c0286d2f 100644 --- a/session_1/tp.Rmd +++ b/session_1/tp.Rmd @@ -0,0 +1,66 @@ +--- +title: "R#1: Introduction to R and RStudio" +author: Laurent Modolo [laurent.modolo@ens-lyon.fr](mailto:laurent.modolo@ens-lyon.fr) +date: 6 Jun 2018 +output: + beamer_presentation: + theme: "metropolis" + slide_level: 3 +--- + +The goal of this practical is to familiarize yourself with R and the RStudio +environment. + +# Some R background + +```{r, out.width = "40px",echo=FALSE} +knitr::include_graphics("img/Rlogo.png") +``` +is a programming language and free software environment for statistical +computing and graphics supported by the *R Foundation for Statistical Computing*. + +--- + + +```{r, out.width = "40px",echo=FALSE} +knitr::include_graphics("img/Rlogo.png") +``` + +- created by **Ross Ihaka** and **Robert Gentleman** +- free and opensource implementation the S programming language +- initial version released in 1995 +- at the University of Auckland, New Zealand +- currently developed by the **R Development Core Team**. + +--- + +```{r, out.width = "100%",echo=FALSE} +knitr::include_graphics("img/R_terminal.png") +``` + +# RStudio, the R IDE + +\begin{block}{IDR: Integrated development environment} +application that provides {\bf comprehensive facilities} to computer programmers for +software development +\end{block} + +## An interface + + + +## The same console as before + + + +## A code editor + + + +## Various outpus + + + +## The environment + +