thisisnic commented on PR #49655: URL: https://github.com/apache/arrow/pull/49655#issuecomment-4182494351
@jonkeane - the output now look like this, what do you think? ``` Run if grep -q "^.* checking .* \\.\\.\\. NOTE$" arrow/r/check/arrow.Rcheck/00check.log; then Found R CMD check NOTE(s) in output: 73:* checking compilation flags used ... NOTE 74-Compilation used the following non-portable flag(s): 75- ‘-Wp,-D_FORTIFY_SOURCE=3’ 76:* checking compiled code ... NOTE 77-File ‘arrow/libs/arrow.so’: 78- Found non-API calls to R: ‘R_NamespaceRegistry’, ‘R_UnboundValue’ 79- 80-Compiled code should not call non-API entry points in R. 81- 82-See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, 83-and section ‘Moving into C API compliance’ for issues with the use of 84-non-API entry points. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
