You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to inherit a format tag from a dataset of foreign package, but @inherit foo::bar format seems to do nothing. Minimal example (functions in the same NS):
library(roxygen2)
roc_proc_text(rd_roclet(), "
#' Foo
#'
#' @format BLAH
foo <- function() {}
#' Bar
#'
#' @inherit foo format
bar <- function(x){}
")
This also seems to affect example and example tags.
The text was updated successfully, but these errors were encountered:
I want to inherit a format tag from a dataset of foreign package, but
@inherit foo::bar format
seems to do nothing. Minimal example (functions in the same NS):This also seems to affect example and example tags.
The text was updated successfully, but these errors were encountered: