Skip to content

Commit

Permalink
docs(DiseasyEnsemble): Add missing comma in example
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Feb 7, 2025
1 parent e60d1b3 commit ca4bc6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/DiseasyEnsemble.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#'
#' # Create a DiseasyEnsemble object
#' ensemble <- combineasy(
#' model_templates = list(DiseasyModelG0, DiseasyModelG1)
#' model_templates = list(DiseasyModelG0, DiseasyModelG1),
#' modules = observables
#' )
#'
Expand Down
2 changes: 1 addition & 1 deletion man/DiseasyEnsemble-generics.Rd

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

0 comments on commit ca4bc6e

Please sign in to comment.