Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylim)
importFrom(glue,glue)
importFrom(graphics,barplot)
importFrom(hardhat,tune)
importFrom(parsnip,augment)
importFrom(parsnip,boost_tree)
Expand Down Expand Up @@ -120,7 +119,6 @@ importFrom(rsample,validation_set)
importFrom(rsample,vfold_cv)
importFrom(stats,coef)
importFrom(stats,fisher.test)
importFrom(stats,reformulate)
importFrom(stringr,str_remove)
importFrom(stringr,str_split)
importFrom(tibble,add_column)
Expand Down
2 changes: 1 addition & 1 deletion R/arg_check_ml.R
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ NULL
#' @noRd
#' @keywords internal
#' @param parsnip_mod A parsnip model object, such as the output of
#' `buildLRModel()` (random forest and boosted tree support planned)
#' `buildLRModel()`
#'
.checkArgParsnipMod <- function(parsnip_mod) {
if (class(parsnip_mod)[2] != "model_spec") {
Expand Down
Loading