Barry Rowlingson
Barry Rowlingson
There's a nice animator in the choroplethr package that uses a range slider so you can grab and drag to animate. They use it to make animated space-time maps, but...
Reading a geoJSON resource via RSocrata cropped up on SO here: https://stackoverflow.com/questions/44769441/converting-geojson-into-a-simple-feature-in-r/44769906#44769906 The new `sf` classes in R are a lot more like data frames, so it might be that...
`download.file` uses this code to decide on the method: ``` method
Just don't call it a "cheat" sheet - its not cheating! Tip sheet, clue sheet, quick help, hint sheet... Make sure everything is legible with it printed on A4 or...
I'm seeing this error from the JSON file downloaded from: https://149613070.v2.pressablecdn.com/coordinates/indigenousTerritories.json (4Mb) using 1.0-8: ``` > library(sf) Linking to GEOS 3.8.0, GDAL 3.0.4, PROJ 6.3.1; sf_use_s2() is TRUE > terr...
Whatever is causing this is in the C(++?) code. I just did some R profiling and 98% of the time in my tests was in the CPL_write_ogr function, which is...
First it was a report so anyone else getting the same problem might find the reason, and to inform the devs about it. Secondly, to trigger discussion of how (if...
An alternative (and this is a much bigger enhancement) might be for qgis2web to launch a small asynchronous web server running on high port (eg 8888), and for the map...
I'm getting this same error from simply `library(gratia)` and then `example(draw.gam)` (and many other attempts to draw things, this one is simple and reproducible) now: ``` > library(gratia) > example(draw.gam)...
Its related to the `patchwork` package - I can generate the error now without `gratia`: ``` > library(ggplot2) Want to understand how all the pieces fit together? Read R for...