diff --git a/man/model-method-compile.Rd b/man/model-method-compile.Rd index 7bfa47d7..e17b1ae5 100644 --- a/man/model-method-compile.Rd +++ b/man/model-method-compile.Rd @@ -15,9 +15,9 @@ compile( stanc_options = list(), force_recompile = getOption("cmdstanr_force_recompile", default = FALSE), compile_model_methods = FALSE, - compile_hessian_method = FALSE, compile_standalone = FALSE, dry_run = FALSE, + compile_hessian_method = FALSE, threads = FALSE ) } @@ -64,9 +64,6 @@ via a global \code{cmdstanr_force_recompile} option.} (\code{log_prob()}, \code{grad_log_prob()}, \code{constrain_variables()}, \code{unconstrain_variables()}).} -\item{compile_hessian_method}{(logical) Should the (experimental) \code{hessian()} method be -be compiled with the model methods?} - \item{compile_standalone}{(logical) Should functions in the Stan model be compiled for use in R? If \code{TRUE} the functions will be available via the \code{functions} field in the compiled model object. This can also be done after @@ -76,6 +73,9 @@ compilation using the \item{dry_run}{(logical) If \code{TRUE}, the code will do all checks before compilation, but skip the actual C++ compilation. Used to speedup tests.} +\item{compile_hessian_method}{(logical) Should the (experimental) \code{hessian()} method be +be compiled with the model methods?} + \item{threads}{Deprecated and will be removed in a future release. Please turn on threading via \code{cpp_options = list(stan_threads = TRUE)} instead.} }