--- Begin Message ---
Source: r-cran-svglite
Version: 2.1.1-1
Severity: serious
Justification: autopkgtest failure
Dear Maintainer,
The autopkgtest of your package fails with r-base (4.3.1-1):
42s [ FAIL 50 | WARN 0 | SKIP 0 | PASS 2 ]
42s
42s ══ Failed tests
════════════════════════════════════════════════════════════════
43s ── Error ('test-clip.R:4'): regression test for no clipping
────────────────────
43s Error in `svglite_(filename, bg, width, height, pointsize, standalone,
43s aliases, web_fonts, id, fix_text_size, scaling, always_valid)`:
Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::svglite("test-no-clip.svg", 4, 4, user_fonts = bitstream)
at test-clip.R:4:2
43s 2. └─svglite:::svglite_(...)
43s ── Error ('test-clip.R:14'): regression test for clipping
──────────────────────
43s Error in `svglite_(filename, bg, width, height, pointsize, standalone,
43s aliases, web_fonts, id, fix_text_size, scaling, always_valid)`:
Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::svglite("test-clip.svg", 4, 4, user_fonts = bitstream) at
test-clip.R:14:2
43s 2. └─svglite:::svglite_(...)
43s ── Error ('test-colour.R:5'): transparent blacks are written
───────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-colour.R:5:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-colour.R:19'): transparent colours are not written
─────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-colour.R:19:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-devSVG.R:12'): adds default background
─────────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(plot.new()) at test-devSVG.R:12:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-devSVG.R:17'): adds background set by device driver
────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(plot.new(), bg = "red") at test-devSVG.R:17:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-devSVG.R:22'): default background respects par
─────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-devSVG.R:22:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-devSVG.R:30'): if bg is transparent in par(), use device
driver background ──
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-devSVG.R:30:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-devSVG.R:47'): creating multiple pages is identical to
creating multiple individual svgs ──
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::svgstring() at test-devSVG.R:47:2
43s 2. └─svglite:::svgstring_(...)
43s ── Error ('test-devSVG.R:92'): ensure text leading white space will be
rendered ──
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(plot.new()) at test-devSVG.R:92:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-ids.R:2'): ids are assigned as expecter
────────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::svgstring() at test-ids.R:2:2
43s 2. └─svglite:::svgstring_(...)
43s ── Error ('test-lines.R:5'): segments don't have fill
──────────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-lines.R:5:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-lines.R:15'): lines don't have fill
────────────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-lines.R:15:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-lines.R:23'): polygons do have fill
────────────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-lines.R:23:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-lines.R:33'): polygons without border
──────────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-lines.R:33:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-lines.R:43'): blank lines are omitted
──────────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(mini_plot(1:3, lty = "blank", type = "l")) at
test-lines.R:43:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-lines.R:48'): lines lty becomes stroke-dasharray
───────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. ├─testthat::expect_equal(dash_array(lty = 1), NA_integer_) at
test-lines.R:48:2
43s 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
43s 3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
43s 4. └─svglite:::dash_array(lty = 1)
43s 5. └─svglite::xmlSVG(mini_plot(1:3, ..., type = "l")) at
autopkgtest_tmp/testthat/helper-style.R:11:2
43s 6. └─svglite:::inlineSVG(...)
43s 7. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 8. └─svglite:::svgstring_(...)
43s ── Error ('test-lines.R:59'): stroke-dasharray scales with lwd > 1
─────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. ├─testthat::expect_equal(dash_array(lty = 2, lwd = 1), c(4, 4)) at
test-lines.R:59:2
43s 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
43s 3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
43s 4. └─svglite:::dash_array(lty = 2, lwd = 1)
43s 5. └─svglite::xmlSVG(mini_plot(1:3, ..., type = "l")) at
autopkgtest_tmp/testthat/helper-style.R:11:2
43s 6. └─svglite:::inlineSVG(...)
43s 7. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 8. └─svglite:::svgstring_(...)
43s ── Error ('test-lines.R:66'): line end shapes
──────────────────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-lines.R:66:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-lines.R:86'): line join shapes
─────────────────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-lines.R:86:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-output.R:6'): different string and file output produce
identical svg ──
43s Error in `svglite_(filename, bg, width, height, pointsize, standalone,
43s aliases, web_fonts, id, fix_text_size, scaling, always_valid)`:
Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::svglite(f1) at test-output.R:6:2
43s 2. └─svglite:::svglite_(...)
43s ── Error ('test-output.R:23'): intermediate outputs are always valid svg
if always_valid=TRUE ──
43s Error in `svglite_(filename, bg, width, height, pointsize, standalone,
43s aliases, web_fonts, id, fix_text_size, scaling, always_valid)`:
Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::svglite(path, always_valid = TRUE) at test-output.R:23:2
43s 2. └─svglite:::svglite_(...)
43s ── Error ('test-path.R:5'): paths with winding fill mode
───────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-path.R:5:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-path.R:21'): paths with evenodd fill mode
──────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-path.R:21:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-path.R:37'): paths with no filling color
───────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-path.R:37:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-points.R:5'): radius is not given in points
────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-points.R:5:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-points.R:15'): points are given stroke and fill
────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-points.R:15:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-points.R:25'): points get alpha stroke and fill given
stroke and fill ──
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-points.R:25:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-points.R:37'): points are given stroke and fill
────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-points.R:37:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-raster.R:5'): raster exists
────────────────────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-raster.R:5:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-rect.R:5'): rects equivalent regardless of direction
───────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-rect.R:5:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-rect.R:21'): fill and stroke colors
────────────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-rect.R:21:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-scale.R:16'): text has correct dimensions
──────────────────────
43s Error in `svglite_(filename, bg, width, height, pointsize, standalone,
43s aliases, web_fonts, id, fix_text_size, scaling, always_valid)`:
Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::svglite(...) at test-scale.R:16:2
43s 2. └─svglite:::svglite_(...)
43s ── Error ('test-scale.R:28'): lwd has correct dimensions
───────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-scale.R:28:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-text-fonts.R:5'): font sets weight/style
───────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-text-fonts.R:5:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-text-fonts.R:16'): metrics are computed for different
weight/style ──
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-text-fonts.R:16:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-text-fonts.R:31'): symbol font family is 'Symbol'
──────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-text-fonts.R:31:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-text-fonts.R:46'): fonts are aliased
───────────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-text-fonts.R:46:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-text-fonts.R:64'): metrics are computed for different
fonts ────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-text-fonts.R:64:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-text-fonts.R:81'): unicode characters in plotmath are
handled ──
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-text-fonts.R:81:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-text.R:5'): par(cex) affects strwidth
──────────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-text.R:5:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-text.R:15'): cex affects strwidth
──────────────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite:::inlineSVG(...) at test-text.R:15:2
43s 2. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 3. └─svglite:::svgstring_(...)
43s ── Error ('test-text.R:24'): special characters are escaped
────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-text.R:24:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-text.R:37'): utf-8 characters are preserved
────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-text.R:37:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-text.R:47'): special characters are escaped
────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-text.R:47:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-text.R:57'): default point size is 12
──────────────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-text.R:57:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-text.R:65'): cex generates fractional font sizes
───────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-text.R:65:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-text.R:73'): a symbol has width greater than 0
─────────────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-text.R:73:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s ── Error ('test-text.R:81'): strwidth and height correctly computed
────────────
43s Error in `svglite_(filename, bg, width, height, pointsize, standalone,
43s aliases, web_fonts, id, fix_text_size, scaling, always_valid)`:
Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::svglite("test-text.svg", 4, 4, user_fonts = bitstream) at
test-text.R:81:2
43s 2. └─svglite:::svglite_(...)
43s ── Error ('test-text.R:95'): strwidth has fallback for unknown glyphs
──────────
43s Error in `svgstring_(env, width = width, height = height, bg = bg,
pointsize = pointsize,
43s standalone = standalone, aliases = aliases, webfonts = web_fonts,
43s id = id, fix_text_size, scaling)`: Graphics API version mismatch
43s Backtrace:
43s ▆
43s 1. └─svglite::xmlSVG(...) at test-text.R:95:2
43s 2. └─svglite:::inlineSVG(...)
43s 3. └─svglite::svgstring(width = dim[1], height = dim[2], ...)
43s 4. └─svglite:::svgstring_(...)
43s
43s [ FAIL 50 | WARN 0 | SKIP 0 | PASS 2 ]
https://ci.debian.net/data/autopkgtest/testing/amd64/r/r-cran-svglite/34918110/log.gz
--- End Message ---