From 8438fa3dd8534f7ea4e632ba776138a3a26b1471 Mon Sep 17 00:00:00 2001 From: jgabry Date: Tue, 30 Jul 2024 16:20:42 -0600 Subject: [PATCH] And `cmdstanr_print_line_numbers` to list of global options --- R/options.R | 3 +++ man/cmdstanr_global_options.Rd | 2 ++ 2 files changed, 5 insertions(+) diff --git a/R/options.R b/R/options.R index 7948908a..bbd66661 100644 --- a/R/options.R +++ b/R/options.R @@ -18,6 +18,9 @@ #' * `cmdstanr_max_rows`: The maximum number of rows of output to print when #' using the [`$print()`][fit-method-summary] method. The default is 10. #' +#' * `cmdstanr_print_line_numbers`: Should line numbers be included when +#' printing a Stan program? The default is `FALSE`. +#' #' * `cmdstanr_no_ver_check`: Should the check for a more recent version of #' CmdStan be disabled? The default is `FALSE`. #' diff --git a/man/cmdstanr_global_options.Rd b/man/cmdstanr_global_options.Rd index a011b81a..a1286054 100644 --- a/man/cmdstanr_global_options.Rd +++ b/man/cmdstanr_global_options.Rd @@ -17,6 +17,8 @@ even if there were no Stan code changes since last compiled? See \link[=model-method-compile]{compile} for more details. The default is \code{FALSE}. \item \code{cmdstanr_max_rows}: The maximum number of rows of output to print when using the \code{\link[=fit-method-summary]{$print()}} method. The default is 10. +\item \code{cmdstanr_print_line_numbers}: Should line numbers be included when +printing a Stan program? The default is \code{FALSE}. \item \code{cmdstanr_no_ver_check}: Should the check for a more recent version of CmdStan be disabled? The default is \code{FALSE}. \item \code{cmdstanr_output_dir}: The directory where CmdStan should write its output