Code Monkey home page Code Monkey logo

Comments (4)

obrl-soil avatar obrl-soil commented on August 17, 2024 2

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.

from h3jsr.

obrl-soil avatar obrl-soil commented on August 17, 2024 1

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.

from h3jsr.

Curycu avatar Curycu commented on August 17, 2024

maybe JS package dependencies I guess, because C library base H3 package works fine on same environment : https://github.com/crazycapivara/h3-r

from h3jsr.

Curycu avatar Curycu commented on August 17, 2024

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")'

from h3jsr.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.