-
Notifications
You must be signed in to change notification settings - Fork 136
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 get(name, envir = asNamespace(pkg), inherits = FALSE) : object 'char_to_b64' not found #19
Comments
As a temp work-around, anyway, this works:
|
It also worked for me |
Anyone with a better solution? |
Yes, that is what I did above, in my Aug 13 comment. |
Sorry, yall. I've been slowly overhauling tweetbotornot with the help of top improvements to rtweet and textfeatures. This particular error is due to changes in {{tweetbotornot}} and {{textfeatures}}, but I'd recommend installing newest versions of each: ## install remotes pkg if not already
if (!requireNamespace("remotes")) {
install.packages("remotes")
}
## install rtweet
remotes::install_github("mkearney/rtweet")
## install textfeatures
remotes::install_github("mkearney/textfeatures")
## install tweetbotornot
remotes::install_github("mkearney/tweetbotornot") |
Hello. Just beginning working with rtweet and tweetbotornot.
Attempting to follow the synopsis code:
Gives me an error.
Any suggestions?
TIA!
Windows: 8.1
R: x64 3.5.1 (2018-07-02) -- "Feather Spray"
R Studio: Version 1.1.456
The text was updated successfully, but these errors were encountered: