Skip to content

Commit

Permalink
remove duplicate lines
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Nov 5, 2018
1 parent 124dab9 commit b84fa64
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/fit.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ fit.model_spec <-
# populate `method` with the details for this model type
object <- get_method(object, engine = object$engine)

check_installs(object) # TODO rewrite with pkgman

check_installs(object)

interfaces <- paste(fit_interface, object$method$fit$interface, sep = "_")
Expand Down Expand Up @@ -197,8 +195,6 @@ fit_xy.model_spec <-
# populate `method` with the details for this model type
object <- get_method(object, engine = object$engine)

check_installs(object) # TODO rewrite with pkgman

check_installs(object)

interfaces <- paste(fit_interface, object$method$fit$interface, sep = "_")
Expand Down

0 comments on commit b84fa64

Please sign in to comment.