JosiahParry / placekey

An R library to generate placekeys and interact with the placekey.io.
https://placekey.josiahparry.com
Other
17 stars 2 forks source link

Linux install requires H3 although already installed #5

Open asitemade4u opened 4 years ago

asitemade4u commented 4 years ago

I have installed H3 which is now available from /usr/local/bin/ When I try to install the package using the correct instruction (please fix in your instructions):

devtools::install_github("josiahparry/placekey")

It does not find the yet installed H3 and fails at installing it:

Failed to install 'placekey' from GitHub:

What am I doing wrong?

JosiahParry commented 4 years ago

Hi @asitemade4u I'm not a linux or C expert unfortunately. Did you compile h3 or just install?

asitemade4u commented 4 years ago

I tried to install it using devtools. I don't know how to compile a R package but am happy tyo try...

⁣S.​

On Nov 11, 2020, 18:01, at 18:01, Josiah Parry notifications@github.com wrote:

Hi @asitemade4u I'm not a linux or C expert unfortunately. Did you compile h3 or just install?

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/JosiahParry/placekey/issues/5#issuecomment-725708923

JosiahParry commented 4 years ago

So you will need to ensure that you've compiled the H3 library following the instructions in the https://github.com/uber/h3 repository

asitemade4u commented 4 years ago

That I already did.

On 11/14/20 3:36 PM, Josiah Parry wrote:

So you will need to ensure that you've compiled the H3 library following the instructions in the https://github.com/uber/h3 https://github.com/uber/h3 repository

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JosiahParry/placekey/issues/5#issuecomment-727262050, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXN4CSVZ3NDEBKSKUFWNCLSP3S53ANCNFSM4TQYZ5NA.

JosiahParry commented 4 years ago

I unfortunately cannot assist further. Please provide further details if possible.

JosiahParry commented 3 years ago

Perhaps try installing now following recent PR https://github.com/JosiahParry/placekey/pull/15