Michael Chirico

Results 322 comments of Michael Chirico

see no reason not to make this update

honestly that just sounds like bad design to me (at the very least, lacking in foresight), but it's nothing to be ashamed of, and nothing to condescend about. I looked...

@slowkow any general comments on API / expected behavior / style are welcome at any time

> Does the figure redraw if you resize the window? I can't imagine it would 🤔 I guess `ggplot2` is handling that through its special infra -- resizing the plot...

@slowkow I added `test-base-plots.R` (I'll delete it or migrate it before merge), plan is to do a ton of test plots in there.

@slowkow now tracking plots in this PR under `test-base/figures`

Thanks @slowkow -- IIRC there was an issue where the results are highly volatile. Maybe that's an issue you've seen with the `gg` version of the algorithm as well. I...

I don't think `%>%` has to be removed, but certainly we can mention the native pipe now. This paragraph is dated: > Piping, `x %>% f() %>% g()`, allows you...

Ditto! Is there any known workaround to writing hyperlinks to sheets? Wrapping the text as `{URL}` didn't help, e.g.

At least for writing, it looks like `=HYPERLINK("{URL}")` is the way to link a cell... unfortunately `write_sheet()` escapes it by prepending `'`