Skip to content

Commit 93dfae1

Browse files
committed
fix minor cran check notes
1 parent 758dac5 commit 93dfae1

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

R/for_each_draw.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
#' @param expr (expression) A bare expression that can contain references to
88
#' variables in `x` by name. This expression will be executed once per draw
99
#' of `x`, where references to variables in `x` resolve to the value of that
10-
#' variable in that draw. The expression supports [quasiquotation].
10+
#' variable in that draw. The expression supports
11+
#' [quasiquotation][rlang::quasiquotation].
1112
#'
1213
#' @details
1314
#' If `x` is not in the [`draws_rvars`] format, it is first converted to that

R/rvar-rfun.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ rfun <- function (.f, rvar_args = NULL, rvar_dots = TRUE, ndraws = NULL) {
115115
#' producing a new [`rvar`].
116116
#'
117117
#' @param expr (expression) A bare expression that can (optionally) contain
118-
#' [`rvar`]s. The expression supports [quasiquotation].
118+
#' [`rvar`]s. The expression supports [quasiquotation][rlang::quasiquotation].
119119
#' @param ndraws (positive integer) The number of draws used to construct new
120120
#' random variables if no [`rvar`]s are supplied in `expr`. If `NULL`,
121121
#' `getOption("posterior.rvar_ndraws")` is used (default 4000). If `expr`

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,5 +288,5 @@ doi.org/10.1214/20-BA1221
288288

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

291-
- Code: BSD 3-clause (https://opensource.org/license/bsd-3-clause/)
291+
- Code: BSD 3-clause (https://opensource.org/license/bsd-3-clause)
292292
- Documentation: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,6 @@ assessing convergence of MCMC (with discussion). *Bayesian Analysis*.
464464

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

467-
- Code: BSD 3-clause (<https://opensource.org/license/bsd-3-clause/>)
467+
- Code: BSD 3-clause (<https://opensource.org/license/bsd-3-clause>)
468468
- Documentation: CC-BY 4.0
469469
(<https://creativecommons.org/licenses/by/4.0/>)

docs/index.html

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

man/for_each_draw.Rd

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

man/rdo.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)