Skip to content

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

@flownt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions