mkearney / tweetbotornot

🤖 R package for detecting Twitter bots via machine learning
https://tweetbotornot.mikewk.com
Other
388 stars 136 forks source link

library(textfeatures)... dependency not on CRAN #5

Closed rdrr1990 closed 6 years ago

rdrr1990 commented 6 years ago

Package looks great! When I attempt to install from github, it ultimately fails saying the dependency textfeatures is not available. This package isn't on CRAN and the only github repo I found is seriously incomplete (like no NAMESPACE). Is this dependency meant to be there and, if so, where can it be found?

mkearney commented 6 years ago

@rdrr1990 it's been submitted but got rejected first b/c name wasn't in title case and then second because of a false positive curl issue (which has got to be like a 1 in a thousand thing). It will hopefully be accepted by end of today. Until then you should be able to install from Github:

devtools::install_github("mkearney/textfeatures")
mkearney commented 6 years ago

@rdrr1990 and oh wow I didn't realize there was another pkg by that name. The one I created should be functional!

rdrr1990 commented 6 years ago

I'm disappointed in Google Chrome for not helping me find your other repo :)

Works for fine now, thx!