Skip to content

Commit

Permalink
Merge pull request #1014 from stan-dev/bob-carpenter-patch-1
Browse files Browse the repository at this point in the history
Update model.R
  • Loading branch information
jgabry authored Jul 30, 2024
2 parents c549ae6 + 5a391cf commit c4ebd7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/model.R
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ CmdStanModel <- R6::R6Class(
#' @param pedantic (logical) Should pedantic mode be turned on? The default is
#' `FALSE`. Pedantic mode attempts to warn you about potential issues in your
#' Stan program beyond syntax errors. For details see the [*Pedantic mode*
#' 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
#' the Stan Reference Manual. **Note:** to do a pedantic check for a model
#' without compiling it or for a model that is already compiled the
#' [`$check_syntax()`][model-method-check_syntax] method can be used instead.
Expand Down
2 changes: 1 addition & 1 deletion man/model-method-compile.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c4ebd7f

Please sign in to comment.