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

2018-10-22 Thread Guido Kraemer
FYI, the problem just fixed itself. On 10/8/18 2:52 PM, Guido Kraemer wrote: 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 gu

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

2018-10-08 Thread Guido Kraemer
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

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

2018-10-08 Thread Duncan Murdoch
On 08/10/2018 7:47 AM, Duncan Murdoch wrote: On 08/10/2018 7:37 AM, Gábor Csárdi wrote: 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. I see

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

2018-10-08 Thread Duncan Murdoch
On 08/10/2018 7:37 AM, Gábor Csárdi wrote: 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. I see "fansi", "mime" and "R6" are out of date. T

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

2018-10-08 Thread Gábor Csárdi
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 wrote: > > On 08/10/2018 7:08 AM, Guido Kra

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

2018-10-08 Thread Duncan Murdoch
On 08/10/2018 7:08 AM, Guido Kraemer wrote: 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. That looks as though the travis system isn't using the latest version o

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

2018-10-08 Thread 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: Hi all, Since a couple of days travi