John Helveston

Results 171 comments of John Helveston

I think that actually wouldn't be that hard to implement, but the "print" button will already print the overlays to a PDF that will print to correct scale.

Just made a PR. I also added a table of contents at the top so that it's easier to jump to the content near the bottom of the readme.

So it's working on Ubuntu 20.04 but not Ubuntu 22.04? Sounds like an issue with Chrome. Another check is to try and print some other webpage, like `pagedown::chrome_print("https://en.wikipedia.org/wiki/R_(programming_language)")` If you...

Can you try this? ``` pagedown::chrome_print( input = "file://chapter1.html", output = "chapter1.pdf" ) ```

Looks like `magick::image_scale()` might do the trick: https://cran.r-project.org/web/packages/magick/vignettes/intro.html#Transformations

> I also just bumped into the `tinieR` R package via https://jmablog.com/post/tinier-0.4.1/ Oooo very interesting. Though it looks like it requires an API key, which could complicate things. A magick...

Hi, glad to hear the package has been helpful. In trouble-shooting this issue, it looks like everything is still building properly, but the warning is coming from something related to...

I've done what @gadenbuie mentioned with `htmlwidgets::saveWidget()` to embed interactive elements like leaflet maps into my xaringan slides. [This deck](https://eda.seas.gwu.edu/2021-Spring/c13-interactive-charts.html) ([source here](https://github.com/emse-eda-gwu/2021-Spring/tree/master/class/13-interactive-charts)) has some examples, though it takes a super...

We've been dealing with other issues trying to get the package on CRAN. It was just removed from CRAN yesterday due to a remaining obscure note in the checks that...

This should (hopefully) be resolved now with v0.2.0 now on CRAN.