yes,surei want to access to tweeter data by using twitter Rpackage for my thesis and textminingso i installed R 3.3.1 and i made twitter application and then i installed twitteR package and used following code for getting authentication:
install.packages("twitteR")
install.packages("ROAuth")
install.packages("base64enc")
setup_twitter_oauth(consumer_key,consumer_secret, access_token, access_secret)
but i recieved the error imentioned in the last email, i even used different other codes to get theauthentication but i just recieved different errors
the error:
Error in check_twitter_oauth() : OAuth authentication error:This most likely means that you have incorrectly called setup_twitter_oauth()'
thank you