Ryan
Ryan
Nice find! Interesting that clicking twice works. It seems like a bug somewhere and I'm not sure how to fix it.
That would be great! I've figured how to get the TUI interface launched within a Shiny app, which was fairly straightforward. However, I want to be able to process images...
It doesn't work to pass a formatting function. ``` format_rval
I continue to get random messages about files not existing.
Some version of an insistently retrying function may work (although clearly not ideal, it seems to be helping me avoid this somewhat random error): ``` library(purrr) rate
I realize you may be pointing out inconsistent behavior, but a work-around may be to adjust the location: ``` wizard %>% image_border(color = "#504050", geometry = "25x25") %>% image_annotate(text =...
A little more context: This error does not appear when I run this on my local Mac or on a linux server with policy xml changed to: ``` ```
Likely is a memory problem, @jhelvy. Do you have the 8GB version selected on shinyapps.io? Also, a re-install of the app may be required, b/c shinyapps.io updated the magick policies...
For more, see here: https://github.com/rstudio/shinyapps-package-dependencies/issues/320
Something like this overlays with transparency: ``` wizard %>% image_composite(rose, operator = "dissolve",compose_args = "80%", gravity="center") ```