|
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - <meta name="date" content="2016-06-26" /> |
| 13 | + <meta name="date" content="2016-07-06" /> |
14 | 14 |
|
15 | 15 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
16 | 16 | <meta name="apple-mobile-web-app-capable" content="yes">
|
|
91 | 91 | <h1 data-config-title><!-- populated from slide_config.json --></h1>
|
92 | 92 | <h2 data-config-subtitle><!-- populated from slide_config.json --></h2>
|
93 | 93 | <p data-config-presenter><!-- populated from slide_config.json --></p>
|
94 |
| - <p style="margin-top: 6px; margin-left: -2px;">2016-06-26</p> |
| 94 | + <p style="margin-top: 6px; margin-left: -2px;">2016-07-06</p> |
95 | 95 | </hgroup>
|
96 | 96 | </slide>
|
97 | 97 |
|
@@ -190,6 +190,26 @@ <h2 data-config-subtitle><!-- populated from slide_config.json --></h2>
|
190 | 190 | <li><p>R Markdown documents are fully reproducible (they can be automatically regenerated whenever underlying R code or data changes).</p></li>
|
191 | 191 | </ul>
|
192 | 192 |
|
| 193 | +</article></slide><slide class=''><hgroup><h2>Installing packages</h2></hgroup><article id="installing-packages"> |
| 194 | + |
| 195 | +<p>From CRAN</p> |
| 196 | + |
| 197 | +<pre class = 'prettyprint lang-r'>install.packages("ggenealogy")</pre> |
| 198 | + |
| 199 | +</article></slide><slide class=''><hgroup><h2></h2></hgroup><article id="section"> |
| 200 | + |
| 201 | +<p>From bioconductor</p> |
| 202 | + |
| 203 | +<pre class = 'prettyprint lang-r'>source("https://bioconductor.org/biocLite.R") |
| 204 | +biocLite("ggbio")</pre> |
| 205 | + |
| 206 | +</article></slide><slide class=''><hgroup><h2></h2></hgroup><article id="section-1"> |
| 207 | + |
| 208 | +<p>From github repos</p> |
| 209 | + |
| 210 | +<pre class = 'prettyprint lang-r'>devtools::install_github("heike/gglogo") |
| 211 | +devtools::install_github("haleyjeppson/ggmosaic")</pre> |
| 212 | + |
193 | 213 | </article></slide><slide class=''><hgroup><h2>Resources</h2></hgroup><article id="resources">
|
194 | 214 |
|
195 | 215 | <ul>
|
|
0 commit comments