Ryan
Ryan
Without self_contained set to TRUE, it messes up the formatting of a ggplotly object. With FALSE, it causes the HTML size to be much higher (adds 5mb to an HTML...
As mentioned in an earlier closed issue (https://github.com/HenrikBengtsson/future/issues/48), I'm getting this warning: > Warning in serialize(data, node$con, xdr = FALSE) : 'package:promises' may not be available when loading Not fully...
I'm looking for the equivalent of the "[-color-matrix](https://legacy.imagemagick.org/Usage/option_link.cgi?color-matrix)" operator. For example, how would I turn the rose blue as seen at in the color matrix section [here](https://legacy.imagemagick.org/Usage/color_mods/#color-matrix), like: > convert...
I'm getting the error below when trying to write a multi-page pdf using `image_write_pdf()`. >Error in magick_image_map: R: cache resources exhausted `' @ error/cache.c/OpenPixelCache/4083 Here's a code snippet that is...
I'm running out of memory using functions, like `image_read()` and `image_resize()`, especially with GIFs. I'm hypothesizing that magick is using multiple threads and thus exceeding the memory on the machine....
When reading in the below GIF file, which is ~5mb, the RAM on my Mac shoots up past about 6GB. I'm running out of RAM on bigger GIFs on machines...
Missing font
I have seen a lot of the following type of errors on various PDFs: > PDF error: Unknown font in field's DA string > PDF error: Missing 'Tf' operator in...
I'm copy-pasting the example here: https://rinterface.github.io/shinyMobile/reference/f7TabLayout.html and the app runs, but the graphs do not show. There is also the following error showing in DevTools: > app.js:34 Uncaught TypeError: Cannot...
I want to replace a slide (without updating all slides because that would be slow). I was thinking that the add-remove function could work, but I can't figure out how...
Sometimes, the countdown on the dashboard page seems to count up, instead of down. For example, I set the timer to turn on at 12:00 and off at 12:01 (i.e.,...