Skip to content
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

unable to install dplyr.snowflakedb and then run src_snowflakedb #29

Open
dereklilley opened this issue Jan 12, 2020 · 2 comments
Open

Comments

@dereklilley
Copy link

I receive the below message.
Error in packageVersion("dplyr.snowflakedb") :
there is no package called ‘dplyr.snowflakedb’

When I try:
install.packages("dplyr","snowflakedb")
I get the warning of:
package ‘dplyr.snowflakedb’ is not available (for R version 3.6.0)

Do i need to uninstall R version 3.6 and instead install 3.5.3?
I'm unsure how to move forward on this, eager to start using r-studio with the data stored in our snowflake db. thank you!

@dereklilley
Copy link
Author

i believe i have to install the dplyr.snowflake from github; but i am now stuck on this error.
image

@Currerius
Copy link

Hey, it's a late answer, but installing with devtools::install_github("snowflakedb/dplyr-snowflakedb") according to the install instructions works. But the repository is stale and the connection function needs some maintenance (the valid regions e.g. are out of date). Also the account parameter is not working according to the snowflake documentation which requires the region inside the account name (like 'xxxxxx.west-europe.azure')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants