Skip to content

Commit f8a0129

Browse files
committed
[skip vbump] Update docs (from roxygen2 warnings)
1 parent 880362b commit f8a0129

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

R/qenv-within.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' `within` accepts only inline expressions (both simple and compound) and allows to substitute `expr`
55
#' with `...` named argument values.
66
#' 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`.
7-
#' @alias within
7+
#' @aliases within
88
#' @section Using language objects with `within`:
99
#' Passing language objects to `expr` is generally not intended but can be achieved with `do.call`.
1010
#' Only single `expression`s will work and substitution is not available. See examples.

R/utils-get_code_dependency.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ move_functions_after_arrow <- function(ans, functions) {
365365
#' Static code analysis may be insufficient to determine which objects are created or modified by such a function call.
366366
#' The `@linksto` comment tag is introduced to mark a call as having a (side) effect on one or more objects.
367367
#' With this tag a complete object dependency structure can be established.
368-
#' Read more about side effects and the usage of `@linksto` tag in [`get_code_dependencies()`] function.
368+
#' Read more about side effects and the usage of `@linksto` tag in [`get_code()`] function.
369369
#'
370370
#' @param pd `data.frame`;
371371
#' one of the results of `utils::getParseData()` split into subsets representing individual calls;

man/within.qenv.Rd

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

0 commit comments

Comments
 (0)