Skip to content

Commit

Permalink
try comment option
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed May 19, 2024
1 parent d727fb5 commit 3380c02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,8 @@ library(details)
```{details}
#| echo: false
#| eval: true
#| details.summary: 'Session details'
#| comment: "#>"
#| details.summary: "Session details"
withr::local_options(list(crayon.enabled = FALSE))
sessioninfo::session_info(include_base = TRUE)
```

0 comments on commit 3380c02

Please sign in to comment.