Ryan

Results 46 comments of Ryan

I do believe it should work. What messages do you see when you do `install.packages("magick")`?

Just in case you want to know one way NOT to solve this problem: ``` mystring

@naikymen Nice hack on top of my hack. I too look forward to a better fix.

I was able to successfully set the threads using that function. However, it didn't solve the OOM problem. But, `cat("\n memory in GB:", magick:::magick_resource_limits()$memory/1e9)` shows only ~0.26 GB. So that's...

I submitted a request to Rstudio.

Here's a mostly-R painful hack at parsing PDFs for images. It only works sometimes, but it would be great if someone could improve this. ``` library(stringr) library(hexView) .PROBLEM

Adjusting the width of the plot area in the R studio served as a half-fix, but looking for something better.

Just in case this can be fixed: this remains an issue for me.

A couple notes: 1) I could reliably reproduce the problem with my example and restarting the R session before launching the app. It seems that something is likely cached on...

You could use something like image_montage to recreate the look of a tabular format. Also, you could output images from magic and use kable or something similar to format them...