Skip to content

Commit

Permalink
Drop {knitr} line
Browse files Browse the repository at this point in the history
  • Loading branch information
pbbgss committed Oct 31, 2024
1 parent 373206e commit a46871a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions R_code_participant.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
knitr::opts_chunk$set(message = FALSE, warning = FALSE, cache = FALSE)


# Random number seed
set.seed(5)

Expand Down
2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ output:
highlight: tango
---

```{r, include=FALSE}
```{r, include=FALSE, purl=FALSE}
knitr::opts_chunk$set(message = FALSE, warning = FALSE, cache = FALSE)
```
Expand Down

0 comments on commit a46871a

Please sign in to comment.