Skip to content

Commit 92ce480

Browse files
committed
regnerate website
1 parent 284a10c commit 92ce480

124 files changed

Lines changed: 3361 additions & 2406 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

R/generics.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#' packages that interface with on CmdStanR. Developers can define methods on
55
#' top of these generics to coerce objects into CmdStanR's fitted model objects.
66
#'
7-
#' @param object to be coerced
8-
#' @param ... additional arguments
7+
#' @param object The object to be coerced.
8+
#' @param ... Additional arguments to pass to methods.
99
#'
1010
#' @name cmdstan_coercion
1111
NULL

_pkgdown.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,13 @@ articles:
7676
- articles-online-only/opencl
7777

7878
reference:
79-
- title: "Package description"
79+
- title: "Package overview and global options"
8080
desc: >
8181
An overview of the package and how it differs from
8282
[RStan](https://mc-stan.org/rstan).
8383
contents:
8484
- cmdstanr-package
85+
- cmdstanr_global_options
8586
- title: "Installing and setting the path to CmdStan"
8687
desc: >
8788
Install CmdStan, assuming the necessary C++ toolchain.
@@ -106,14 +107,15 @@ reference:
106107
- CmdStanGQ
107108
- CmdStanDiagnose
108109
- starts_with("fit-method")
109-
- title: "Other tools for working with CmdStan"
110+
- title: "Other tools"
110111
contents:
111112
- read_cmdstan_csv
112113
- write_stan_json
113114
- write_stan_file
114115
- draws_to_csv
115116
- as_mcmc.list
116117
- as_draws.CmdStanMCMC
118+
- cmdstan_coercion
117119
- title: "Using CmdStanR with knitr and R Markdown"
118120
contents:
119121
- register_knitr_engine

docs/404.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CONTRIBUTING.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)