You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checking compiled code ... NOTE
File ‘Rcpp/libs/Rcpp.so’:
Found non-API calls to R: ‘STRING_PTR’, ‘VECTOR_PTR’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of non-API entry points.
checking sizes of PDF files under ‘inst/doc’ ... OK
The new section Moving into C API compliance mentions read-only variants STRING_PTR_RO and VECTOR_PTR_RO which look promising.
The text was updated successfully, but these errors were encountered:
Running a recent r-devel:
The new section Moving into C API compliance mentions read-only variants
STRING_PTR_RO
andVECTOR_PTR_RO
which look promising.The text was updated successfully, but these errors were encountered: