-
Notifications
You must be signed in to change notification settings - Fork 137
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
R 3.6.0 installation issue #28
Comments
Hello, I am getting the same error with R 3.6.0 tweetbotornot is not available in install.packages() so it must be installed via github only. Installing via GitHub throws following error:
Downloading GitHub repo mkearney/tweetbotornot@master √ checking for file 'C:\Users\atish\AppData\Local\Temp\RtmpIt4I9t\remotesb7c1e875f6e\mkearney-tweetbotornot-4631a82/DESCRIPTION' (631ms)
Installing package into ‘C:/Users/atish/AppData/Local/Programs/Python/Python37/Lib/site-packages/rpy2/R/win-library/3.6’
|
I am facing similar issues. Grateful for some support. |
|
I followed all the same steps. and tried to change line 85 but github say there is no change to commit.
|
Had same issues with line 85. This is how I solved it: first I did: |
I am trying to install the package to my Windows 10 PC. None of the following works:
install.packages('tweetbotornot',dependencies = T)
devtools::install_github("mkearney/tweetbotornot",INSTALL_opts = c("--no-multiarch", "--no-test-load"))
devtools::install_github("mkearney/tweetbotornot")
If I try the first one, I get the following error:
And the other devtools options give:
The text was updated successfully, but these errors were encountered: