You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/08/27 07:23:50 UTC

[GitHub] [arrow] yewero opened a new issue #8062: dQuote error

yewero opened a new issue #8062:
URL: https://github.com/apache/arrow/issues/8062


   When I install arrow using`install.packages("arrow")`, an error occurred:
   ```
   trying URL 'https://cloud.r-project.org/src/contrib/arrow_1.0.0.tar.gz'
   Content type 'application/x-gzip' length 274139 bytes (267 KB)
   ==================================================
   downloaded 267 KB
   
   * installing *source* package ‘arrow’ ...
   ** package ‘arrow’ successfully unpacked and MD5 sums checked
   *** Successfully retrieved C++ source
   *** Building C++ libraries
   **** cmake
   Error in dQuote(env_var_list, FALSE) : unused argument (FALSE)
   Calls: build_libarrow -> paste
   Execution halted
   ```
   The corresponding code is here:
   https://github.com/apache/arrow/blob/e934a8acef5f6586362804e005d2c398b1ab5ffc/r/tools/linuxlibs.R#L302


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] yewero commented on issue #8062: dQuote error during installation in R 3.5.1

Posted by GitBox <gi...@apache.org>.
yewero commented on issue #8062:
URL: https://github.com/apache/arrow/issues/8062#issuecomment-682278735


   Here is a solution: #8070 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson commented on issue #8062: dQuote error during installation in R 3.5.1

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on issue #8062:
URL: https://github.com/apache/arrow/issues/8062#issuecomment-683160233


   Fixing in #8074


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson edited a comment on issue #8062: dQuote error during installation in R 3.5.1

Posted by GitBox <gi...@apache.org>.
nealrichardson edited a comment on issue #8062:
URL: https://github.com/apache/arrow/issues/8062#issuecomment-683160233


   Fixing in #8074 (ARROW-9883)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] yewero commented on issue #8062: dQuote error

Posted by GitBox <gi...@apache.org>.
yewero commented on issue #8062:
URL: https://github.com/apache/arrow/issues/8062#issuecomment-681753227


   I found a solution for R 3.5.1:
   Install Apache Arrow based on the following page: https://arrow.apache.org/install/.
   Then, the code in `linuxlibs.R` could be skipped during `install.packages("arrow")`.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson commented on issue #8062: dQuote error during installation in R 3.5.1

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on issue #8062:
URL: https://github.com/apache/arrow/issues/8062#issuecomment-682011308


   Thanks. Could you please [open a JIRA issue](https://arrow.apache.org/docs/developers/contributing.html#report-bugs-and-propose-features)? And would you be interested in submitting a fix?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson closed issue #8062: dQuote error during installation in R 3.5.1

Posted by GitBox <gi...@apache.org>.
nealrichardson closed issue #8062:
URL: https://github.com/apache/arrow/issues/8062


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org