-
Notifications
You must be signed in to change notification settings - Fork 990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R 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
The text was updated successfully, but these errors were encountered: