Skip to content

rule ~x (tilde x) makes R-session crash for logical column x #193

Description

@flownt

Consider

library(validate)
tt <- data.frame(x=c(T, T))
vld <- validator( ~x)

confront(tt, vld)

I am not sure what the result of ~x should be, however a crash of the complete R-session is not an acceptable result.

Tested on validate 1.1.5

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions