Skip to content

Commit 364ffd0

Browse files
committed
fix missing init value
1 parent 4d05d77 commit 364ffd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R-pkg/R/04_environment.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ init_diyabcrf_env <- function() {
7676
# estimation)
7777
parameter = NULL,
7878
# subset and/or groups of models
79-
groups
79+
groups = NULL
8080
)
8181
)
8282

0 commit comments

Comments
 (0)