Skip to content

[R-pkg-devel] object 'nativeRoutines' not found

7 messages · Gábor Csárdi, Duncan Murdoch, Guido Kraemer

#
Hi all,

update: I submitted to CRAN and it passes all test just fine 
(https://cran.r-project.org/web/checks/check_results_coRanking.html). I 
still have no idea why travis fails.

Best Regards,

Guido Kraemer
On 09/17/2018 05:45 PM, Guido Kraemer wrote:

  
    
#
On 08/10/2018 7:08 AM, Guido Kraemer wrote:
That looks as though the travis system isn't using the latest version of 
some package.  Can you see sessionInfo() on the two systems?  It prints 
versions for R and for all used packages.  Look for differences there.

Duncan Murdoch
#
The package versions are in the output:
https://travis-ci.org/gdkrmr/coRanking/jobs/428661435#L2836

I would just try to purge the cache on Travis, that often helps with
incompatible package versions.

Gabor
On Mon, Oct 8, 2018 at 12:34 PM Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
#
On 08/10/2018 7:37 AM, G?bor Cs?rdi wrote:
I see  "fansi", "mime" and "R6" are out of date.  There may be others; 
those are just from the ones that update.packages() updated on my system 
(so they are probably recent releases).

Duncan Murdoch
#
On 08/10/2018 7:47 AM, Duncan Murdoch wrote:
And R itself:  travis is using revision 75381 from Sept 29; current 
R-devel is 75412.
#
Thanks for looking into this:

- I deleted the travis cache and it did not help.

- R should update all its packages before attempting to install the 
coRanking package, so old packages shouldn't be a problem.

So I guess I should just wait until R-devel on travis gets updated.
On 10/08/2018 01:50 PM, Duncan Murdoch wrote:

  
    
13 days later
#
FYI, the problem just fixed itself.
On 10/8/18 2:52 PM, Guido Kraemer wrote: