diff --git a/R/estimate_secondary.R b/R/estimate_secondary.R index 8559b45f3..f8957be2e 100644 --- a/R/estimate_secondary.R +++ b/R/estimate_secondary.R @@ -251,7 +251,6 @@ estimate_secondary <- function(reports, #' #' @param ... Overwrite options defined by type. See the returned values for all #' options that can be passed. -#' #' @importFrom rlang arg_match #' @seealso estimate_secondary #' @return A `` object of binary options summarising secondary diff --git a/R/opts.R b/R/opts.R index 21fed982a..29b83681f 100644 --- a/R/opts.R +++ b/R/opts.R @@ -448,7 +448,6 @@ gp_opts <- function(basis_prop = 0.2, #' #' @param return_likelihood Logical, defaults to `FALSE`. Should the likelihood #' be returned by the model. -#' #' @importFrom rlang arg_match #' #' @return An `` object of observation model settings. @@ -619,7 +618,6 @@ rstan_vb_opts <- function(samples = 2000, #' `rstan::sampling` ("sampling") or `rstan:vb` ("vb"). #' #' @param ... Additional parameters to pass underlying option functions. -#' #' @importFrom rlang arg_match #' @return A list of arguments to pass to the appropriate rstan functions. #' @author Sam Abbott