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
BEGIN_CPP11 + END_CPP11
Rf_errorcall(call, ...)
I believe we could expand on END_CPP11 (or add a sibling).
END_CPP11
cpp11/inst/include/cpp11/declarations.hpp
Lines 47 to 63 in 51f4cd5
so that it would take parameters, easily generated in generate_cpp_functions(), i.e. package and funs$name
generate_cpp_functions()
package
funs$name
cpp11/R/register.R
Lines 165 to 185 in 51f4cd5
so that we could construct a call to use in Rf_errorcall() instead of using R_NilValue.
call
Rf_errorcall()
R_NilValue
The text was updated successfully, but these errors were encountered:
I did something similar in duckdb, it has cpp11 vendored.
Sorry, something went wrong.
No branches or pull requests
I believe we could expand on
END_CPP11
(or add a sibling).cpp11/inst/include/cpp11/declarations.hpp
Lines 47 to 63 in 51f4cd5
so that it would take parameters, easily generated in
generate_cpp_functions()
, i.e.package
andfuns$name
cpp11/R/register.R
Lines 165 to 185 in 51f4cd5
so that we could construct a
call
to use inRf_errorcall()
instead of usingR_NilValue
.The text was updated successfully, but these errors were encountered: