-
Notifications
You must be signed in to change notification settings - Fork 21
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
Test fails on Solaris #190
Comments
@loreabad6 How should we proceed now it seems CRAN does not check for Solaris anymore? |
I see two options here:
I am happier with the second option. |
I also vote for the second option since it's much simpler than changing all tests. Moreover, when I faced similar problems in |
This is actually great @agila5 and sounds like the best solution! A PR here with those lines would be great! |
Thank you @agila5 for the startup message. Closing this issue for now. |
Tests that have to do with projections and transformations fail for older versions of GDAL and PROJ. This is the case for Solaris.
The reason is that our
roxel
data object was created with newer versions of these software and hence older version do not recognize the associated CRS.See related CRAN-ERROR outputs here
The solution seems to be to reassign the CRS as explained here.
The text was updated successfully, but these errors were encountered: