From ebe34f6800200d9a09d9ff37cf6b6a60c36cfc64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rok=20C=CC=8Ces=CC=8Cnovar?= Date: Sun, 17 Jul 2022 19:29:47 +0200 Subject: [PATCH] add missing arg docs --- R/model.R | 1 + man/model-method-sample_mpi.Rd | 2 ++ 2 files changed, 3 insertions(+) diff --git a/R/model.R b/R/model.R index 5346346b9..5d73ae383 100644 --- a/R/model.R +++ b/R/model.R @@ -1159,6 +1159,7 @@ CmdStanModel$set("public", name = "sample", value = sample) #' processes. For example, `mpi_args = list("n" = 4)` launches the executable #' as `mpiexec -n 4 model_executable`, followed by CmdStan arguments for the #' model executable. +#' @param validate_csv Deprecated. Use `diagnostics` instead. #' #' @return A [`CmdStanMCMC`] object. #' diff --git a/man/model-method-sample_mpi.Rd b/man/model-method-sample_mpi.Rd index 7fb02ffa7..12dbc47e6 100644 --- a/man/model-method-sample_mpi.Rd +++ b/man/model-method-sample_mpi.Rd @@ -238,6 +238,8 @@ summaries of the diagnostics and can regenerate the warning messages. Diagnostics like R-hat and effective sample size are \emph{not} currently available via the \code{diagnostics} argument but can be checked after fitting using the \code{\link[=fit-method-summary]{$summary()}} method.} + +\item{validate_csv}{Deprecated. Use \code{diagnostics} instead.} } \value{ A \code{\link{CmdStanMCMC}} object.