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
created by Rcpp::cppFunction().
Rcpp::cppFunction()
The text was updated successfully, but these errors were encountered:
Merge pull request #8 from rauls5382/master
6ec81ae
Remove unnecessary named parameter, NFC
Currently requires turning off JIT and patching the created function:
print(Rcpp::cppFunction("int x() { return 1; }")) #> function () #> .Primitive(".Call")(<pointer: 0x7fd9fb532060>)
Created on 2018-01-03 by the reprex package (v0.1.1.9000).
Sorry, something went wrong.
The issue with .Call has been resolved in Rcpp. However, the vignette still disables the JIT. What is the underlying reason this is still required?
.Call
I don't remember. If it works now with the JIT enabled, I see no reason.
No branches or pull requests
created by
Rcpp::cppFunction()
.The text was updated successfully, but these errors were encountered: