Skip to content

Commit

Permalink
Linting: Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Nov 14, 2023
1 parent 5500b4f commit c5dbfa4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion R/estimate_secondary.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<secondary_opts>` object of binary options summarising secondary
Expand Down
2 changes: 0 additions & 2 deletions R/opts.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<obs_opts>` object of observation model settings.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c5dbfa4

Please sign in to comment.