Skip to content

Commit

Permalink
fix minor cran check notes
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Jun 28, 2024
1 parent 758dac5 commit 93dfae1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion R/for_each_draw.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
#' @param expr (expression) A bare expression that can contain references to
#' variables in `x` by name. This expression will be executed once per draw
#' of `x`, where references to variables in `x` resolve to the value of that
#' variable in that draw. The expression supports [quasiquotation].
#' variable in that draw. The expression supports
#' [quasiquotation][rlang::quasiquotation].
#'
#' @details
#' If `x` is not in the [`draws_rvars`] format, it is first converted to that
Expand Down
2 changes: 1 addition & 1 deletion R/rvar-rfun.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ rfun <- function (.f, rvar_args = NULL, rvar_dots = TRUE, ndraws = NULL) {
#' producing a new [`rvar`].
#'
#' @param expr (expression) A bare expression that can (optionally) contain
#' [`rvar`]s. The expression supports [quasiquotation].
#' [`rvar`]s. The expression supports [quasiquotation][rlang::quasiquotation].
#' @param ndraws (positive integer) The number of draws used to construct new
#' random variables if no [`rvar`]s are supplied in `expr`. If `NULL`,
#' `getOption("posterior.rvar_ndraws")` is used (default 4000). If `expr`
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,5 @@ doi.org/10.1214/20-BA1221

The **posterior** package is licensed under the following licenses:

- Code: BSD 3-clause (https://opensource.org/license/bsd-3-clause/)
- Code: BSD 3-clause (https://opensource.org/license/bsd-3-clause)
- Documentation: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,6 @@ assessing convergence of MCMC (with discussion). *Bayesian Analysis*.

The **posterior** package is licensed under the following licenses:

- Code: BSD 3-clause (<https://opensource.org/license/bsd-3-clause/>)
- Code: BSD 3-clause (<https://opensource.org/license/bsd-3-clause>)
- Documentation: CC-BY 4.0
(<https://creativecommons.org/licenses/by/4.0/>)
2 changes: 1 addition & 1 deletion docs/index.html

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

3 changes: 2 additions & 1 deletion man/for_each_draw.Rd

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

2 changes: 1 addition & 1 deletion man/rdo.Rd

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

0 comments on commit 93dfae1

Please sign in to comment.