Good morning,
Thank you for the package building and maintenance! I just wanted to report that the package was not installable with R 4.4.1, and upon installing the current development version, I got the following error from the README example:
x <- c(
"this is A!\t sEntence https://github.com about #rstats @github",
"and another sentence here", "THe following list:\n- one\n- two\n- three\nOkay!?!"
)
textfeatures(x, verbose = FALSE)
## Error in textfeatures.character(x, verbose = FALSE) :
## is.atomic(word_dims) is not TRUE
I haven't had the opportunity to dive into why, but wanted to leave a record here first. Thank you.