Matt Warkentin

Results 92 comments of Matt Warkentin

I definitely do not have any of the technical knowledge to pretend to understand how `patchwork` or `ggplot2` work internally, but would it be possible to "flatten" or rasterize the...

Congrats on the CRAN release, Thomas. To follow-up on your above comment, could you point me in the right direction for doing what you described above? I don't actually mind...

`namdropR` is new to me. I guess I was thinking about my more academic-focused presentations where the first several slides are background information with citations. It would be nice when...

@gadenbuie I think I've got a pretty good start on an implementation. However, I am running into an issue that I think you can probably help with. I've got the...

I can send some code over when I get to work tomorrow morning. But I think what you described is exactly what is happening. My function returns raw HTML, but...

Okay, I hacked together a reprex. I think you'll need the dev version of `namedropR` to ensure it runs as expected. The R Markdown renders as expected for `rmarkdown::html_document`, but...

Okay, sounds good. I will play around with this implementation idea some more and see what works. Will share when I've got something a little more established. Thanks for the...

Okay, I could actually use a little bit more nudging in the right direction. It is relatively straightforward to have the R function return a `span` or `a` element with...

Hmm. That was my original strategy but I was unable to have the R function return a `tagList` object containing both a `span` and a `script` element. When I tried...

Okay, woof. I tried to push a draft PR of this feature but I forgot I have an open PR already for scribble. So these changes are part of that...