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

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

Ofek Shilon created ARROW-9953:
----------------------------------

             Summary: 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


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)