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 c549ae6 commit 42fd19bCopy full SHA for 42fd19b
1 file changed
R/model.R
@@ -394,7 +394,7 @@ CmdStanModel <- R6::R6Class(
394
#' @param pedantic (logical) Should pedantic mode be turned on? The default is
395
#' `FALSE`. Pedantic mode attempts to warn you about potential issues in your
396
#' Stan program beyond syntax errors. For details see the [*Pedantic mode*
397
-#' chapter](https://mc-stan.org/docs/stan-users-guide/pedantic-mode.html) in
+#' section](https://mc-stan.org/docs/stan-users-guide/pedantic-mode.html) in
398
#' the Stan Reference Manual. **Note:** to do a pedantic check for a model
399
#' without compiling it or for a model that is already compiled the
400
#' [`$check_syntax()`][model-method-check_syntax] method can be used instead.
0 commit comments