Skip to content

Commit

Permalink
Render bookdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jhudsl-robot committed Feb 21, 2024
1 parent b1c2f30 commit 76cbb20
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/authors.html
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ <h1>Authors</h1>
## collate en_US.UTF-8
## ctype en_US.UTF-8
## tz Etc/UTC
## date 2023-07-28
## date 2024-02-21
##
## ─ Packages ───────────────────────────────────────────────────────────────────
## package * version date lib source
Expand Down
Binary file modified docs/hgv_lab.docx
Binary file not shown.
3 changes: 0 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,6 @@ <h4><span class="header-section-number">1.0.0.1</span> Instructor</h4>
</div>
<div id="schedule-logistics" class="section level4" number="1.0.0.2">
<h4><span class="header-section-number">1.0.0.2</span> Schedule &amp; Logistics</h4>
<p>Class is <strong>Tuesdays from 3-3:50PM</strong>, in <strong>UTL G89</strong>.</p>
<p>Please bring your laptop with you to every class. If you don’t have a working laptop, contact me so that we can find a solution.
<br></br></p>
<table>
<thead>
<tr class="header">
Expand Down
2 changes: 1 addition & 1 deletion docs/reading-in-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ <h1>
<h2><span class="header-section-number">10.8</span> Reading in data</h2>
<p>We can provide the location of the downloaded files to the <code>eigenstrat()</code> function, which then constructs an EIGENSTRAT object to be used for downstream analysis.</p>
<div class="sourceCode" id="cb234"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb234-1"><a href="reading-in-data.html#cb234-1" aria-hidden="true" tabindex="-1"></a><span class="co"># read in eigenstrat files</span></span>
<span id="cb234-2"><a href="reading-in-data.html#cb234-2" aria-hidden="true" tabindex="-1"></a>snps <span class="ot">&lt;-</span> <span class="fu">eigenstrat</span>(prefix)</span>
<span id="cb234-2"><a href="reading-in-data.html#cb234-2" aria-hidden="true" tabindex="-1"></a>snps <span class="ot">&lt;-</span> <span class="fu">eigenstrat</span>(<span class="st">&quot;./snps/snps&quot;</span>)</span>
<span id="cb234-3"><a href="reading-in-data.html#cb234-3" aria-hidden="true" tabindex="-1"></a>snps</span></code></pre></div>
<pre><code>## EIGENSTRAT object
## =================
Expand Down
2 changes: 1 addition & 1 deletion docs/search_index.json

Large diffs are not rendered by default.

0 comments on commit 76cbb20

Please sign in to comment.