Skip to content

Commit

Permalink
fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Oct 11, 2023
1 parent 94013ac commit 52d4079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/opts.R
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ rt_opts <- function(prior = list(mean = 1, sd = 1),
use_breakpoints = TRUE,
future = "latest",
gp_on = "R_t-1",
pop = 0
pop = 0,
incidence_feedback = NULL) {
rt <- list(
prior = prior,
Expand Down

0 comments on commit 52d4079

Please sign in to comment.