Skip to content

Commit cd38fed

Browse files
authored
Merge pull request #309 from r-lib/doc-fixes
2 parents 7a3f725 + b0bfd31 commit cd38fed

File tree

11 files changed

+70
-70
lines changed

11 files changed

+70
-70
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Config/usethis/last-upkeep: 2025-04-28
4141
Encoding: UTF-8
4242
Language: en-US
4343
Roxygen: list(markdown = TRUE)
44-
RoxygenNote: 7.3.2
44+
RoxygenNote: 7.3.3

R/standalone-errors.R

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ err <- local({
179179
#' @param ... Parts of the error message, they will be converted to
180180
#' character and then concatenated, like in [stop()].
181181
#' @param call. A call object to include in the condition, or `TRUE`
182-
#' or `NULL`, meaning that [throw()] should add a call object
182+
#' or `NULL`, meaning that `throw()` should add a call object
183183
#' automatically. If `FALSE`, then no call is added.
184184
#' @param srcref Alternative source reference object to use instead of
185185
#' the one of `call.`.
@@ -203,10 +203,10 @@ err <- local({
203203
#' It also adds the `rlib_error` class.
204204
#'
205205
#' @noRd
206-
#' @param ... Passed to [new_cond()].
207-
#' @param call. Passed to [new_cond()].
208-
#' @param srcref Passed tp [new_cond()].
209-
#' @param domain Passed to [new_cond()].
206+
#' @param ... Passed to `new_cond()`.
207+
#' @param call. Passed to `new_cond()`.
208+
#' @param srcref Passed tp `new_cond()`.
209+
#' @param domain Passed to `new_cond()`.
210210
#' @return Error condition object with classes `rlib_error`, `error`
211211
#' and `condition`.
212212

@@ -357,7 +357,7 @@ err <- local({
357357
#' @noRd
358358
#' @param expr Expression to evaluate.
359359
#' @param err Error object or message to use for the child error.
360-
#' @param call Call to use in the re-thrown error. See [throw()].
360+
#' @param call Call to use in the re-thrown error. See `throw()`.
361361

362362
chain_error <- function(expr, err, call = sys.call(-1), srcref = NULL) {
363363
.hide_from_trace <- 1
@@ -423,7 +423,7 @@ err <- local({
423423

424424
#' Version of entrace_call that supports cleancall
425425
#'
426-
#' This function is the same as [entrace_call()], except that it
426+
#' This function is the same as `entrace_call()`, except that it
427427
#' uses cleancall's [.Call()] wrapper, to enable resource cleanup.
428428
#' See https://github.com/r-lib/cleancall#readme for more about
429429
#' resource cleanup.
@@ -464,7 +464,7 @@ err <- local({
464464

465465
#' Create a traceback
466466
#'
467-
#' [throw()] calls this function automatically if an error is not caught,
467+
#' `throw()` calls this function automatically if an error is not caught,
468468
#' so there is currently not much use to call it directly.
469469
#'
470470
#' @param cond Condition to add the trace to

man/callr-package.Rd

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

man/r.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.

man/r_bg.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.

man/r_process.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.

man/r_session.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.

man/r_vanilla.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.

man/rcmd.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.

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