Skip to content

Commit

Permalink
chore: 🔥 remove last R code chunk so Quarto doesn't need to use R (#44)
Browse files Browse the repository at this point in the history
## Description

Now that the last R code chunk is removed, we can render the website
without that dependency.

Closes #39

## Reviewer Focus

This PR needs a quick review. 

## Checklist

- [x] Ran spell-check
- [x] Formatted Markdown
- [x] Rendered website locally
  • Loading branch information
lwjohnst86 authored Sep 26, 2024
1 parent bd44a48 commit a6026cf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions sessions/lesson.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

{{< include ../includes/_wip.qmd >}}

```{r setup}
#| include: false
```

<!-- TODO: Add an introduction here -->

**Session objectives**:
Expand All @@ -22,12 +18,6 @@ TODO: Reading text

> Time: \## minutes.
```{r solution-LABEL}
#| eval: false
#| code-fold: true
#| code-summary: "**Click for the solution**. Only click if you are struggling or are out of time."
```

## Summary

- TODO: List of summary items

0 comments on commit a6026cf

Please sign in to comment.