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
New CRAN policy check
Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Easy:
R_curErrorBuf
Problematic:
SETLENGTH
We are not alone. Big actors have the same problem:
SET_TRUELENGTH
SET_TRUELENGTH()
We may need to remove the point_metrics() function if we can't find a solution
point_metrics()
The text was updated successfully, but these errors were encountered:
Removed point_metrics() temporarily
Sorry, something went wrong.
Jean-Romain
No branches or pull requests
New CRAN policy check
Easy:
R_curErrorBuf
Problematic:
SETLENGTH
to make resizable vectorsWe are not alone. Big actors have the same problem:
SETLENGTH
,SET_TRUELENGTH
r-lib/cpp11#355SET_TRUELENGTH()
r-lib/brio#32We may need to remove the
point_metrics()
function if we can't find a solutionThe text was updated successfully, but these errors were encountered: