From 7b1f25e32a0860a735f5c444bb8240d8b77995d2 Mon Sep 17 00:00:00 2001 From: James Azam Date: Wed, 8 Nov 2023 15:26:14 +0000 Subject: [PATCH] Linting: Remove trailing whitespace --- R/estimate_secondary.R | 1 - R/opts.R | 2 -- 2 files changed, 3 deletions(-) diff --git a/R/estimate_secondary.R b/R/estimate_secondary.R index 01aae5386..8f5254e5d 100644 --- a/R/estimate_secondary.R +++ b/R/estimate_secondary.R @@ -236,7 +236,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 list of binary options summarising secondary model used in diff --git a/R/opts.R b/R/opts.R index d12c0ab5b..9aa38ea4d 100644 --- a/R/opts.R +++ b/R/opts.R @@ -439,7 +439,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 A list of observation model settings. #' @author Sam Abbott @@ -606,7 +605,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