Last updated on 2018-05-14 01:46:31 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.2 | 2.66 | 115.26 | 117.92 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.2 | 2.93 | 96.26 | 99.19 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.2 | 156.23 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.2 | 153.10 | OK | |||
r-devel-windows-ix86+x86_64 | 0.9.2 | 7.00 | 194.00 | 201.00 | OK | |
r-patched-linux-x86_64 | 0.9.2 | 3.60 | 123.58 | 127.18 | OK | |
r-patched-solaris-x86 | 0.9.2 | 208.80 | OK | |||
r-release-linux-x86_64 | 0.9.2 | 3.80 | 129.44 | 133.24 | OK | |
r-release-windows-ix86+x86_64 | 0.9.2 | 7.00 | 194.00 | 201.00 | OK | |
r-release-osx-x86_64 | 0.9.2 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.9.2 | 9.00 | 161.00 | 170.00 | OK | |
r-oldrel-osx-x86_64 | 0.9.2 | NOTE |
Version: 0.9.2
Check: examples
Result: ERROR
Running examples in ‘cowplot-Ex.R’ failed
The error most likely occurred in:
> ### Name: draw_image
> ### Title: Draw an image
> ### Aliases: draw_image
>
> ### ** Examples
>
> # Use image as plot background
> p <- ggplot(iris, aes(x = Sepal.Length, fill = Species)) + geom_density(alpha = 0.7)
> ggdraw() +
+ draw_image("http://jeroen.github.io/images/tiger.svg") +
+ draw_plot(p + theme(legend.box.background = element_rect(color = "white")))
Error in magick_image_readpath(path, density, depth, strip) :
Magick: unable to open file '/var/folders/xn/m8dzdsgs7sg8q7jgflnqm8w80000gn/T//Rtmpephi1C/magick-79137e1BGimjmQbQJ': No such file or directory @ error/constitute.c/ReadImage/549
Calls: draw_image -> <Anonymous> -> magick_image_readpath
Execution halted
Flavor: r-release-osx-x86_64
Version: 0.9.2
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Loading required package: cowplot
Loading required package: ggplot2
Attaching package: 'cowplot'
The following object is masked from 'package:ggplot2':
ggsave
Loading required package: grid
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Loading required package: viridisLite
Quitting from lines 218-222 (introduction.Rmd)
Error: processing vignette 'introduction.Rmd' failed with diagnostics:
Magick: unable to open file '/var/folders/xn/m8dzdsgs7sg8q7jgflnqm8w80000gn/T//RtmpBHxdct/magick-80307qphDOiydIf8w': No such file or directory @ error/constitute.c/ReadImage/549
Execution halted
Flavor: r-release-osx-x86_64
Version: 0.9.2
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘gridGraphics’
Flavor: r-oldrel-osx-x86_64