Skip to content

name collision between mungebits::column_transformation and mungebits2::column_transformation #39

@abelcastilloavant

Description

@abelcastilloavant

I tried to run a model that had both (old) mungebits mungebits and mungebits2 mungebits. One of my mungebits was an old mungebit that used column_transformation, and it was picking up mungebits2::column_transformation instead of mungebits::column_transformation:

R> load_all("~/dev/mungebits")
Loading mungebits
R> load_all("~/dev/mungebits2")
Loading mungebits2
R> packageVersion("mungebits")
[1] ‘0.3.13’
R> packageVersion("mungebits2")
[1] ‘0.1.0.9014’

R> # build the model
In <legacy_mungebit_that_uses_column_transformation>: train <- column_transformation(function(x, ...) {
Error:
  unused argument (mutating = TRUE)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions