Closed Curycu closed 4 years ago
Yeah there's something funny going on in the CI tests too, although 18.04 is fine for me and 16.04 fails with a similar error - see https://github.com/obrl-soil/h3jsr/runs/628522908?check_suite_focus=true. Its going to be one of the spatial or JS package dependencies behind R, just not sure which one yet.
maybe JS package dependencies I guess, because C library base H3 package works fine on same environment : https://github.com/crazycapivara/h3-r
Yeah I'd say your version of libv8 needs an upgrade - you can check by running library(V8)
in R, it reports the version in your console. If you see <6, you need to upgrade. Look at https://github.com/jeroen/V8 for instructions, and let me know if that doesn't solve things.
it works! thank you! my server was using V8 engine 3.14.5.9
sudo -i
apt-get install -y software-properties-common
add-apt-repository ppa:cran/v8
apt-get update
apt-get install -y libnode-dev
Rscript -e 'devtools::install_github("obrl-soil/h3jsr")'
caution : Windows10, macOS works fine. error occurs only with ubuntu 18.04 lts.
ironically example script works fine
my session info