Skip to content

Commit

Permalink
update webR interactive tutorials. Add rendered document + R script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakillo committed Nov 25, 2023
1 parent a07f3e1 commit 3714c6c
Show file tree
Hide file tree
Showing 9 changed files with 35,108 additions and 53 deletions.
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_extensions
5 changes: 4 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ <h1 class="title">Generalised Linear Models in R</h1>
</header>

<p>Links to interactive tutorials (made with Quarto and webR):</p>
<p><strong>Linear Models</strong></p>
<ul>
<li><a href="lm_webR.html">Linear Models</a></li>
<li><p><a href="lm_webR.html">Interactive tutorial</a></p></li>
<li><p><a href="lm.html">Rendered document</a></p></li>
<li><p><a href="lm.R">R code</a></p></li>
</ul>

</main>
Expand Down
8 changes: 7 additions & 1 deletion docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ format: html

Links to interactive tutorials (made with Quarto and webR):

- [Linear Models](lm_webR.html)
**Linear Models**

- [Interactive tutorial](lm_webR.html)

- [Rendered document](lm.html)

- [R code](lm.R)
Loading

0 comments on commit 3714c6c

Please sign in to comment.