Skip to content

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

@sysilviakim

Description

@sysilviakim

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions