Skip to content

Commit

Permalink
Merge pull request #123 from nhs-r-community/explicit-cli
Browse files Browse the repository at this point in the history
Added text about quarto package needing CLI
  • Loading branch information
Lextuga007 authored Sep 24, 2024
2 parents b12cfa1 + e65795f commit 96832b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion technical-quarto.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ For example, to preview this book, in the command line the code is:

but in R using {quarto} it is:

`quarto::quarto_render()`
`quarto::quarto_render()`

:::{.callout-important collapse=false appearance='default' icon=true}
## R package and CLI (important)
Whilst it's possible to use the Quarto CLI without the {quarto} package, the {quarto} package won't run anything without the CLI as the functions are translating the code that the CLI uses.
:::

0 comments on commit 96832b9

Please sign in to comment.