Skip to content

Commit 308527e

Browse files
committed
Fix lint issues
1 parent d8068fe commit 308527e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

R/qenv-within.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
#' `within()` is a convenience method that wraps `eval_code` to provide a simplified way of passing expression.
44
#' `within` accepts only inline expressions (both simple and compound) and allows to substitute `expr`
55
#' with `...` named argument values.
6-
#' Functions that trigger side effects like `options` or `set.seed` can be linked to specific objects for further code retrieval (with `get_code`), but only through `eval_code` where code input as `character`. `within` works on `expressions` that do not preserve comments, hence you can not use `# @linksto` tag explained in `get_code`.
6+
#' Functions that trigger side effects like `options` or `set.seed` can be
7+
#' linked to specific objects for further code retrieval (with `get_code`), but
8+
#' only through `eval_code` where code input as `character`. `within` works on
9+
#' `expressions` that do not preserve comments, hence you can not use `# @linksto` tag explained in `get_code`.
710
#' @aliases within
811
#' @section Using language objects with `within`:
912
#' Passing language objects to `expr` is generally not intended but can be achieved with `do.call`.

man/within.qenv.Rd

Lines changed: 4 additions & 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)