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::textfeatures(x, normalize = FALSE, word_dims = 0) : unused arguments (normalize = FALSE, word_dims = 0) #21

Open
sevetseh28 opened this issue Oct 29, 2018 · 4 comments

Comments

@sevetseh28
Copy link

Getting this error when executing data <- tweetbotornot(users) . Tried with R 3.5.1 and 3.4.4.
I will try to fix this by myself. In the meantime I leave this issue reported here.

Thanks!

@oganm
Copy link

oganm commented Oct 30, 2018

That error seems to go away if you install the textfeatures package from github

devtools::install_github('mkearney/textfeatures')

I got another error after that but that's another issue

@sevetseh28
Copy link
Author

Hey @oganm I keep getting the same error. Could you please share what version of R you have and how you installed all the packages?

Thank you!

@sevetseh28
Copy link
Author

sevetseh28 commented Oct 30, 2018

I dont know what I did exactly but I got it working now, I think that installing it with devtools instead of remote_github solved it. But Im getting another error as well...
Error in tolower(char_v) : invalid input ' el verano no ha terminado. Debería finalizar a fin de febrero. No tengo ninguna opción conveniente ahora para las vacaciones í ½í¸¤' in 'utf8towcs'

Which is the one you opened

@oganm
Copy link

oganm commented Oct 30, 2018

I'd wager restarting your session after tweetbotornot installation did it rather than a difference between remotes or devtools

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

2 participants