Skip to content

Commit 817992b

Browse files
committed
COOLa_rappel added
1 parent e5e3a36 commit 817992b

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Reworking of the learnrs: only two learnrs for module 4 (**C04La_ts_intro** et **C04Lb_tsd_manip**).
66

7-
- Additions and reworking of learnrs: two learnrs for each module.
7+
- Additions and reworking of learnrs: two learnrs for each module + learnr **C00La_rappel**.
88

99
# BioDataScience3 2022.0.1
1010

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: "Rappel de SDD I et II"
3+
author: "Guyliann Engels & Philippe Grosjean"
4+
description: "**SDD III Module 0** Rappel SDD I et II"
5+
tutorial:
6+
id: "C00La_rappel"
7+
version: 2.0.0/0
8+
output:
9+
learnr::tutorial:
10+
progressive: true
11+
allow_skip: true
12+
runtime: shiny_prerendered
13+
---
14+
15+
```{r setup, include=FALSE}
16+
BioDataScience3::learnr_setup()
17+
SciViews::R()
18+
library(mlearning)
19+
20+
# ...
21+
```
22+
23+
```{r, echo=FALSE}
24+
BioDataScience3::learnr_banner()
25+
```
26+
27+
```{r, context="server"}
28+
BioDataScience3::learnr_server(input, output, session)
29+
```
30+
31+
------------------------------------------------------------------------
32+
33+
## Objectifs
34+
35+
- ...
36+
37+
## Rappel ...
38+
39+
TODO: ce tutoriel doit encore être écrit. Vous devez probablement penser à installer une version plus récente du package qui contient les exercices finalisés !

0 commit comments

Comments
 (0)