Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added David Whitmer Mini Project Proposal Idea. .docx
Binary file not shown.
Binary file added presentations/.DS_Store
Binary file not shown.
20 changes: 20 additions & 0 deletions presentations/David Whitmer Test.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "My presentation"
subtitle: "⚔<br/>with xaringan"
author: "David Whitmer"
institute: "RStudio, PBC"
date: "2016/12/12 (updated: `r Sys.Date()`)"
output:
xaringan::moon_reader:
css: xaringan-themer.css
lib_dir: libs
nature:
highlightStyle: github
highlightLines: true
countIncrementalSlides: false
---




# This is a test presentation!
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>My presentation</title>
<meta charset="utf-8" />
<meta name="author" content="Eren Bilen" />
<meta name="author" content="David Whitmer" />
<script src="libs/header-attrs-2.30/header-attrs.js"></script>
<link rel="stylesheet" href="xaringan-themer.css" type="text/css" />
</head>
Expand All @@ -18,7 +18,7 @@
## ⚔<br/>with xaringan
]
.author[
### Eren Bilen
### David Whitmer
]
.institute[
### RStudio, PBC
Expand Down
12 changes: 12 additions & 0 deletions presentations/libs/header-attrs-2.30/header-attrs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
12 changes: 2 additions & 10 deletions presentations/test123.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "My presentation"
subtitle: "⚔<br/>with xaringan"
author: "Eren Bilen"
author: "David Whitmer"
institute: "RStudio, PBC"
date: "2016/12/12 (updated: `r Sys.Date()`)"
output:
Expand All @@ -14,15 +14,7 @@ output:
countIncrementalSlides: false
---

```{r xaringan-themer, include=FALSE, warning=FALSE}
library(xaringanthemer)
style_mono_accent(
base_color = "#1c5253",
header_font_google = google_font("Josefin Sans"),
text_font_google = google_font("Montserrat", "300", "300i"),
code_font_google = google_font("Fira Mono")
)
```



# This is a test presentation!