Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Oct 2, 2024
1 parent 32852fd commit de355cd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Encoding: UTF-8
Language: en-US
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
3 changes: 2 additions & 1 deletion R/stan_package_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
#' where the package is installed in `.libpaths()`. `FALSE` to
#' skip compilation and assume the model is already compiled,
#' which is usually the case.
#' @param ... Arguments passed to cmdstanr("cmdstan_model").
#' @param ... Named arguments passed via `cmdstanr::cmdstan_model()`
#' to the `compile()` method of the CmdStan model object.
#' @examples
#' # Please see the documentation website of the {instantiate} package
#' # for examples.
Expand Down
12 changes: 11 additions & 1 deletion man/stan_package_model.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de355cd

Please sign in to comment.