Skip to content

Commit 3f2a8f7

Browse files
committed
clean up repo and add readme
1 parent baf6921 commit 3f2a8f7

21 files changed

Lines changed: 134 additions & 655 deletions

2018_08_22_mobprogramming/mobprogramming_and_ggplot2.html

Lines changed: 62 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
33
<head>
44
<title>RLadies Santa Barbara</title>
5-
<meta charset="utf-8">
5+
<meta charset="utf-8" />
66
<meta name="author" content="@RLadiesSB" />
7-
<meta name="date" content="2018-08-23" />
7+
<meta name="date" content="2019-03-11" />
88
<link href="libs/remark-css/default.css" rel="stylesheet" />
99
<link href="libs/remark-css/rladies.css" rel="stylesheet" />
1010
<link href="libs/remark-css/rladies-fonts.css" rel="stylesheet" />
@@ -16,7 +16,7 @@
1616
# RLadies Santa Barbara
1717
## Mob Programming: coding in small teams
1818
### <span class="citation">@RLadiesSB</span>
19-
### 2018-08-23
19+
### 2019-03-11
2020

2121
---
2222

@@ -89,15 +89,15 @@
8989
## n obs: 21174
9090
## n variables: 7
9191
##
92-
## ── Variable type:character ──────────────────────────────────────────────────────────────
92+
## ── Variable type:character ────────────────────────────────────────────────────────────
9393
## variable missing complete n min max empty n_unique
9494
## code 0 21174 21174 4 4 0 374
9595
## park_name 0 21174 21174 11 83 0 382
9696
## region 0 21174 21174 2 2 0 8
9797
## state 0 21174 21174 2 2 0 54
9898
## type 0 21174 21174 4 37 0 29
9999
##
100-
## ── Variable type:integer ────────────────────────────────────────────────────────────────
100+
## ── Variable type:integer ──────────────────────────────────────────────────────────────
101101
## variable missing complete n mean sd p0 p25 p50
102102
## visitors 0 21174 21174 650072.41 1548292.52 0 38048.75 148300
103103
## year 0 21174 21174 1981.85 24.33 1904 1965 1986
@@ -170,14 +170,14 @@
170170

171171
```
172172
## # A tibble: 6 x 7
173-
## region state code park_name type visitors year
174-
## &lt;chr&gt; &lt;chr&gt; &lt;chr&gt; &lt;chr&gt; &lt;chr&gt; &lt;int&gt; &lt;int&gt;
175-
## 1 IM CO DINO Dinosaur National Monu… National Monu… 5088 1937
176-
## 2 IM CO DINO Dinosaur National Monu… National Monu… 8897 1938
177-
## 3 IM CO DINO Dinosaur National Monu… National Monu… 10220 1939
178-
## 4 IM CO DINO Dinosaur National Monu… National Monu… 10928 1940
179-
## 5 IM CO DINO Dinosaur National Monu… National Monu… 8706 1941
180-
## 6 IM CO DINO Dinosaur National Monu… National Monu… 2268 1942
173+
## region state code park_name type visitors year
174+
## &lt;chr&gt; &lt;chr&gt; &lt;chr&gt; &lt;chr&gt; &lt;chr&gt; &lt;int&gt; &lt;int&gt;
175+
## 1 IM CO DINO Dinosaur National Monum… National Monu… 5088 1937
176+
## 2 IM CO DINO Dinosaur National Monum… National Monu… 8897 1938
177+
## 3 IM CO DINO Dinosaur National Monum… National Monu… 10220 1939
178+
## 4 IM CO DINO Dinosaur National Monum… National Monu… 10928 1940
179+
## 5 IM CO DINO Dinosaur National Monum… National Monu… 8706 1941
180+
## 6 IM CO DINO Dinosaur National Monum… National Monu… 2268 1942
181181
```
182182

183183
---
@@ -234,6 +234,7 @@
234234

