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

added an official dependency on rJava and 2 explicit references to it… #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

BenjaminWolfe
Copy link

… in the src_snowflakedb() function, to avoid the following error:

Error in .jinit() : could not find function ".jinit"
I was developing a package based on dplyr.snowflakedb, and could find no other way around the error.

… in the src_snowflakedb() function, to avoid the following error:

Error in .jinit() : could not find function ".jinit"
I was developing a package based on dplyr.snowflakedb, and could find no other way around the error.
@BenjaminWolfe
Copy link
Author

It seems you can get around this error in scripts by just including the right library() calls beforehand. See, for example, this StackOverflow OP's note: https://stackoverflow.com/q/44677819

But namespaces are trickier when developing packages, and my package that depends on dplyr.snowflakedb wouldn't work unless I added these changes to your source and rebuilt.

This is my first ever pull request to a major, real-life Github repository "out there." I hope it's helpful!

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

Successfully merging this pull request may close these issues.

1 participant