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 16:36:00 UTC

[jira] [Commented] (ARROW-9953) R package missing dependencies versions

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

Neal Richardson commented on ARROW-9953:
----------------------------------------

Thanks. Would you like to submit a pull request to add this? [bit64 version 0.9-5 is from 2015|https://cran.r-project.org/src/contrib/Archive/bit64/], so that's probably why we haven't encountered this before.

> R package missing dependencies versions
> ---------------------------------------
>
>                 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
>
> 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)