Skip to content

Commit

Permalink
add tidymodels to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jul 29, 2024
1 parent b393608 commit 41915d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ export(window_reg)
export(xgboost_impl)
export(xgboost_predict)
import(StanHeaders)
import(tidymodels)
importFrom(magrittr,"%>%")
importFrom(parsnip,fit)
importFrom(parsnip,fit_xy)
Expand Down
1 change: 1 addition & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# StanHeaders - Used to prevent issues with Prophet dynload error

#' @import StanHeaders
#' @import tidymodels
NULL

# ON LOAD ----
Expand Down

0 comments on commit 41915d5

Please sign in to comment.