Last updated on 2020-08-07 01:49:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.4.0 | 150.32 | 179.14 | 329.46 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.4.0 | 106.62 | 109.91 | 216.53 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.4.0 | 512.86 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.4.0 | 424.50 | OK | |||
r-devel-windows-ix86+x86_64 | 2.4.0 | 390.00 | 365.00 | 755.00 | NOTE | |
r-patched-linux-x86_64 | 2.4.0 | 113.11 | 134.80 | 247.91 | OK | |
r-patched-solaris-x86 | 2.4.0 | 233.10 | ERROR | |||
r-release-linux-x86_64 | 2.4.0 | 112.80 | 141.81 | 254.61 | OK | |
r-release-macos-x86_64 | 2.4.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 2.4.0 | 391.00 | 383.00 | 774.00 | NOTE | |
r-oldrel-macos-x86_64 | 2.4.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.4.0 | 302.00 | 371.00 | 673.00 | NOTE |
Version: 2.4.0
Check: installed package size
Result: NOTE
installed size is 14.5Mb
sub-directories of 1Mb or more:
doc 6.5Mb
libs 7.7Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 2.4.0
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking:
'av', 'rsvg', 'tesseract', 'gifski'
Flavor: r-patched-solaris-x86
Version: 2.4.0
Check: examples
Result: ERROR
Running examples in ‘magick-Ex.R’ failed
The error most likely occurred in:
> ### Name: editing
> ### Title: Image Editing
> ### Aliases: editing image_read image_read_svg image_read_pdf
> ### image_read_video image_write image_convert image_data image_raster
> ### image_display image_browse image_strip image_blank image_destroy
> ### image_join image_attributes image_get_artifact demo_image
>
> ### ** Examples
>
> # Download image from the web
> frink <- image_read("https://jeroen.github.io/images/frink.png")
> worldcup_frink <- image_fill(frink, "orange", "+100+200", 20)
> image_write(worldcup_frink, "output.png")
>
> # extract raw bitmap array
> bitmap <- frink[[1]]
>
> # replace pixels with #FF69B4 ('hot pink') and convert back to image
> bitmap[,50:100, 50:100] <- as.raw(c(0xff, 0x69, 0xb4, 0xff))
> image_read(bitmap)
# A tibble: 1 x 7
format width height colorspace matte filesize density
<chr> <int> <int> <chr> <lgl> <int> <chr>
1 PNG 220 445 sRGB TRUE 0 72x72
>
> # Plot to graphics device via legacy raster format
> raster <- as.raster(frink)
> par(ask=FALSE)
> plot(raster)
>
> # Read bitmap arrays from from other image packages
> curl::curl_download("https://jeroen.github.io/images/example.webp", "example.webp")
> if(require(webp)) image_read(webp::read_webp("example.webp"))
Loading required package: webp
# A tibble: 1 x 7
format width height colorspace matte filesize density
<chr> <int> <int> <chr> <lgl> <int> <chr>
1 PNG 550 404 sRGB TRUE 0 72x72
> unlink(c("example.webp", "output.png"))
> if(require(rsvg))
+ tiger <- image_read_svg("http://jeroen.github.io/images/tiger.svg")
Loading required package: rsvg
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘rsvg’
> svgtxt <- '<?xml version="1.0" encoding="UTF-8"?>
+ <svg width="400" height="400" viewBox="0 0 400 400" fill="none">
+ <circle fill="steelblue" cx="200" cy="200" r="100" />
+ <circle fill="yellow" cx="200" cy="200" r="90" />
+ </svg>'
> circles <- image_read_svg(svgtxt)
Error in loadNamespace(name) : there is no package called ‘rsvg’
Calls: image_read_svg ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-patched-solaris-x86
Version: 2.4.0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘intro.Rmd’ using rmarkdown
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.
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called 'rsvg'
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called 'rsvg'
Quitting from lines 227-236 (intro.Rmd)
Error: processing vignette 'intro.Rmd' failed with diagnostics:
R: non-conforming drawing primitive definition `text' @ error/draw.c/RenderMVGContent/4372
--- failed re-building ‘intro.Rmd’
SUMMARY: processing the following file failed:
‘intro.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-solaris-x86