[ 
https://issues.apache.org/jira/browse/ARROW-13422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384852#comment-17384852
 ] 

Nic Crane commented on ARROW-13422:
-----------------------------------

[~JrmFRL] Hmm, that's interesting; in your logs there's the message "There is a 
binary version available but the source version is later" and it's installing 
the source version.  On Windows, the binaries have all the dependencies bundled 
with the binary version, which is why S3 should "just work", but for some 
reason your installation has gone with the source version as it's not detected 
the binary version of 4.0.1 in the repo it's downloading it from.  

I've got a few things to try.  Firstly, let's check there's not something 
strange with the studio CRAN mirror you're downloading from; please could you 
see if it still does the same thing if you run:

{{install.packages("arrow", repos = "https://cloud.r-project.org";)}}

Alternatively, you could try forcing it to install the binary even if it's an 
older one:

{{install.packages("arrow", type = "win.binary")}}

I would like to help enable you to be able to download the latest version 
though, and have a couple of ideas to look into, so if you try the above 
solutions, would you mind sharing the install output?  Thanks!

> [R] Trouble Installing Package on Windows with S3 support
> ---------------------------------------------------------
>
>                 Key: ARROW-13422
>                 URL: https://issues.apache.org/jira/browse/ARROW-13422
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>            Reporter: Nic Crane
>            Priority: Major
>
> From: https://github.com/apache/arrow/issues/10764
> Hello,
> I am meeting troubles to install the R arrow package with the S3 support.
> Shouldn't be yet any issues since I can read from the vignette:
>     In Windows and macOS binary packages, S3 support is included.
> However after installing arrow from the CRAN (install.packages('arrow')) as 
> recommended, I do not have the S3 support available :
>     arrow::arrow_with_s3()
>     [1] FALSE
> Still didn't work after I un- and re-installed last release.
> I have not be able to find any way to fix it. Any idea ?
> Thank you!



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

Reply via email to