Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in textfeatures.character(x, verbose = FALSE) : is.atomic(word_dims) is not TRUE #17

Open
sysilviakim opened this issue Dec 2, 2024 · 0 comments

Comments

@sysilviakim
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant