-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
156 lines (96 loc) · 2.19 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
---
title: "Template R workshop"
author: "inSileco Team"
date: 2021-04-13
output:
xaringan::moon_reader:
css: [default, rd.css, rd-font.css, "hygge"]
lib_dir: assets
seal: false
nature:
highlightStyle: dracula
countIncrementalSlides: false
beforeInit: "macros.js"
---
```{r setup, include = FALSE}
source("_setup.R")
# knitr::clean_cache(TRUE)
htmltools::tagList(
xaringanExtra::use_clipboard(
button_text = "<i class=\"fa fa-clipboard\"></i>",
success_text = "<i class=\"fa fa-check\" style=\"color: #37abc8\"></i>",
),
rmarkdown::html_dependency_font_awesome()
)
xaringanExtra::use_scribble()
```
class: title-slide, middle
## .font140[`r rp()`eproducible]
<br>
.instructors[
.font180[`r rp()` Workshop]
<br><br><br>
.authors140[David Beauchesne, Kevin Cazelles & Steve Vissault]
<br><br>
`r format(Sys.time(), '%B %d, %Y')`
<br>
.font200[
[`r gh()`](https://github.com/inSilecoInc)
[`r db()`](link_to_data)
]
]
<br>
<img src="img/logoW.png" width="140px"></img>
<!-- Modify accordingly -->
![deploy workshop](https://github.com/inSilecoInc/workshop_raster/workflows/deploy%20workshop/badge.svg)
.instructors[Content under [`r rfa("creative-commons")` `r rfa("creative-commons-by")`](https://creativecommons.org/licenses/by/4.0/) unless otherwise specified.]
---
class: inverse, center, middle
# Learning objectives
![:custom_hr]()
## .font160[`r rfa("map")` + `r rp()`]
---
# Learning objectives
<br>
### Main Goal
--
1. L.O. 1
1. L.O. 2
---
class: inverse, center, middle
# `r nf()` Rationalize
![:custom_hr]()
## Why (`r ck()` ~ 15min)
???
With the 3 ? you can add useful comments.
---
# Shortcuts
```{r, include = FALSE}
cool <- rfa(help = TRUE)
```
.pull-left[
```{r, echo = FALSE}
kableExtra::kbl(cool[1:9,], row.names = FALSE)
```
]
.pull-right[
```{r, echo = FALSE}
kableExtra::kbl(cool[10:17,], row.names = FALSE)
```
]
---
# Plot
```{R plot1}
plot(1,1)
```
---
# Exercice
### Description
Use countdown with `cdw`
`r cdw(minutes = 15, seconds = 0)`
---
# Resources `r lk()`
### Add ressources here
- [Geocomputation with R](https://geocompr.robinlovelace.net/)
```{R, child = "_last.Rmd"}
```