[jira] [Updated] (ARROW-12372) [R] Developer Docs followups

2021-04-27 Thread Jonathan Keane (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-12372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Keane updated ARROW-12372:
---
Description: 
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



  was:
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. 



> [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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ARROW-12372) [R] Developer Docs followups

2021-04-23 Thread Jonathan Keane (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-12372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Keane updated ARROW-12372:
---
Description: 
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. 


  was:
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. 


* spelling:
  I think that the words "will is under" in this section might be a typo:
Special instructions on Linux: You will need to set LD_LIBRARY_PATH to the lib 
directory that will is under where we set $ARROW_HOME, before launching R and 
using Arrow.
The section titled "Troublshooting" is missing an "e" in the title




> [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)


[jira] [Updated] (ARROW-12372) [R] Developer Docs followups

2021-04-23 Thread Jonathan Keane (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-12372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Keane updated ARROW-12372:
---
Description: 
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. 


* spelling:
  I think that the words "will is under" in this section might be a typo:
Special instructions on Linux: You will need to set LD_LIBRARY_PATH to the lib 
directory that will is under where we set $ARROW_HOME, before launching R and 
using Arrow.
The section titled "Troublshooting" is missing an "e" in the title



  was:
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. 


> [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. 
> * spelling:
>   I think that the words "will is under" in this section might be a typo:
> Special instructions on Linux: You will need to set LD_LIBRARY_PATH to the 
> lib directory that will is under where we set $ARROW_HOME, before launching R 
> and using Arrow.
> The section titled "Troublshooting" is missing an "e" in the title



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ARROW-12372) [R] Developer Docs followups

2021-04-16 Thread Jonathan Keane (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-12372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Keane updated ARROW-12372:
---
Description: 
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. 

  was:
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


> [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
>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)


[jira] [Updated] (ARROW-12372) [R] Developer Docs followups

2021-04-14 Thread Jonathan Keane (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-12372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Keane updated ARROW-12372:
---
Description: 
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

  was:
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


> [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
>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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ARROW-12372) [R] Developer Docs followups

2021-04-14 Thread Jonathan Keane (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-12372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Keane updated ARROW-12372:
---
Description: 
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

  was:
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(...)}}


> [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
>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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)