Skip to content

Commit

Permalink
turn off evaluation of chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
ha0ye committed Nov 16, 2023
1 parent a50f82e commit 45e5691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/Setup-Google-OAuth.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ vignette: >
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
comment = "#>",
eval = FALSE
)
```

Expand Down

0 comments on commit 45e5691

Please sign in to comment.