Neal Richardson created ARROW-10137:
---------------------------------------
Summary: [R] Fix cpp helper that breaks if libarrow is not present
Key: ARROW-10137
URL: https://issues.apache.org/jira/browse/ARROW-10137
Project: Apache Arrow
Issue Type: Bug
Components: R
Reporter: Neal Richardson
Assignee: Ben Kietzman
Fix For: 2.0.0
https://github.com/apache/arrow/pull/8246/commits/87c26f7a7e5a393681057923a790f6448ea07817
breaks if libarrow is not found/not successfully built. Anything that requires
an arrow header or an {{arrow::}} class needs to be wrapped in {{#if
defined(ARROW_R_WITH_ARROW)}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)