Skip to content
Discussion options

You must be logged in to vote

In Rstudio IDE context, (None) means do not set anything in the YAML header. Then the default Engine binding behavior from Quarto applies. Which is described in the link I shared above.

When I make a dummy .qmd file, and select engine = none, and add an R code chunk with the expression 1+1, it is evaluated and presents 2. Can you please explain?

Reading this part of the doc should anwser your question. If you have a R cells in a document, then quarto automatically bind to the knitr engine if nothing else is specified.

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
2 replies
@jleclai2
Comment options

@mcanouil
Comment options

mcanouil Sep 6, 2024
Collaborator

Comment options

You must be logged in to vote
7 replies
@jleclai2
Comment options

@mcanouil
Comment options

mcanouil Sep 6, 2024
Collaborator

@jleclai2
Comment options

@cderv
Comment options

cderv Sep 6, 2024
Maintainer

Answer selected by jleclai2
@mcanouil
Comment options

mcanouil Sep 6, 2024
Collaborator

@jleclai2
Comment options

@cderv
Comment options

cderv Sep 6, 2024
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
editors Issues with editing in text editors, IDEs, etc rstudio
3 participants