235235
---
236236
</textarea>
237+
<style data-target="print-only">@media screen {.remark-slide-container{display:block;}.remark-slide-scaler{box-shadow:none;}}</style>
237238
<script src="https://remarkjs.com/downloads/remark-latest.min.js"></script>
238239
<script>var slideshow = remark.create({
239240
"highlightStyle": "github",
@@ -244,16 +245,57 @@
244245
if (window.HTMLWidgets) slideshow.on('afterShowSlide', function (slide) {
245246
window.dispatchEvent(new Event('resize'));
246247
});
247-
(function() {
248-
var d = document, s = d.createElement("style"), r = d.querySelector(".remark-slide-scaler");
248+
(function(d) {
249+
var s = d.createElement("style"), r = d.querySelector(".remark-slide-scaler");
249250
if (!r) return;
250251
s.type = "text/css"; s.innerHTML = "@page {size: " + r.style.width + " " + r.style.height +"; }";
251252
d.head.appendChild(s);
253+
})(document);
254+
255+
(function(d) {
256+
var el = d.getElementsByClassName("remark-slides-area");
257+
if (!el) return;
258+
var slide, slides = slideshow.getSlides(), els = el[0].children;
259+
for (var i = 1; i < slides.length; i++) {
260+
slide = slides[i];
261+
if (slide.properties.continued === "true" || slide.properties.count === "false") {
262+
els[i - 1].className += ' has-continuation';
263+
}
264+
}
265+
var s = d.createElement("style");
266+
s.type = "text/css"; s.innerHTML = "@media print { .has-continuation { display: none; } }";
267+
d.head.appendChild(s);
268+
})(document);
269+
// delete the temporary CSS (for displaying all slides initially) when the user
270+
// starts to view slides
271+
(function() {
272+
var deleted = false;
273+
slideshow.on('beforeShowSlide', function(slide) {
274+
if (deleted) return;
275+
var sheets = document.styleSheets, node;
276+
for (var i = 0; i < sheets.length; i++) {
277+
node = sheets[i].ownerNode;
278+
if (node.dataset["target"] !== "print-only") continue;
279+
node.parentNode.removeChild(node);
280+
}
281+
deleted = true;
282+
});
252283
})();</script>
253284

254285
<script>
255286
(function() {
256-
var i, text, code, codes = document.getElementsByTagName('code');
287+
var links = document.getElementsByTagName('a');
288+
for (var i = 0; i < links.length; i++) {
289+
if (/^(https?:)?\/\//.test(links[i].getAttribute('href'))) {
290+
links[i].target = '_blank';
291+
}
292+
}
293+
})();
294+
</script>
295+
296+
<script>
297+
slideshow._releaseMath = function(el) {
298+
var i, text, code, codes = el.getElementsByTagName('code');
257299
for (i = 0; i < codes.length;) {
258300
code = codes[i];
259301
if (code.parentNode.tagName !== 'PRE' && code.childElementCount === 0) {
@@ -267,14 +309,15 @@
267309
}
268310
i++;
269311
}
270-
})();
312+
};
313+
slideshow._releaseMath(document);
271314
</script>
272315
<!-- dynamically load mathjax for compatibility with self-contained -->
273316
<script>
274317
(function () {
275318
var script = document.createElement('script');
276319
script.type = 'text/javascript';
277-
script.src = 'https://cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML';
320+
script.src = 'https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML';
278321
if (location.protocol !== 'file:' && /^https?:/.test(script.src))
279322
script.src = script.src.replace(/^https?:/, '');
280323
document.getElementsByTagName('head')[0].appendChild(script);
12 Bytes
Loading
23 Bytes
Binary file not shown.

2018_11_30_special_guest_jenny_bryan/introduction.Rmd

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,20 @@ options(htmltools.dir.version = FALSE, warning=FALSE, message=FALSE, verbose = F
2020
```
2121

2222
![](images/rladies_welcome.png)
23+
24+
---
25+
class: middle
26+
27+
# Jenny Bryan
28+
29+
Interview quotes
30+
31+
small teams, one laptop
32+
timed rotation, we all code
33+
always supportive
34+
35+
<br>
36+
<br>
37+
38+
[(read actual information here, compiled by R-Lady Irene Steves)](https://github.com/R-Meetup-SB/hackathon-201806/blob/master/mob-programming.Rmd)
39+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# README
22

3-
[Intro slides](https://raw.githack.com/rladies/meetup-presentations_santabarbara/gh-pages/2018_11_30_special_guest_jenny_bryan/introduction.html) for our Meetup event.
3+
[Slides for Streamlined Workflows in R](https://jules32.github.io/streamlined-workflows/#1) from March 14, 2019.
-208 KB
Binary file not shown.
-3.57 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-500 KB
Binary file not shown.

0 commit comments

Comments
 (0)