Skip to content

Commit 75bc1c7

Browse files
committed
fix R cmd check warning
1 parent 63c54f3 commit 75bc1c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ URL: https://mc-stan.org/cmdstanr/, https://discourse.mc-stan.org
3232
BugReports: https://github.com/stan-dev/cmdstanr/issues
3333
Encoding: UTF-8
3434
LazyData: true
35-
RoxygenNote: 7.3.1
35+
RoxygenNote: 7.3.2
3636
Roxygen: list(markdown = TRUE, r6 = FALSE)
3737
SystemRequirements: CmdStan (https://mc-stan.org/users/interfaces/cmdstan)
3838
Depends:

R/fit.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ CmdStanMCMC$set("public", name = "num_chains", value = num_chains)
18221822
#' |**Method**|**Description**|
18231823
#' |:----------|:---------------|
18241824
#' [`draws()`][fit-method-draws] | Return the point estimate as a 1-row [`draws_matrix`][posterior::draws_matrix]. |
1825-
#' [`$mode()`][fit-method-mode] | Return the point estimate as a numeric vector. |
1825+
#' [`$mle()`][fit-method-mle] | Return the point estimate as a numeric vector. |
18261826
#' [`$lp()`][fit-method-lp] | Return the total log probability density (`target`). |
18271827
#' [`$init()`][fit-method-init] | Return user-specified initial values. |
18281828
#' [`$metadata()`][fit-method-metadata] | Return a list of metadata gathered from the CmdStan CSV files. |

man/CmdStanMLE.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)