Skip to content

Commit

Permalink
Fix README.Rmd for new asciicast
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Sep 8, 2022
1 parent 70079d1 commit 52d9adb
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,17 @@ knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures",
out.width = "100%"
out.width = "100%",
cache = TRUE,
asciicast_theme = "pkgdown"
)
asciicast::init_knitr_engine(
startup = quote({
library(cli)
set.seed(1) }),
echo = TRUE,
echo_input = FALSE,
startup = quote(library(cli)),
interactive = FALSE,
options = list(
asciicast_knitr_output = "auto",
asciicast_at = "end",
asciicast_end_wait = 3,
asciicast_echo = FALSE,
asciicast_theme = "pkgdown",
asciicast_omit_last_line = TRUE
)
interactive = FALSE
)
```

Expand Down

0 comments on commit 52d9adb

Please sign in to comment.