Re: [Bioc-devel] Need help figuring out GeometryDoesNotContainImage-error on machv2-build for chimeraviz

2021-03-31 Thread Stian Lågstad
Thank you very much, Hervé! On Wed, Mar 31, 2021 at 8:25 AM Hervé Pagès wrote: > Hi Stian, > > I know I know, this thread is almost 1 year old. I had s sticker hanging > around to remind me about this, and, today, I spent the entire afternoon > looking into this, found the problem, and implement

Re: [Bioc-devel] Need help figuring out GeometryDoesNotContainImage-error on machv2-build for chimeraviz

2021-03-30 Thread Hervé Pagès
Hi Stian, I know I know, this thread is almost 1 year old. I had s sticker hanging around to remind me about this, and, today, I spent the entire afternoon looking into this, found the problem, and implemented a fix. Long story short: On our Mac builders, the png() device was using the "Xlib

Re: [Bioc-devel] Need help figuring out GeometryDoesNotContainImage-error on machv2-build for chimeraviz

2020-04-23 Thread Stian Lågstad
Thank you very much for the help so far! On Fri, Apr 24, 2020 at 8:08 AM Hervé Pagès wrote: > OK, thanks testing that. This suggests that the problem is on our > side... sigh! I will need to dig deeper into this. > > Best, > H. > > > On 4/23/20 22:57, Bemis, Kylie wrote: > > Worked for me withou

Re: [Bioc-devel] Need help figuring out GeometryDoesNotContainImage-error on machv2-build for chimeraviz

2020-04-23 Thread Hervé Pagès
OK, thanks testing that. This suggests that the problem is on our side... sigh! I will need to dig deeper into this. Best, H. On 4/23/20 22:57, Bemis, Kylie wrote: Worked for me without errors or warnings: kuwisdelu@Eva-02-Dash Projects % R CMD build chimeraviz * checking for file ‘chimeravi

Re: [Bioc-devel] Need help figuring out GeometryDoesNotContainImage-error on machv2-build for chimeraviz

2020-04-23 Thread Bemis, Kylie
Worked for me without errors or warnings: kuwisdelu@Eva-02-Dash Projects % R CMD build chimeraviz * checking for file ‘chimeraviz/DESCRIPTION’ ... OK * preparing ‘chimeraviz’: * checking DESCRIPTION meta-information ... OK * installing the package to build vignettes * creating vignettes ... OK * c

Re: [Bioc-devel] Need help figuring out GeometryDoesNotContainImage-error on machv2-build for chimeraviz

2020-04-23 Thread Hervé Pagès
Interesting indeed. Thanks for checking this. Even though I'm not sure what conclusion to draw from all this. Since you are on a Mac, can I ask you another big favor? Do you think you could run 'R CMD build' on chimeraviz and see if you can reproduce the error we see on the build report here:

Re: [Bioc-devel] Need help figuring out GeometryDoesNotContainImage-error on machv2-build for chimeraviz

2020-04-23 Thread Bemis, Kylie
That’s interesting. I did: > BiocManager::install("Cardinal", type="mac.binary.el-capitan”) > browseVignettes("Cardinal") from R 3.6.3, and the figures using transparency in the vignettes look fine to me. When I use X11() to reproduce the warning locally, the transparent colors get truncated,

Re: [Bioc-devel] Need help figuring out GeometryDoesNotContainImage-error on machv2-build for chimeraviz

2020-04-23 Thread Hervé Pagès
Hi Kylie, I get the warnings on merida1 for Cardinal too e.g. when I run the code in the Cardinal-2-stats vignette: merida1:vignettes biocbuild$ pwd /Users/biocbuild/bbs-3.10-bioc/meat/Cardinal/vignettes merida1:vignettes biocbuild$ R CMD Stangle Cardinal-2-stats.Rmd Output fi

Re: [Bioc-devel] Need help figuring out GeometryDoesNotContainImage-error on machv2-build for chimeraviz

2020-04-23 Thread Bemis, Kylie
I’m now seeing the same "semi-transparency" error on my Mac builds for Cardinal. My vignettes have used transparency for years now and this has never been an issue before (on merida1 or otherwise). I can reproduce the error locally with an X11() device, but not with quartz(), png(), png(), etc.

Re: [Bioc-devel] Need help figuring out GeometryDoesNotContainImage-error on machv2-build for chimeraviz

2020-04-23 Thread Hervé Pagès
Ok so I'm changing my mind about this. I suspect that the error is actually related to the warning. The error comes from the magick package (a wrapper around the ImageMagick software) and it indicates a failure to crop an empty image. It can easily be reproduced with: ## Generate an empty im

Re: [Bioc-devel] Need help figuring out GeometryDoesNotContainImage-error on machv2-build for chimeraviz

2020-04-23 Thread Hervé Pagès
Hi Stian, I went on machv2 and gave this a shot. I can reproduce the GeometryDoesNotContainImage error in an interactive session. I don't have an answer yet but I was curious about the "semi-transparency is not supported on this device" warning and was wondering if it could somehow be related

Re: [Bioc-devel] Need help figuring out GeometryDoesNotContainImage-error on machv2-build for chimeraviz

2020-04-22 Thread Stian Lågstad
I'm still unable to reproduce this error on my end. If anyone with a mac could try building locally I would be very grateful. Thanks. On Sat, Apr 18, 2020 at 4:06 PM Stian Lågstad wrote: > Hi, > > I'm haven't been able to figure out this error for the latest machv2 build > for chimeraviz: > > ``

[Bioc-devel] Need help figuring out GeometryDoesNotContainImage-error on machv2-build for chimeraviz

2020-04-18 Thread Stian Lågstad
Hi, I'm haven't been able to figure out this error for the latest machv2 build for chimeraviz: ``` Warning in doTryCatch(return(expr), name, parentenv, handler) : semi-transparency is not supported on this device: reported only once per page Quitting from lines 108-126 (chimeraviz-vignette.Rmd)