Michael Chirico
Michael Chirico
Some initial work on #156 The skeleton is there -- API I envision is expose `repel_text` (or maybe `text_repel`) as the "repel" version of `graphics::text.default` TODO: - [x] Implement `pos`...
I'm not sure how wrapped up in `ggplot` the source code is, but it would be great if the workhorse "repellence" algorithm were UI-agnostic so that it could be re-used...
Hi, I installed the package and got some compilation warnings: ``` dfa.cc:72:19: warning: unused variable 'ExtraDebug' [-Wunused-const-variable] static const bool ExtraDebug = false; ^ 1 warning generated. clang++ -mmacosx-version-min=10.13 -std=gnu++11...
I was trying to plot many frames and target the output to be a certain length (5 seconds): ``` nn = 720L saveGIF({for (ii in 1:nn) plot(1:10)}, interval = 5/nn)...
https://adv-r.hadley.nz/conditions.html#custom-conditions > Fortunately R has a powerful, but little used feature: the ability to create custom conditions that can contain additional metadata. Creating custom conditions is a little fiddly in...
In 3.3.1, we have: > You can think of attributes as name-value pairs25 that attach metadata to an object. Individual attributes can be retrieved and modified with attr(), or retrieved...
I think the omission is intentional, but it might warrant a footnote.