mikefc
                                            mikefc
                                        
                                    `datetime_scale()` is not currently exported, but may be required when writing extensions to ggplot. E.g. Writing new sclaes for custom geoms etc. All other scales are exported. i.e. `continuous_scale()`, `discrete_scale()`...
Currently gganimate has hard-coded support for png, jpg, tiff, bmp and svg output. There is no facility to render to a device that isn't one of these devices, e.g. maybe...
This is a rough implementation of code to allow for more output devices (See Issue #318). The user already specifies the character string for the 'device'. Rather than the existing...
I understand that I can specify the layout engine within the dot text using `graph [layout = neato]` The docs for `grViz` indicate that I should also be able to...
According to the Dot language spec () only the double-quote character should be escaped i.e. a literal ```"``` should be included in a dot file as ```\"``` In ```grViz()``` however...
I've just converted [minihtml](https://github.com/coolbutuseless/minihtml) over to latest roxygen2 from github to test out the R6 support and it's working pretty well. One challenge at the moment is that I generate...
The current embedded version of svglite within this package does not appear to be in sync with the latest svglite release. E.g. Latest svglite (v2.1.1) includes support for pattern and...
Great work on the extensive test suite you have included with `geojsonsf` - really shows how tricky this parsing can be! There appears to be a small inconsistency on how/when...
While trying to add some text with a line break using layer_text, I found a bit of a bug - not sure if it's vega's problem or ggvis's problem. The...
Rewrite
My thoughts on what "foist v2" will be. Maybe called `{fastpng}`. @raymondben @mdsumner - happy to hear any thoughts. * Fork fast PNG from `{foist}` to new package (`{fastpng}`?) *...