You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "JrmFRL (Jira)" <ji...@apache.org> on 2021/07/21 13:20:00 UTC

[jira] [Issue Comment Deleted] (ARROW-13422) [R] Trouble Installing Package on Windows with S3 support

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

JrmFRL updated ARROW-13422:
---------------------------
    Comment: was deleted

(was: [~thisisnic]

Your first option (expliciting R project repo) leads to same installation/logs/issue.

The second one leads to install arrow v 4.0.0, but still without S3:

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

Installing package into ‘C:/Users/john.doe/OneDrive - company/Documents/R/win-library/3.6’(as ‘lib’ is unspecified)
  There is a binary version available (and will be installed) but the source version is later:      binary sourcearrow  4.0.0  4.0.1
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/arrow_4.0.0.zip'Content type 'application/zip' length 13352885 bytes (12.7 MB)downloaded 12.7 MB
package ‘arrow’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in C:\Users\john.doe\AppData\Local\Temp\RtmpYXpxvl\downloaded_packages

> arrow::arrow_info()

Arrow package version: 4.0.0
Capabilities:               dataset    TRUEparquet    TRUEs3        FALSEutf8proc   TRUEre2       FALSEsnappy     TRUEgzip       TRUEbrotli    FALSEzstd       TRUElz4        TRUElz4_frame  TRUElzo       FALSEbz2       FALSEjemalloc  FALSEmimalloc   TRUE
Memory:                  Allocator mimallocCurrent    0 bytesMax        0 bytes
Runtime:                        SIMD Level          avx2Detected SIMD Level avx2

 )

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