Roger Bivand

Results 459 comments of Roger Bivand

How do you generate the Rd files from the doxygen markup? Can one generate incrementally (only from a modified file)?

I tried that, it just dumped all the `*.o` etc in source but didn't update the man file (I did try to limit to only Rd files with their roclet,...

Please attach the RDS files for `xgrid` and `ygrid` (as a zip archive), otherwise it is very hhard to reproduce your case. Since the CRS is projected, this is not...

What does this do: ``` library(rgeos) xgrid_sp

Thanks for the data files. @edzer unfortunately using the approach from #1855 doesn't seem to work, but converting to **sp** and using **rgeos** does work. So it is a precision...

The lines are not broken at the edge (dateline) longitudes, so on projection wrap around, the problem is not with `st_transform()` but the input geometries: ``` wld3

It appears that a custom intersection between the input and a split bounding box is a possible resolution: ``` library(sf) library(ggplot2) library(rnaturalearth) wld

PROJ >= 7 needs libtiff to handle CDN transformation grid files, libsqlite3, and libcurl for handling CDN communication. In a dynamic configure testing setting, all would be found by libproj,...

Good. I can't see whether `expect_error(..., class = *)` can handle objects inheriting from more than one class. `?expect_error` says: "A more robust way is to test for the class...

Thanks! I am now adding a proof-of-concept to **rgeos** (R-forge) including an environment variable switch to aid testing. If this is helpful, copyng into **sf** shouldn't be hard.