Skip to content

Failure in internal make tune #161

@spsanderson

Description

@spsanderson

internal_set_args_to_tune() fails when using the native pipe at:

        new_mod_args <- new_mod_args %>%
          unlist() %>%
          subset(!names(.) %in% c('mode','engine')) %>%
          as.list()

Changed to:

        new_mod_args <- new_mod_args |>
          unlist() |>
          subset(!names(new_mod_args) %in% c('mode','engine')) |>
          as.list()

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

Status

Done

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions