We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I get the following error and I have not found a solution elsewhere. I'm not sure where to begin. I'm running R 3.2.1 on Windows.
install_github("schaunwheeler/tmt")
Downloading github repo schaunwheeler/tmt@master Installing tmt Skipping 1 packages not available: Snowball "C:/PROGRA~1/R/R-32~1.1/bin/x64/R" --no-site-file --no-environ --no-save \ --no-restore CMD INSTALL \ "C:/Users/Ryan/AppData/Local/Temp/RtmpQLvphB/devtoolse8c338658c/schaunwheeler-tmt- c3d1c8e" \ --library="C:/Users/Ryan/Documents/R/win-library/3.2" --install-tests ERROR: dependency 'Snowball' is not available for package 'tmt' * removing 'C:/Users/Ryan/Documents/R/win-library/3.2/tmt' Error: Command failed (1)
The text was updated successfully, but these errors were encountered:
@rerwin21 you just need to change the name of Snowball package to SnowballC #3
Sorry, something went wrong.
How do I change the name of the packages?
See the Pull Request here: cf709b0 Well Done @burcintamer
No branches or pull requests
Hello,
I get the following error and I have not found a solution elsewhere. I'm not sure where to begin. I'm running R 3.2.1 on Windows.
The text was updated successfully, but these errors were encountered: