Skip to content

Commit 4d77eb3

Browse files
authored
Merge pull request #59 from Leslie-Lu/fix/results_tidy-default
Fix: default for results_tidy uses wrong variable
2 parents 5161368 + 0b2393d commit 4d77eb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/01-class.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ breg <- new_class("breg",
6363
config = config,
6464
models = models,
6565
results = results %||% data.frame(),
66-
results_tidy = results %||% data.frame()
66+
results_tidy = results_tidy %||% data.frame()
6767
)
6868
}
6969
)

0 commit comments

Comments
 (0)