Skip to content

Commit c20c155

Browse files
committed
Update/split slides
1 parent 029e27c commit c20c155

21 files changed

Lines changed: 22 additions & 8 deletions
-155 KB
Binary file not shown.
101 KB
Binary file not shown.

02_RProgramming/OverviewHistoryR/index.Rmd

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title : Overview and History of R
33
subtitle :
4-
author : Roger Peng, Associate Professor
4+
author : Roger D. Peng, Associate Professor of Biostatistics
55
job : Johns Hopkins Bloomberg School of Public Health
66
logo : bloomberg_shield.png
77
framework : io2012 # {io2012, html5slides, shower, dzslides, ...}
@@ -87,6 +87,12 @@ http://www.stat.bell-labs.com/S/history.html
8787

8888
---
8989

90+
```{r,echo=FALSE}
91+
yr <- version$year
92+
ver <- with(version, paste(major, minor, sep = "."))
93+
dat <- sprintf("%s %s", month.name[as.integer(version$month)], yr)
94+
```
95+
9096
## Back to R
9197

9298
- 1991: Created in New Zealand by Ross Ihaka and Robert Gentleman. Their
@@ -104,7 +110,7 @@ S-PLUS). The core group controls the source code for R.
104110

105111
- 2000: R version 1.0.0 is released.
106112

107-
- 2012: R version 2.15.1 is released on June 22, 2012.
113+
- `r yr`: R version `r ver` is released on `r dat`.
108114

109115
---
110116

@@ -275,4 +281,4 @@ Other resources
275281
- Springer has a series of books called *Use R!*.
276282

277283
- A longer list of books is at
278-
http://www.r-project.org/doc/bib/R-books.html
284+
http://www.r-project.org/doc/bib/R-books.html

02_RProgramming/OverviewHistoryR/index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Overview and History of R</title>
55
<meta charset="utf-8">
66
<meta name="description" content="Overview and History of R">
7-
<meta name="author" content="Roger Peng, Associate Professor">
7+
<meta name="author" content="Roger D. Peng, Associate Professor of Biostatistics">
88
<meta name="generator" content="slidify" />
99
<meta name="apple-mobile-web-app-capable" content="yes">
1010
<meta http-equiv="X-UA-Compatible" content="chrome=1">
@@ -19,6 +19,11 @@
1919
</script>
2020

2121
<link rel="stylesheet" href = "../../assets/css/custom.css">
22+
<link rel="stylesheet" href = "../../assets/css/custom.css.BACKUP.546.css">
23+
<link rel="stylesheet" href = "../../assets/css/custom.css.BASE.546.css">
24+
<link rel="stylesheet" href = "../../assets/css/custom.css.LOCAL.546.css">
25+
<link rel="stylesheet" href = "../../assets/css/custom.css.orig">
26+
<link rel="stylesheet" href = "../../assets/css/custom.css.REMOTE.546.css">
2227
<link rel="stylesheet" href = "../../assets/css/ribbons.css">
2328

2429
</head>
@@ -38,7 +43,7 @@
3843
<hgroup class="auto-fadein">
3944
<h1>Overview and History of R</h1>
4045
<h2></h2>
41-
<p>Roger Peng, Associate Professor<br/>Johns Hopkins Bloomberg School of Public Health</p>
46+
<p>Roger D. Peng, Associate Professor of Biostatistics<br/>Johns Hopkins Bloomberg School of Public Health</p>
4247
</hgroup>
4348
</slide>
4449

@@ -152,7 +157,7 @@ <h2>Back to R</h2>
152157
<li><p>1997: The R Core Group is formed (containing some people associated with
153158
S-PLUS). The core group controls the source code for R.</p></li>
154159
<li><p>2000: R version 1.0.0 is released.</p></li>
155-
<li><p>2012: R version 2.15.1 is released on June 22, 2012.</p></li>
160+
<li><p>2013: R version 3.0.2 is released on December 2013.</p></li>
156161
</ul>
157162

158163
</article>

02_RProgramming/OverviewHistoryR/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title : Overview and History of R
33
subtitle :
4-
author : Roger Peng, Associate Professor
4+
author : Roger D. Peng, Associate Professor of Biostatistics
55
job : Johns Hopkins Bloomberg School of Public Health
66
logo : bloomberg_shield.png
77
framework : io2012 # {io2012, html5slides, shower, dzslides, ...}
@@ -87,6 +87,9 @@ http://www.stat.bell-labs.com/S/history.html
8787

8888
---
8989

90+
91+
92+
9093
## Back to R
9194

9295
- 1991: Created in New Zealand by Ross Ihaka and Robert Gentleman. Their
@@ -104,7 +107,7 @@ S-PLUS). The core group controls the source code for R.
104107

105108
- 2000: R version 1.0.0 is released.
106109

107-
- 2012: R version 2.15.1 is released on June 22, 2012.
110+
- 2013: R version 3.0.2 is released on December 2013.
108111

109112
---
110113

63.5 KB
Loading
36 KB
Loading
37.3 KB
Loading
78.6 KB
Loading
75.4 KB
Loading

0 commit comments

Comments
 (0)