Skip to content

stringdist crashes R with long strings #59

@jllipatz

Description

@jllipatz

stringdist doesn't seem to behave correctly when given long strings. The following sequence causes an irrecoverable abort of the R session. I was running on Windows (32bits, memory.limit 3583), R 3.4.1.

library(sourcetools)
s<-read("D:/h2izgk/R/Bilan.txt")
nchar(s)
[1] 20521
stringdist(s,s)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions