You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
I haven't had the opportunity to dive into why, but wanted to leave a record here first. Thank you.
The text was updated successfully, but these errors were encountered: