The example for the generate function is duplicated in the bru.inference.R file. It appears twice, once on on line 16 and again on line on line 2174.
AFAIK, the reason that the examples are duplicated is that roxygen merges them when you use #' @rdname generate in line 2175, so deleting one should be enough to fix this issue.
The example for the
generate
function is duplicated in the bru.inference.R file. It appears twice, once on on line 16 and again on line on line 2174. AFAIK, the reason that the examples are duplicated is that roxygen merges them when you use#' @rdname generate
in line 2175, so deleting one should be enough to fix this issue.