Skip to content

Commit

Permalink
ready to present
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoces committed Nov 2, 2023
1 parent edd8cdb commit 66d7e46
Show file tree
Hide file tree
Showing 11 changed files with 398 additions and 462 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
File renamed without changes.
6 changes: 3 additions & 3 deletions dd-rmarkdown.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: "Dynamic Documents using R: Hands-On"
author: "Fernando Hoces de la Guardia, BITSS"
subtitle: "CEGA EASST Fellows Training"
date: "`r format(as.Date('2023-05-11'), '%d %B %Y')`"
date: "`r format(as.Date('2023-11-03'), '%d %B %Y')`"
output:
xaringan::moon_reader:
footer: "These slides available at https://bitss.github.io/CEGA2022/"
footer: "These slides available at https://bitss.github.io/CEGA2023/"
css: [default, metropolis, metropolis-fonts]
lib_dir: libs
nature:
Expand Down Expand Up @@ -661,5 +661,5 @@ here goes the code
]

```{r gen_pdf, include = FALSE, cache = FALSE, eval = TRUE}
pagedown::chrome_print("dd-rmarkdown.html", output = "slides_dd.pdf")
pagedown::chrome_print("dd-rmarkdown.html", output = "dd-rmarkdown.pdf")
```
6 changes: 3 additions & 3 deletions dd-rmarkdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<title>Dynamic Documents using R: Hands-On</title>
<meta charset="utf-8" />
<meta name="author" content="Fernando Hoces de la Guardia, BITSS" />
<meta name="date" content="2023-05-11" />
<script src="libs/header-attrs-2.19/header-attrs.js"></script>
<meta name="date" content="2023-11-03" />
<script src="libs/header-attrs-2.22/header-attrs.js"></script>
<link href="libs/remark-css-0.0.1/default.css" rel="stylesheet" />
<link href="libs/remark-css-0.0.1/metropolis.css" rel="stylesheet" />
<link href="libs/remark-css-0.0.1/metropolis-fonts.css" rel="stylesheet" />
Expand All @@ -24,7 +24,7 @@
### Fernando Hoces de la Guardia, BITSS
]
.date[
### 11 May 2023
### 03 November 2023
]

---
Expand Down
Binary file added dd-rmarkdown.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions git-non-prog.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: "Git for Non-Programmers"
author: "Fernando Hoces de la Guardia, BITSS"
subtitle: "CEGA EASST Fellows Training"
date: "`r format(as.Date('2023-05-11'), '%d %B %Y')`"
date: "`r format(as.Date('2023-11-03'), '%d %B %Y')`"
output:
xaringan::moon_reader:
footer: "These slides available at https://bitss.github.io/CEGA2022/"
footer: "These slides available at https://bitss.github.io/CEGA2023/"
css: [default, metropolis, metropolis-fonts]
lib_dir: libs
nature:
Expand Down
6 changes: 3 additions & 3 deletions git-non-prog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<title>Git for Non-Programmers</title>
<meta charset="utf-8" />
<meta name="author" content="Fernando Hoces de la Guardia, BITSS" />
<meta name="date" content="2023-05-11" />
<script src="libs/header-attrs-2.19/header-attrs.js"></script>
<meta name="date" content="2023-11-03" />
<script src="libs/header-attrs-2.22/header-attrs.js"></script>
<link href="libs/remark-css-0.0.1/default.css" rel="stylesheet" />
<link href="libs/remark-css-0.0.1/metropolis.css" rel="stylesheet" />
<link href="libs/remark-css-0.0.1/metropolis-fonts.css" rel="stylesheet" />
Expand All @@ -24,7 +24,7 @@
### Fernando Hoces de la Guardia, BITSS
]
.date[
### 11 May 2023
### 03 November 2023
]

---
Expand Down
Loading

0 comments on commit 66d7e46

Please sign in to comment.