-
Notifications
You must be signed in to change notification settings - Fork 2
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
Separate H3 dependency and move to Suggests #4
Comments
This would be a great addition, as a Windows user at a Windows shop. One easier(?) option might be to split the package into two:
|
I'd agree. I unfortunately do not have the requisite knowledge of C & Make to do this effectively on my own. |
Thanks for your work on this. I am trying to install h3 on windows to use the placekey API on R. I read your comments on this issue. There is a h3 binding for R I recently came across called "h3-r" (source: https://github.com/crazycapivara/h3-r). However, the binding doesn't directly work with the placekey package in R. The h3-r installs fine but installing placekey throws an h3 error. I think maybe the "h3-r" package can be used in placekey instead of h3. What do you think? This may resolve the issue for windows users and dependency on a non-R package altogether? |
Hey folks! Tagging @aseemdeodhar for visibility. @sovitchalise, do you know if the h3-r bindings are robust and compile effectively on windows? |
Building H3 requires a C compiler. Installing H3 is tough for non-mac users. No h3 bindings are published to CRAN which is problematic.
Once I identify, or create, an H3 library, it will need to be moved to
Suggests
.The text was updated successfully, but these errors were encountered: