Brian Connelly

Results 38 issues of Brian Connelly

I commonly use percents when creating borders. ```r library(magick) image_read("https://www.r-project.org/logo/Rlogo.png") %>% image_border(color = "red", geometry = "5%x2%") ``` While a geometry string of `"5%x2%"` works with the ImageMagick CLI, this...

Along with -2:2, allow "silent", "quiet", "normal", "high", "emergency".

example: ```R pushover_exec({some stuff}, message = "done") ```

enhancement

Create an [Addin](https://rstudio.github.io/rstudioaddins/) that makes it easy to send messages from within RStudio.

enhancement