Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upR 3.0.0 test out-of-memory due to test relying on R>=3.1.0 no-copy behaviour #2484
Comments
|
Thanks @jangorecki! Shall we update the dependency to R 3.1.0? That was released April 2014 and is 3.5 years old now. This seems to be a good reason. There are two places in It was this (very welcome) change in R 3.1.0 :
|
|
3.1 sounds fine. I remember I had to escape some tests on factor which crashes in base R 3.0. I will check how check will process on R 3.1. If |
|
Also the following:
|
|
Looks like anyNA is not yet in R 3.1. Current master fail one test, probably setnames call.
|
|
Are you sure? Change log says |
|
No, I am not (I don't have R on hand). Could you try to run 1555.1 on R 3.1.0? You can easily run it from |
|
Test 1555.1 indeed fails on R 3.1.0, but not because of
That file is this one. The error returned is:
i.e., the last column, That seems like an error by Checking on my current R installation (3.4.1), |
|
So we can add condition on R version and postprocess column. Something like this should be fine |
|
@jangorecki since we don't know what changed/when, adding a Fix added here conditions instead on whether it seems like this column we identified is causing issues; as such we'll be able to detect if there's some other reversion in another setting more easily. Spinning up |
|
Closed by #2489 |
Since 18790e0 R-3.0.0 started to fail on test
Last entry in Rout.fail