mkearney / tweetbotornot

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

Error: 'join_rtweet' is not an exported object from 'namespace:rtweet' #11

Closed theoroe3 closed 6 years ago

theoroe3 commented 6 years ago

Running the code shown below gives me the error "Error: 'join_rtweet' is not an exported object from 'namespace:rtweet' "

tl = get_timeline("realDonaldTrump", n = 1000) botornot(tl) botrnot(tl) botornot("realDonaldTrump") botrnot("realDonaldTrump")

Any ideas?

theoroe3 commented 6 years ago

Fixed it, join_rtweet isn't in the cran version of rtweet.