We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the current v8 rules only apply to centos 6 and 7
unfortunately it appears v8 is not supported in the centos 8 epel release
http://www.lib4dev.in/info/jeroen/V8/27154014 contains instructions for workarounds
The text was updated successfully, but these errors were encountered:
Instructions from the link above for CentOS 8:
yum install epel-release yum module enable nodejs:13 yum install v8-devel
Sorry, something went wrong.
As an alternative solution on x86_64 systems you can use:
Sys.setenv(DOWNLOAD_STATIC_LIBV8 = 1) install.packages("V8")
No branches or pull requests
the current v8 rules only apply to centos 6 and 7
unfortunately it appears v8 is not supported in the centos 8 epel release
http://www.lib4dev.in/info/jeroen/V8/27154014 contains instructions for workarounds
The text was updated successfully, but these errors were encountered: