[
https://issues.apache.org/jira/browse/ARROW-3784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-3784:
----------------------------------
Labels: pull-request-available (was: )
> [R] Array with type fails with x is not a vector
> -------------------------------------------------
>
> Key: ARROW-3784
> URL: https://issues.apache.org/jira/browse/ARROW-3784
> Project: Apache Arrow
> Issue Type: Improvement
> Components: R
> Reporter: Javier Luraschi
> Priority: Major
> Labels: pull-request-available
>
> {code:java}
> array(1:10, type = int32())
> {code}
> Actual:
> {code:java}
> Error: `x` is not a vector
> {code}
> Expected:
> {code:java}
> arrow::Array [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)