Skip to content

Commit

Permalink
regnerate website
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Jul 2, 2024
1 parent 284a10c commit 92ce480
Show file tree
Hide file tree
Showing 124 changed files with 3,361 additions and 2,406 deletions.
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

0 comments on commit 92ce480

Please sign in to comment.