Skip to content

Commit c4ebd7f

Browse files
authored
Merge pull request #1014 from stan-dev/bob-carpenter-patch-1
Update model.R
2 parents c549ae6 + 5a391cf commit c4ebd7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/model.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ CmdStanModel <- R6::R6Class(
394394
#' @param pedantic (logical) Should pedantic mode be turned on? The default is
395395
#' `FALSE`. Pedantic mode attempts to warn you about potential issues in your
396396
#' 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
397+
#' section](https://mc-stan.org/docs/stan-users-guide/pedantic-mode.html) in
398398
#' the Stan Reference Manual. **Note:** to do a pedantic check for a model
399399
#' without compiling it or for a model that is already compiled the
400400
#' [`$check_syntax()`][model-method-check_syntax] method can be used instead.

man/model-method-compile.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)