Last updated on 2025-09-12 01:53:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 4.50 | 53.08 | 57.58 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 3.87 | 47.13 | 51.00 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 102.04 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 95.23 | ERROR | |||
r-devel-windows-x86_64 | 0.2.0 | 7.00 | 64.00 | 71.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.0 | 4.86 | 48.65 | 53.51 | NOTE | |
r-release-linux-x86_64 | 0.2.0 | 4.75 | 48.85 | 53.60 | NOTE | |
r-release-macos-arm64 | 0.2.0 | 27.00 | NOTE | |||
r-release-macos-x86_64 | 0.2.0 | 46.00 | NOTE | |||
r-release-windows-x86_64 | 0.2.0 | 8.00 | 66.00 | 74.00 | NOTE | |
r-oldrel-macos-arm64 | 0.2.0 | 24.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.0 | 39.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.0 | 10.00 | 77.00 | 87.00 | OK |
Version: 0.2.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘flextable.R’ ‘washi_flextable.Rd’ ‘washi_scale.Rd’ ‘washi_theme.Rd’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(washi)
>
> test_check("washi")
Couldn't find 'sans'. Defaulting to 'sans'.
a flextable object.
col_keys: `a`, `b`
header has 1 row(s)
body has 5 row(s)
original dataset sample:
'data.frame': 5 obs. of 2 variables:
$ a: int 1 2 3 4 5
$ b: int 6 7 8 9 10
NULL
Couldn't find 'sans'. Defaulting to 'sans'.
Couldn't find 'sans'. Defaulting to 'sans'.
Couldn't find 'sans'. Defaulting to 'sans'.
Couldn't find 'sans'. Defaulting to 'sans'.
[ FAIL 2 | WARN 4 | SKIP 5 | PASS 13 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test-flextable.R:9:3', 'test-fonts.R:3:3',
'test-palettes.R:48:3', 'test-scales.R:42:3', 'test-theme.R:34:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-theme.R:30:3'): washi_theme() works ──────────────────────────
length(theme$panel.grid.major.x) (`actual`) not equal to 0 (`expected`).
`actual`: 1.0
`expected`: 0.0
── Failure ('test-theme.R:31:3'): washi_theme() works ──────────────────────────
length(theme$panel.grid.major.y) (`actual`) not equal to 0 (`expected`).
`actual`: 1.0
`expected`: 0.0
[ FAIL 2 | WARN 4 | SKIP 5 | PASS 13 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(washi)
>
> test_check("washi")
Couldn't find 'sans'. Defaulting to 'sans'.
Couldn't find 'sans'. Defaulting to 'sans'.
a flextable object.
col_keys: `a`, `b`
header has 1 row(s)
body has 5 row(s)
original dataset sample:
'data.frame': 5 obs. of 2 variables:
$ a: int 1 2 3 4 5
$ b: int 6 7 8 9 10
NULL
Couldn't find 'sans'. Defaulting to 'sans'.
Couldn't find 'sans'. Defaulting to 'sans'.
Couldn't find 'sans'. Defaulting to 'sans'.
Couldn't find 'sans'. Defaulting to 'sans'.
[ FAIL 2 | WARN 4 | SKIP 5 | PASS 13 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test-flextable.R:9:3', 'test-fonts.R:3:3',
'test-palettes.R:48:3', 'test-scales.R:42:3', 'test-theme.R:34:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-theme.R:30:3'): washi_theme() works ──────────────────────────
length(theme$panel.grid.major.x) (`actual`) not equal to 0 (`expected`).
`actual`: 1.0
`expected`: 0.0
── Failure ('test-theme.R:31:3'): washi_theme() works ──────────────────────────
length(theme$panel.grid.major.y) (`actual`) not equal to 0 (`expected`).
`actual`: 1.0
`expected`: 0.0
[ FAIL 2 | WARN 4 | SKIP 5 | PASS 13 ]
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc