We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5161368 + 0b2393d commit 4d77eb3Copy full SHA for 4d77eb3
1 file changed
R/01-class.R
@@ -63,7 +63,7 @@ breg <- new_class("breg",
63
config = config,
64
models = models,
65
results = results %||% data.frame(),
66
- results_tidy = results %||% data.frame()
+ results_tidy = results_tidy %||% data.frame()
67
)
68
}
69
0 commit comments