-
Notifications
You must be signed in to change notification settings - Fork 27
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
TODO for CRS changes #68
Comments
OK, did you make a PR against sp, or shall I do that? Do they have to be rolled out in a particular order? |
No, I think you picked up my commits from my fork master and applied them to the master by 74a8780, didn't you? |
Ah, thanks, yes, I forgot. |
And 3e0497b before that (for the record). |
Can we try to release sp with my fork commits of 21 January, which should have benign effects on rgdal and raster and their revdeps? Then it will be easier to move to releasing GDAL3-ready rgdal. On PROJ6/GDAL3, I'm seeing about 50 new breakages across the whole revdep tree of ~ 900 packages, mostly messing with sp::CRS/raster::crs objects internally and not using accessor functions. All warned, many have reported back that problem fixed but not released to CRAN. |
Yes, that means releasing from my master current branch, right? |
Yes, please check my PRs. Maybe an RC of sp, so that you or I can check rgdal rev. 938. |
Thanks; merged, and I bumped the version to 1.4-0. |
While checking, I see
is some version of rgdal required that is not yet on CRAN? (How) can we suppress this NOTE? |
This is the circular dependency problem, sp needing unreleased rgdal needs to be on CRAN first. I think we saw this earlier (maybe an sf issue)? I think we agreed to include this as a note to CRAN-team that the NOTE would be resolved when rgdal was released? |
I'm still seeing 1.3-4 after |
Sorry, now I have. |
While checking on the gdal 3.0.4/proj 7.0.0RC1/geos 3.8.0 image I see lots of these warning messages:
with
|
This is as expected, they come from inside rgdal, where there are also tools to moderate the numbers of warnings. In rgdal, I have |
Is |
I see "Discarded" in tests/fail1.Rout and tests/pass1.Rout, as well as man pages for: CRS-class, degAxis, gridlines, loadMeuse, meuse, meuse.grid, recenter-methods, spChFIDs-methods, spDistsN1, spplot. None I can see in vignettes. To turn on thinning, would need to test for rgdal, its version, and whether GDAL & PROJ are NG. |
Sorry, this was with sp 1.4-0 (posted the wrong sessionInfo()). |
1.4-0 1 NOTE with devel (excess time when run with --run-donttest --run-dontrun), so OK otherwise, and rgdal 1.5-5. |
OK, then I will submit with the message:
|
Submitted. |
Upstream changes: Changes in version 1.4-1 (2020-xx-yy) warn on NULL projargs in CRS(); edzer/sp#74 Changes in version 1.4-0 (2020-02-21) prepare for new (>= 1.5.1) rgdal, which creates and listens to a comments() field of a CRS object carrying a WKT representation of a CRS rather than the proj4string; @rsb, edzer/sp#67 and edzer/sp#69 ; for more info see e.g. edzer/sp#68 and r-spatial/discuss#28 Changes in version 1.3-2 (2019-11-07) fix length > 1 in coercion to logical error; #54, #60 add is.na method for CRS objects
to roll out new sp and rgdal, the next things have to be done
The text was updated successfully, but these errors were encountered: