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.
1 parent 124dab9 commit b84fa64Copy full SHA for b84fa64
R/fit.R
@@ -118,8 +118,6 @@ fit.model_spec <-
118
# populate `method` with the details for this model type
119
object <- get_method(object, engine = object$engine)
120
121
- check_installs(object) # TODO rewrite with pkgman
122
-
123
check_installs(object)
124
125
interfaces <- paste(fit_interface, object$method$fit$interface, sep = "_")
@@ -197,8 +195,6 @@ fit_xy.model_spec <-
197
195
198
196
199
200
201
202
203
204
0 commit comments