Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Dec 12, 2024
1 parent 93dedda commit d6b510c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions R/regional_epinow.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@
#' prior = LogNormal(
#' meanlog = 2,
#' sdlog = 0.2
#' ),
#' stan = stan_opts(
#' samples = 100, warmup = 200
#' ),
#' verbose = interactive()
#' )
#' )
#' ),
#' stan = stan_opts(
#' samples = 100, warmup = 200
#' ),
#' verbose = interactive()
#' )
#' options(old_opts)
#' }
Expand Down
12 changes: 6 additions & 6 deletions man/regional_epinow.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d6b510c

Please sign in to comment.