Skip to content

Commit

Permalink
Merge pull request #833 from stan-dev/link-to-diagnose-doc
Browse files Browse the repository at this point in the history
add missing link to diagnose method in CmdStanModel doc
  • Loading branch information
jgabry authored Aug 25, 2023
2 parents 41eaee1 + 2b096f5 commit 5aa92bf
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 15 deletions.
6 changes: 6 additions & 0 deletions R/model.R
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@ cmdstan_model <- function(stan_file = NULL, exe_file = NULL, compile = TRUE, ...
#' [`$save_hpp_file()`][model-method-compile] | Save the `.hpp` file containing the generated C++ code. |
#' [`$expose_functions()`][model-method-expose_functions] | Expose Stan functions for use in R. |
#'
#' ## Diagnostics
#'
#' |**Method**|**Description**|
#' |:----------|:---------------|
#' [`$diagnose()`][model-method-diagnose] | Run CmdStan's `"diagnose"` method to test gradients, return [`CmdStanDiagnose`] object. |
#'
#' ## Model fitting
#'
#' |**Method**|**Description**|
Expand Down
Binary file modified docs/reference/CmdStanModel-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/CmdStanModel-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 29 additions & 15 deletions docs/reference/CmdStanModel.html

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

Binary file modified docs/reference/Rplot001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions man/CmdStanModel.Rd

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

0 comments on commit 5aa92bf

Please sign in to comment.