Skip to content

Commit

Permalink
Update R/opts.R
Browse files Browse the repository at this point in the history
Co-authored-by: James Azam <[email protected]>
  • Loading branch information
seabbs and jamesmbaazam authored Aug 28, 2024
1 parent 5c39a86 commit 83f372f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/opts.R
Original file line number Diff line number Diff line change
Expand Up @@ -426,9 +426,8 @@ backcalc_opts <- function(prior = c("reports", "none", "infections"),
#' the expected standard deviation of the logged Rt.
#'
#' @param kernel Character string, the type of kernel required. Currently
#' supporting the squared exponential kernel ("se"), periodic kernel
#' ("periodic"), Ornstein-Uhlenbeck kernel ("ou"), and the
#' Matern kernel ("matern").
#' supporting the Matern kernel ("matern"), squared exponential kernel ("se"), periodic kernel, Ornstein-Uhlenbeck #' kernel ("ou"), and the periodic kernel ("periodic").

Check warning on line 429 in R/opts.R

View workflow job for this annotation

GitHub Actions / lint-changed-files

file=R/opts.R,line=429,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 170 characters.
#'

Check warning on line 430 in R/opts.R

View workflow job for this annotation

GitHub Actions / lint-changed-files

file=R/opts.R,line=430,col=3,[trailing_whitespace_linter] Trailing whitespace is superfluous.
#'
#' @param matern_order Numeric, defaults to 3/2. Order of Matérn Kernel to use.
#' Common choices are 1/2, 3/2, and 5/2. If `kernel` is set
Expand Down

0 comments on commit 83f372f

Please sign in to comment.