Skip to content

Commit

Permalink
fix intro.qmd so rmarkdown not needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Apr 22, 2024
1 parent 1f3e228 commit e631e06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion intro.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ This kind of book is an example of literate programming - the intertwining of ni

But the `R` code cell below does not:

```r
```{r}
#| eval: false
summary(cars)
```

Expand Down

0 comments on commit e631e06

Please sign in to comment.