This crashes R: ```r library("quanteda") kwic("This is a sample text.", "sample", window = c(1, 2)) ```
This crashes R: