Skip to content

Commit 4b80205

Browse files
authored
Merge pull request #1042 from stan-dev/save_object-doc-update
Mention vignette section on faster model saving for large models
2 parents 19e7af8 + 1a040bd commit 4b80205

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

R/fit.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ CmdStanFit <- R6::R6Class(
108108
#' read into R lazily (i.e., as needed), the `$save_object()` method is the
109109
#' safest way to guarantee that everything has been read in before saving.
110110
#'
111+
#' See the "Saving fitted model objects" section of the
112+
#' [_Getting started with CmdStanR_](https://mc-stan.org/cmdstanr/articles/cmdstanr.html)
113+
#' vignette for some suggestions on faster model saving for large models.
114+
#'
111115
#' @param file (string) Path where the file should be saved.
112116
#' @param ... Other arguments to pass to [base::saveRDS()] besides `object` and `file`.
113117
#'

man/fit-method-save_object.Rd

Lines changed: 4 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)