[
https://issues.apache.org/jira/browse/ARROW-12372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Keane reassigned ARROW-12372:
--------------------------------------
Assignee: Jonathan Keane
> [R] Developer Docs followups
> ----------------------------
>
> Key: ARROW-12372
> URL: https://issues.apache.org/jira/browse/ARROW-12372
> Project: Apache Arrow
> Issue Type: Improvement
> Components: R
> Reporter: Jonathan Keane
> Assignee: Jonathan Keane
> Priority: Minor
>
> To dos to add later:
> * Check if {{withr::with_makevars(list(LDFLAGS = ""),
> remotes::install_github(...)}} is sufficient instead of
> {{withr::with_makevars(list(CPPFLAGS = "", LDFLAGS = ""),
> remotes::install_github(...)}}
> * add a latest nightly downloader helper function
> https://github.com/apache/arrow/pull/9898#discussion_r612891598
> * Add description of docker + crossbow
> https://github.com/apache/arrow/pull/9898/files#r613590007
> * Discuss the {{ARROW_PYTHON}} flag:
> {{ARROW_PYTHON}} is an alias for:
> {code}
> set(ARROW_COMPUTE ON)
> set(ARROW_CSV ON)
> set(ARROW_DATASET ON)
> set(ARROW_FILESYSTEM ON)
> set(ARROW_HDFS ON)
> set(ARROW_JSON ON)
> {code}
> The only one we don't recommend being on is ARROW_HDFS, should we add that
> (at least to the "full" section)? Then builds with the R instructions should
> be compatible with python too.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)