Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate website with changes from latest release #1005

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' packages that interface with on CmdStanR. Developers can define methods on
#' top of these generics to coerce objects into CmdStanR's fitted model objects.
#'
#' @param object to be coerced
#' @param ... additional arguments
#' @param object The object to be coerced.
#' @param ... Additional arguments to pass to methods.
#'
#' @name cmdstan_coercion
NULL
Expand Down
6 changes: 4 additions & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,13 @@ articles:
- articles-online-only/opencl

reference:
- title: "Package description"
- title: "Package overview and global options"
desc: >
An overview of the package and how it differs from
[RStan](https://mc-stan.org/rstan).
contents:
- cmdstanr-package
- cmdstanr_global_options
- title: "Installing and setting the path to CmdStan"
desc: >
Install CmdStan, assuming the necessary C++ toolchain.
Expand All @@ -106,14 +107,15 @@ reference:
- CmdStanGQ
- CmdStanDiagnose
- starts_with("fit-method")
- title: "Other tools for working with CmdStan"
- title: "Other tools"
contents:
- read_cmdstan_csv
- write_stan_json
- write_stan_file
- draws_to_csv
- as_mcmc.list
- as_draws.CmdStanMCMC
- cmdstan_coercion
- title: "Using CmdStanR with knitr and R Markdown"
contents:
- register_knitr_engine
Expand Down
8 changes: 4 additions & 4 deletions docs/404.html

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

8 changes: 4 additions & 4 deletions docs/CONTRIBUTING.html

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

8 changes: 4 additions & 4 deletions docs/LICENSE-text.html

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

Loading
Loading