Skip to content

Incompatible expression in filter when entering two constants as dot args #1210

Closed
@piccolbo

Description

@piccolbo
> filter(data.frame(as.Date("2002-02-02")), TRUE)
  as.Date..2002.02.02..
1            2002-02-02
> filter(data.frame(as.Date("2002-02-02")), TRUE, TRUE)
Error: incompatible expression in filter

It isn't a common case, but it occurs in the context of a test suite. Happens also with filter_, where it was actually first discovered. Thanks

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions