Skip to content

Commit

Permalink
suppress echo & redundant output
Browse files Browse the repository at this point in the history
ref #221
  • Loading branch information
wibeasley committed Jun 3, 2024
1 parent 20bebe9 commit 84f4641
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions chapters/colophon.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@ R Info
------------------

```{r}
sessionInfo()
```

```{r}
#| echo: false
# sessioninfo
sessioninfo::session_info()
```

Quarto Info
------------------

```{r}
# quarto::quarto_inspect()
#| echo: false
quarto::quarto_inspect()
# quarto::quarto_version()
```

0 comments on commit 84f4641

Please sign in to comment.