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

[jira] [Resolved] (ARROW-9953) [R] Declare minimum version for bit64

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

Neal Richardson resolved ARROW-9953.
------------------------------------
    Fix Version/s: 2.0.0
       Resolution: Fixed

Issue resolved by pull request 8152
[https://github.com/apache/arrow/pull/8152]

> [R] Declare minimum version for bit64
> -------------------------------------
>
>                 Key: ARROW-9953
>                 URL: https://issues.apache.org/jira/browse/ARROW-9953
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 1.0.1
>         Environment: R3.4, linux, bit64 0.9-5 pre-installed
>            Reporter: Ofek Shilon
>            Priority: Major
>             Fix For: 2.0.0
>
>
> The DESCRIPTION file lists -
> {{ Imports:}}
>  {{  assertthat,}}
>  {{  bit64,}}
>  {{  ...}}
> However for us (R3.4 over linux, with various old package versions installed) the installation fails. The error message is
> {{Error : object 'str.integer64' is not exported by 'namespace:bit64'}}
>  {{ERROR: lazy loading failed for package 'arrow'}}
>  We believe that 'bit64' in the Imports section should have been 'bit64 (>= 0.9-7)', as previous versions of bit64 do not export 'str.integer64'.
>  



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