Tung N

Results 15 comments of Tung N

+1 to this request

Btw, if you can't stand that warning, switch to the [`librarian`](https://github.com/DesiQuintans/librarian) package. Works like charm for me!

You'll probably need [`extrafont`](https://stackoverflow.com/a/51888677/786542) package for `ggplotGrob` or `tableGrob` objects (for example outputs from `cowplot`'s `plot_grid()` or `add_sub()` functions) ``` # install.packages('extrafont', dependencies = TRUE) library(extrafont) ### Run this one...

Thanks for opening this! I was wondering if it's possible to do this in a loop as well. Something like ```` src="`r video_files[i]` ```` instead of hard-coding `video_files[1]`

Would be great if there is also an option to somehow attach the video files to the html output so it would work on other PCs

The issue seems to be how `plotly` treated the empty string in `ticktext`

Hi @katiejolly ! This is pretty cool package. I really like the vintage colors. May I suggest using [colorblindcheck](https://github.com/Nowosad/colorblindcheck) and [colorblindr](https://github.com/clauswilke/colorblindr) packages to check for colorblind-friendly palettes within this package?

This might be useful too: [Evaluation of the new palette() for R](https://nowosad.github.io/post/cbc-bp1/)

+1. And if we stack plots on top of each other, it would be great if it's possible to put the common y-axis label in the middle.

Probably related to this [recent commit](https://github.com/tidyverse/ggplot2/commit/83598069217e704fdc94c4593f9556cbbf90f61b) from `ggplot2`