Skip to content

Commit 4c84a14

Browse files
authored
Merge pull request #1017 from stan-dev/update-global-options
And `cmdstanr_print_line_numbers` to list of global options
2 parents c4ebd7f + 8438fa3 commit 4c84a14

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

R/options.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
#' * `cmdstanr_max_rows`: The maximum number of rows of output to print when
1919
#' using the [`$print()`][fit-method-summary] method. The default is 10.
2020
#'
21+
#' * `cmdstanr_print_line_numbers`: Should line numbers be included when
22+
#' printing a Stan program? The default is `FALSE`.
23+
#'
2124
#' * `cmdstanr_no_ver_check`: Should the check for a more recent version of
2225
#' CmdStan be disabled? The default is `FALSE`.
2326
#'

man/cmdstanr_global_options.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)