forked from privefl/advr38book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
37 lines (28 loc) · 1.32 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
---
title: "Advanced R Course"
subtitle: "Originally, materials for the doctoral school of Grenoble, France"
author: "Florian Privé"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib]
biblio-style: apalike
link-citations: yes
description: "This contains materials for the Advanced R course of the doctoral school of Grenoble, France."
twitter-handle: "privefl"
github-repo: "privefl/advr38book"
url: 'https\://privefl.github.io/advr38book/'
cover-image: "images/hexsticker.png"
---
# About {-}
```{r setup, include=FALSE}
source("knitr-options.R")
# source("spelling-check.R")
```
## License {-}
This material is licensed under the [Creative Commons Attribution-ShareAlike 3.0 License](http://creativecommons.org/licenses/by-sa/3.0/).
## Author {-}
[Florian Privé](https://privefl.github.io/) is a researcher in predictive human genetics, fond of Data Science and an R(cpp) enthusiast. He is also the founder and former organizer of [the Grenoble R user group](https://r-in-grenoble.github.io/). You can find him on [Twitter](https://twitter.com/privefl) and [GitHub](https://github.com/privefl) as \@privefl and on [Stack Overflow](https://stackoverflow.com/users/6103040/f-priv%c3%a9) as F. Privé.
```{r, out.width="25%", echo=FALSE}
knitr::include_graphics("images/hexsticker.png")
```