diff --git a/SLIDES/vignette-13-RMarkdown.html b/SLIDES/vignette-13-RMarkdown.html
new file mode 100644
index 0000000..240f7ba
--- /dev/null
+++ b/SLIDES/vignette-13-RMarkdown.html
@@ -0,0 +1,43 @@
+
Vignette 13 - RMarkdown
\ No newline at end of file
diff --git a/SLIDES/vignette-13-RMarkdown.md b/SLIDES/vignette-13-RMarkdown.md
new file mode 100644
index 0000000..5bf9de9
--- /dev/null
+++ b/SLIDES/vignette-13-RMarkdown.md
@@ -0,0 +1,58 @@
+---
+marp: true
+title: Vignette 13 - RMarkdown
+description: Julien Arino - R for modellers - Vignette 13 - RMarkdown.
+theme: default
+class: invert
+math: mathjax
+paginate: false
+size: 4:3
+---
+
+
+
+
+
+# Vignette 13 RMarkdown
+
+Julien Arino [![width:32px](https://raw.githubusercontent.com/julien-arino/presentations/main/FIGS/icons/email-round.png)](mailto:Julien.Arino@umanitoba.ca) [![width:32px](https://raw.githubusercontent.com/julien-arino/presentations/main/FIGS/icons/world-wide-web.png)](https://julien-arino.github.io/) [![width:32px](https://raw.githubusercontent.com/julien-arino/presentations/main/FIGS/icons/github-icon.png)](https://github.com/julien-arino)
+
+Department of Mathematics
+University of Manitoba*
+
+
+
+Canadian Centre for Disease Modelling
+
+
+* The University of Manitoba campuses are located on original lands of Anishinaabeg, Cree, Oji-Cree, Dakota and Dene peoples, and on the homeland of the Métis Nation.
+
+---
+
+# Note - Required reading/watching for MATH 2740 students
+
+If you are a student in the University of Manitoba's Mathematics of Data Science course (MATH 2740), this is **required** reading & watching
+
+---
+
+
+# Outline
+
+- [RMarkdown](#rmarkdown)
+
+---
+
+
+# RMarkdown
+
+---
+
+# RMarkdown
+
+- Rmarkdown: markdown that incorporates R commands. Useful for generating reports in html or pdf, can make slides as well..
+
diff --git a/SLIDES/vignette-14-Sweave.html b/SLIDES/vignette-14-Sweave.html
new file mode 100644
index 0000000..f549f25
--- /dev/null
+++ b/SLIDES/vignette-14-Sweave.html
@@ -0,0 +1,42 @@
+Vignette 14 - Sweave
\ No newline at end of file
diff --git a/SLIDES/vignette-14-Sweave.md b/SLIDES/vignette-14-Sweave.md
new file mode 100644
index 0000000..1572383
--- /dev/null
+++ b/SLIDES/vignette-14-Sweave.md
@@ -0,0 +1,55 @@
+---
+marp: true
+title: Vignette 14 - Sweave
+description: Julien Arino - R for modellers - Vignette 14 - Sweave.
+theme: default
+class: invert
+math: mathjax
+paginate: false
+size: 4:3
+---
+
+
+
+
+
+# Vignette 14 Sweave
+
+Julien Arino [![width:32px](https://raw.githubusercontent.com/julien-arino/presentations/main/FIGS/icons/email-round.png)](mailto:Julien.Arino@umanitoba.ca) [![width:32px](https://raw.githubusercontent.com/julien-arino/presentations/main/FIGS/icons/world-wide-web.png)](https://julien-arino.github.io/) [![width:32px](https://raw.githubusercontent.com/julien-arino/presentations/main/FIGS/icons/github-icon.png)](https://github.com/julien-arino)
+
+Department of Mathematics
+University of Manitoba*
+
+
+
+Canadian Centre for Disease Modelling
+
+
+* The University of Manitoba campuses are located on original lands of Anishinaabeg, Cree, Oji-Cree, Dakota and Dene peoples, and on the homeland of the Métis Nation.
+
+---
+
+
+# Outline
+
+- [Sweave](#sweave)
+
+---
+
+
+# Sweave
+
+---
+
+# Sweave
+
+- Sweave: LaTeX incorporating R commands
+- Useful for generating pdf reports
+- Not used as much as Rmarkdown these days, probably because Rmarkdown allow output also in html and doc
+- If you have a whole document to typeset using LaTeX, then still the best option
+