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 10, 2023
1 parent 6f85328 commit 7b1f25e
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 @@ -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
Expand Down
2 changes: 0 additions & 2 deletions R/opts.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7b1f25e

Please sign in to comment.