[
https://issues.apache.org/jira/browse/ARROW-12618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17337566#comment-17337566
]
Neal Richardson commented on ARROW-12618:
-----------------------------------------
Thanks for the report. The macOS binaries on CRAN for 4.0.0 are
(unintentionally) limited in features. Two workarounds for today (while we work
on getting a trivial release up to CRAN to trigger rebuilding the binaries):
* {{install.packages("arrow", type = "source")}}
* Or install a nightly build: {{install.packages("arrow", repos =
"https://arrow-r-nightly.s3.amazonaws.com")}}
> [R] Cannot call parquet___WriterProperties___Builder__create()
> ---------------------------------------------------------------
>
> Key: ARROW-12618
> URL: https://issues.apache.org/jira/browse/ARROW-12618
> Project: Apache Arrow
> Issue Type: Bug
> Components: R
> Affects Versions: 4.0.0
> Environment: Mac OS
> Reporter: William Michael Landau
> Priority: Major
>
> When I install the arrow R package on a fresh Mac OS machine, I see errors
> when I try to save a Parquet file. Please see
> [https://github.com/wlandau/arrow-reprex/runs/2478007092?check_suite_focus=true]
> for a reproducible example.
>
>
> {code:java}
> arrow::write_parquet(mtcars, tempfile())
> #> Error in parquet___WriterProperties___Builder__create() :
> #> Cannot call parquet___WriterProperties___Builder__create(). See
> https://arrow.apache.org/docs/r/articles/install.html for help installing
> Arrow C++ libraries.
> #> Calls: <Anonymous> ... <Anonymous> ->
> parquet___WriterProperties___Builder__create
> #> Execution halted{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)