We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2563948 commit 718a0c6Copy full SHA for 718a0c6
1 file changed
vignettes/r-markdown.Rmd
@@ -22,8 +22,9 @@ knitr::opts_chunk$set(
22
23
R Markdown supports a variety of languages through the use of knitr language
24
engines. Where users wish to write Stan programs as chunks directly in R Markdown documents there are three options:
25
-1. the user wishes all the Stan chunks in the R Markdown document to be processed using RStan;
26
-2. all Stan chunks are to be processed using CmdStanR; and
+
+1. the user wishes all the Stan chunks in the R Markdown document to be processed using RStan;
27
+2. all Stan chunks are to be processed using CmdStanR; and.
28
3. some chunks are to be processed by RStan and some by CmdStanR.
29
30
Behind the scenes in each option, the engine compiles the model code in each
0 commit comments