Skip to content

Commit ee287d6

Browse files
author
Adam M. Wilson
committed
update menus
1 parent 3137caf commit ee287d6

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

07_Reproducibile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ <h2>Literate statistical programming</h2>
456456
<pre class="r"><code>time &lt;- format(Sys.time(), &quot;%a %d %b %X %Y&quot;)</code></pre>
457457
<p>The text and R code are interwoven in the output:</p>
458458
<p>The time is <code>`r time`</code></p>
459-
<p>The time is Sun 27 Nov 23:30:52 2016</p>
459+
<p>The time is Mon 28 Nov 12:51:26 2016</p>
460460
</div>
461461
<div id="literate-programming-for-and-against" class="section level2 columns-2">
462462
<h2>Literate programming: for and against</h2>

07_Reproducibile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The text and R code are interwoven in the output:
178178

179179
The time is `` `r time` ``
180180

181-
The time is Sun 27 Nov 23:30:52 2016
181+
The time is Mon 28 Nov 12:51:26 2016
182182

183183

184184

39 Bytes
Loading

_site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ output:
44
theme: cosmo
55
highlight: textmate
66
mathjax: null
7-
toc_depth: 3
7+
toc_depth: 2
88
toc_float:
99
collapsed: true
1010
includes:

0 commit comments

Comments
 (0)