-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behaviorinherit 👨👩👧👦
Milestone
Description
This is related to #874. The original issue was closed due to the lack of a reprex.
I got the same error message here:
library(roxygen2)
out <- roc_proc_text(rd_roclet(), "
#' Title
#' @inherit broom::augment
#'
#' @export
foo <- function(x, ...) {}"
)
#> Error in get_tags(x, "\\arguments")[[1]] : subscript out of bounds
Fixed it as follows:
library(roxygen2)
out <- roc_proc_text(rd_roclet(), "
#' Title
#' @inherit generics::augment
#'
#' @export
foo <- function(x, ...) {}"
)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behaviorinherit 👨👩👧👦