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 7, 2023
1 parent 7412895 commit d027c57
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion R/create.R
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ create_shifted_cases <- function(reported_cases, shift,
#' time.
#'
#' @param delay Numeric mean delay
#'
#' @importFrom rlang arg_match
#' @return A list containing a logical called fixed and an integer called from
#' @author Sam Abbott
Expand Down
4 changes: 0 additions & 4 deletions R/opts.R
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ rt_opts <- function(prior = list(mean = 1, sd = 1),
#' @param rt_window Integer, defaults to 1. The size of the centred rolling
#' average to use when estimating Rt. This must be odd so that the central
#' estimate is included.
#'
#' @importFrom rlang arg_match
#'
#' @return A list of back calculation settings.
Expand Down Expand Up @@ -374,7 +373,6 @@ backcalc_opts <- function(prior = "reports", prior_window = 14, rt_window = 1) {
#' <https://arxiv.org/abs/2004.11408>) for advice on updating this default.
#'
#' @importFrom rlang arg_match
#'
#' @return A list of settings defining the Gaussian process
#' @author Sam Abbott
#' @export
Expand Down Expand Up @@ -443,7 +441,6 @@ gp_opts <- function(basis_prop = 0.2,
#' be returned by the model.
#'
#' @importFrom rlang arg_match
#'
#' @return A list of observation model settings.
#' @author Sam Abbott
#' @export
Expand Down Expand Up @@ -611,7 +608,6 @@ rstan_vb_opts <- function(samples = 2000,
#' @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
#' @export
Expand Down
1 change: 0 additions & 1 deletion R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ plot_summary <- function(summary_results,
#' "R", "growth_rate", "summary", "all".
#'
#' @param ... Pass additional arguments to report_plots
#'
#' @importFrom rlang arg_match
#'
#' @seealso plot report_plots estimate_infections
Expand Down
1 change: 0 additions & 1 deletion R/summarise.R
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,6 @@ summary.epinow <- function(object, output = "estimates",
#' @param params A character vector of parameters to filter for.
#'
#' @param ... Pass additional arguments to `report_summary`
#'
#' @importFrom rlang arg_match
#' @seealso summary estimate_infections report_summary
#' @method summary estimate_infections
Expand Down

0 comments on commit d027c57

Please sign in to comment.