Last updated on 2025-12-06 00:48:59 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.7.0 | 3.46 | 30.23 | 33.69 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.7.0 | 2.64 | 15.45 | 18.09 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.7.0 | 16.00 | 38.86 | 54.86 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.7.0 | 66.43 | OK | |||
| r-devel-windows-x86_64 | 2.7.0 | 40.00 | 247.00 | 287.00 | OK | |
| r-patched-linux-x86_64 | 2.7.0 | 2.75 | 28.08 | 30.83 | OK | |
| r-release-linux-x86_64 | 2.7.0 | 2.66 | 29.01 | 31.67 | OK | |
| r-release-macos-arm64 | 2.7.0 | OK | ||||
| r-release-macos-x86_64 | 2.7.0 | 15.00 | 114.00 | 129.00 | OK | |
| r-release-windows-x86_64 | 2.7.0 | 35.00 | 246.00 | 281.00 | OK | |
| r-oldrel-macos-arm64 | 2.7.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 2.7.0 | 13.00 | 113.00 | 126.00 | NOTE | |
| r-oldrel-windows-x86_64 | 2.7.0 | 50.00 | 310.00 | 360.00 | NOTE |
Version: 2.7.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'magick', 'rmarkdown', 'spelling'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.7.0
Check: examples
Result: ERROR
Running examples in ‘rsvg-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: rsvg
> ### Title: Render SVG into Bitmap
> ### Aliases: rsvg rsvg_raw rsvg_nativeraster rsvg_webp rsvg_png rsvg_pdf
> ### rsvg_svg rsvg_ps rsvg_eps
>
> ### ** Examples
>
> # create some svg
> options(example.ask=FALSE)
> tmp <- tempfile()
> svglite::svglite(tmp, width = 10, height = 7)
> ggplot2::qplot(mpg, wt, data = mtcars, colour = factor(cyl))
Warning: `qplot()` was deprecated in ggplot2 3.4.0.
> dev.off()
pdf
2
>
> # convert directly into a vector or bitmap graphics format
> rsvg_pdf(tmp, "out.pdf")
> rsvg_png(tmp, "out.png")
> rsvg_svg(tmp, "out.svg")
> rsvg_ps(tmp, "out.ps")
> rsvg_eps(tmp, "out.eps")
>
> # render into raw bitmap array
> bitmap <- rsvg(tmp, height = 1440)
> dim(bitmap) # h*w*c
[1] 1440 2057 4
>
> # render to native raster object
> nr <- rsvg_nativeraster(tmp)
> # grid::grid.raster(nr)
>
> # read in your package of choice
> magick::image_read(bitmap)
Error in loadNamespace(x) : there is no package called ‘magick’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.7.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/spelling.R’ failed.
Complete output:
> spelling::spell_check_test(vignettes = TRUE, error = FALSE)
Error in loadNamespace(x) : there is no package called 'spelling'
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.7.0
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.7.0
Check: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
‘out.eps’ ‘out.pdf’ ‘out.png’ ‘out.ps’ ‘out.svg’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.7.0
Check: installed package size
Result: NOTE
installed size is 27.5Mb
sub-directories of 1Mb or more:
libs 27.1Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64