Grant McDermott

Results 176 comments of Grant McDermott
trafficstars

Sorry, I'm late to this. But just to add my own note of gratitude for all the work that you've put in @sorhawell. Many thanks! (I'm in a similar boat...

> This would be a very huge breaking change, so we will probably have to continue warnings for several months and then make the change. Oof, I think you're correct...

Out of interest, I just peeked at the Debian rustc logs and 1.64 was accepted into the unstable branch earlier this week. See News here: https://packages.qa.debian.org/r/rustc.html Last time it only...

Adding support to this request by noting that GDAL provides common backend support across several other languages beyond Python too (including R and Julia's geospatial data science stack). On that...

Aside: `geos` has been requested separately here. https://github.com/amazonlinux/amazon-linux-2023/issues/372 (Again IMO it makes sense to provision/install `gdal`, `geos`, `proj` and `udunits2` together as part of coherent geospatial stack.)

Factor support could be implemented via [enum types](https://duckdb.org/docs/sql/data_types/enum.html), no? Or, am I missing something obvious?

@zeileis @vincentarelbundock I submitted to CRAN yesterday and received a request for changes, which I've pasted at the bottom of this comment (truncated to action items only). Some of these...

Super, thanks @zeileis. I've been struggling with how to incorporate this requirement into the code logic, especially since we call internal functions like `draw_legend` that change `mar` and `oma` on...

PS. Adding CRAN submission changes in this branch https://github.com/grantmcdermott/tinyplot/tree/cran I believe that I've addressed all of the requested changes, besides this (non-Examples) `par` issue that you're following up on for...

Sorry to bug @zeileis, but I'm guessing no updates from your CRAN contacts about the `par` restoration side effect yet?