Skip to content

all_equal() behavior for more than one difference #1819

@krlmlr

Description

@krlmlr
> all.equal(data_frame(a=1, b=2), data_frame(a=1L, b=2L))
[1] "Incompatible type for column a: x numeric, y integerIncompatible type for column b: x numeric, y integer"

Should return a character vector instead.

Need to fix compatible_data_frame().

Metadata

Metadata

Assignees

Labels

bugan unexpected problem or unintended behavior

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions