-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
51 lines (39 loc) · 1.52 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: "Introduction à R"
author: "Thomas Denecker & Stevenn Volant"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
url: https://ifb-elixirfr.github.io/EBAII_IntroR/
# cover-image: path to the social sharing image like images/cover.jpg
description: |
Livre de cours pour EBAII : Introduction à R
link-citations: yes
github-repo: IFB-ElixirFr/EBAII_IntroR
always_allow_html: true
---
# Présentation du cours
```{r opts, echo = FALSE}
knitr::opts_chunk$set(
fig.path = "images/", warning=FALSE
)
```
Bienvenues dans le cour Introduction à R de l'EBAII ! Pour accompagner ce cours, Thomas Denecker et Stevenn Volant vous proposent ce livre. C'est une grande première alors n'hésitez pas à nous faire des retours.
<a href='https://zenodo.org/badge/latestdoi/565986541'><img src='https://zenodo.org/badge/565986541.svg'></a>
## A propos de du livre
L'objectif de ce livre est d'accompagné les apprenants de l'école EBAII.
## Demandez le programme
| Debut | Fin | Durée | Lieu |
| ----------- | ----------- |----------- |----------- |
| 8:30 | 10:15 | 01:45 | HDF |
## Intervenants
- Thomas Denecker – thomas.denecker@france-bioinformatique.fr
- Stevenn Volant - stevenn.volant@pasteur.fr
La version "slides" a été créée initialement par Hugo Varet – hugo.varet@pasteur.fr
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```