Last updated on 2024-09-09 18:49:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 4.29 | 46.92 | 51.21 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 3.37 | 34.29 | 37.66 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 87.58 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 75.33 | ERROR | |||
r-devel-windows-x86_64 | 0.1.1 | 7.00 | 68.00 | 75.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.1 | 4.15 | 44.25 | 48.40 | OK | |
r-release-linux-x86_64 | 0.1.1 | 2.90 | 43.91 | 46.81 | OK | |
r-release-macos-arm64 | 0.1.1 | 29.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 43.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 6.00 | 69.00 | 75.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 29.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.1 | 42.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.1 | 8.00 | 76.00 | 84.00 | OK |
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/7s]
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(gto)
>
> test_check("gto")
[ FAIL 4 | WARN 240 | SKIP 0 | PASS 8 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-word.R:77:3'): tables can be added to a word doc ─────────────
lapply(...) (`actual`) not equal to list(...) (`expected`).
`actual` is length 3
`expected` is length 2
actual[[1]] | expected[[1]]
[1] "num" - "0.1111" [1]
[2] "char" - "apricot" [2]
[3] "fctr" - "one" [3]
[4] "date" - "2015-01-15" [4]
[5] "time" - "13:35" [5]
[6] "datetime" - "2018-01-01 02:22" [6]
[7] "currency" - "49.95" [7]
[8] "row" - "row_1" [8]
[9] "group" - "grp_a" [9]
actual[[2]] | expected[[2]]
[1] "0.1111" - "2.2220" [1]
[2] "apricot" - "banana" [2]
[3] "one" - "two" [3]
[4] "2015-01-15" - "2015-02-15" [4]
[5] "13:35" - "14:40" [5]
[6] "2018-01-01 02:22" - "2018-02-02 14:33" [6]
[7] "49.95" - "17.95" [7]
[8] "row_1" - "row_2" [8]
[9] "grp_a" | "grp_a" [9]
`actual[[3]]` is a character vector ('2.2220', 'banana', 'two', '2015-02-15', '14:40', ...)
`expected[[3]]` is absent
── Failure ('test-word.R:184:3'): tables can be added to a word doc - position 'before' ──
lapply(...) (`actual`) not equal to list(...) (`expected`).
`actual` is length 3
`expected` is length 2
actual[[1]] | expected[[1]]
[1] "num" - "0.1111" [1]
[2] "char" - "apricot" [2]
[3] "fctr" - "one" [3]
[4] "date" - "2015-01-15" [4]
[5] "time" - "13:35" [5]
[6] "datetime" - "2018-01-01 02:22" [6]
[7] "currency" - "49.95" [7]
[8] "row" - "row_1" [8]
[9] "group" - "grp_a" [9]
actual[[2]] | expected[[2]]
[1] "0.1111" - "2.2220" [1]
[2] "apricot" - "banana" [2]
[3] "one" - "two" [3]
[4] "2015-01-15" - "2015-02-15" [4]
[5] "13:35" - "14:40" [5]
[6] "2018-01-01 02:22" - "2018-02-02 14:33" [6]
[7] "49.95" - "17.95" [7]
[8] "row_1" - "row_2" [8]
[9] "grp_a" | "grp_a" [9]
`actual[[3]]` is a character vector ('2.2220', 'banana', 'two', '2015-02-15', '14:40', ...)
`expected[[3]]` is absent
── Failure ('test-word.R:280:3'): tables with special characters can be added to a word doc ──
lapply(...) (`actual`) not equal to list(...) (`expected`).
`actual` is length 2
`expected` is length 1
actual[[1]] | expected[[1]]
[1] "num" - "0.1111" [1]
[2] "char" - "apricot" [2]
[3] "fctr" - "one" [3]
[4] "date" - "2015-01-15" [4]
[5] "time" - "13:35" [5]
[6] "datetime" - "2018-01-01 02:22" [6]
[7] "currency" - "49.95" [7]
[8] "row" - "row_1" [8]
[9] "group" - "grp_a" [9]
[10] "special_characters" - "><&\"'" [10]
`actual[[2]]` is a character vector ('0.1111', 'apricot', 'one', '2015-01-15', '13:35', ...)
`expected[[2]]` is absent
── Failure ('test-word.R:359:3'): tables with embedded titles can be added to a word doc ──
lapply(...) (`actual`) not equal to list(...) (`expected`).
`actual` is length 4
`expected` is length 2
actual[[1]] | expected[[1]]
[1] "table title" - "0.1111" [1]
[2] "table subtitle" - "apricot" [2]
- "one" [3]
- "2015-01-15" [4]
- "13:35" [5]
- "2018-01-01 02:22" [6]
- "49.95" [7]
- "row_1" [8]
- "grp_a" [9]
actual[[2]] | expected[[2]]
[1] "num" - "2.2220" [1]
[2] "char" - "banana" [2]
[3] "fctr" - "two" [3]
[4] "date" - "2015-02-15" [4]
[5] "time" - "14:40" [5]
[6] "datetime" - "2018-02-02 14:33" [6]
[7] "currency" - "17.95" [7]
[8] "row" - "row_2" [8]
[9] "group" - "grp_a" [9]
`actual[[3]]` is a character vector ('0.1111', 'apricot', 'one', '2015-01-15', '13:35', ...)
`expected[[3]]` is absent
`actual[[4]]` is a character vector ('2.2220', 'banana', 'two', '2015-02-15', '14:40', ...)
`expected[[4]]` is absent
[ FAIL 4 | WARN 240 | SKIP 0 | PASS 8 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/89s]
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(gto)
>
> test_check("gto")
[ FAIL 4 | WARN 240 | SKIP 0 | PASS 8 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-word.R:77:3'): tables can be added to a word doc ─────────────
lapply(...) (`actual`) not equal to list(...) (`expected`).
`actual` is length 3
`expected` is length 2
actual[[1]] | expected[[1]]
[1] "num" - "0.1111" [1]
[2] "char" - "apricot" [2]
[3] "fctr" - "one" [3]
[4] "date" - "2015-01-15" [4]
[5] "time" - "13:35" [5]
[6] "datetime" - "2018-01-01 02:22" [6]
[7] "currency" - "49.95" [7]
[8] "row" - "row_1" [8]
[9] "group" - "grp_a" [9]
actual[[2]] | expected[[2]]
[1] "0.1111" - "2.2220" [1]
[2] "apricot" - "banana" [2]
[3] "one" - "two" [3]
[4] "2015-01-15" - "2015-02-15" [4]
[5] "13:35" - "14:40" [5]
[6] "2018-01-01 02:22" - "2018-02-02 14:33" [6]
[7] "49.95" - "17.95" [7]
[8] "row_1" - "row_2" [8]
[9] "grp_a" | "grp_a" [9]
`actual[[3]]` is a character vector ('2.2220', 'banana', 'two', '2015-02-15', '14:40', ...)
`expected[[3]]` is absent
── Failure ('test-word.R:184:3'): tables can be added to a word doc - position 'before' ──
lapply(...) (`actual`) not equal to list(...) (`expected`).
`actual` is length 3
`expected` is length 2
actual[[1]] | expected[[1]]
[1] "num" - "0.1111" [1]
[2] "char" - "apricot" [2]
[3] "fctr" - "one" [3]
[4] "date" - "2015-01-15" [4]
[5] "time" - "13:35" [5]
[6] "datetime" - "2018-01-01 02:22" [6]
[7] "currency" - "49.95" [7]
[8] "row" - "row_1" [8]
[9] "group" - "grp_a" [9]
actual[[2]] | expected[[2]]
[1] "0.1111" - "2.2220" [1]
[2] "apricot" - "banana" [2]
[3] "one" - "two" [3]
[4] "2015-01-15" - "2015-02-15" [4]
[5] "13:35" - "14:40" [5]
[6] "2018-01-01 02:22" - "2018-02-02 14:33" [6]
[7] "49.95" - "17.95" [7]
[8] "row_1" - "row_2" [8]
[9] "grp_a" | "grp_a" [9]
`actual[[3]]` is a character vector ('2.2220', 'banana', 'two', '2015-02-15', '14:40', ...)
`expected[[3]]` is absent
── Failure ('test-word.R:280:3'): tables with special characters can be added to a word doc ──
lapply(...) (`actual`) not equal to list(...) (`expected`).
`actual` is length 2
`expected` is length 1
actual[[1]] | expected[[1]]
[1] "num" - "0.1111" [1]
[2] "char" - "apricot" [2]
[3] "fctr" - "one" [3]
[4] "date" - "2015-01-15" [4]
[5] "time" - "13:35" [5]
[6] "datetime" - "2018-01-01 02:22" [6]
[7] "currency" - "49.95" [7]
[8] "row" - "row_1" [8]
[9] "group" - "grp_a" [9]
[10] "special_characters" - "><&\"'" [10]
`actual[[2]]` is a character vector ('0.1111', 'apricot', 'one', '2015-01-15', '13:35', ...)
`expected[[2]]` is absent
── Failure ('test-word.R:359:3'): tables with embedded titles can be added to a word doc ──
lapply(...) (`actual`) not equal to list(...) (`expected`).
`actual` is length 4
`expected` is length 2
actual[[1]] | expected[[1]]
[1] "table title" - "0.1111" [1]
[2] "table subtitle" - "apricot" [2]
- "one" [3]
- "2015-01-15" [4]
- "13:35" [5]
- "2018-01-01 02:22" [6]
- "49.95" [7]
- "row_1" [8]
- "grp_a" [9]
actual[[2]] | expected[[2]]
[1] "num" - "2.2220" [1]
[2] "char" - "banana" [2]
[3] "fctr" - "two" [3]
[4] "date" - "2015-02-15" [4]
[5] "time" - "14:40" [5]
[6] "datetime" - "2018-02-02 14:33" [6]
[7] "currency" - "17.95" [7]
[8] "row" - "row_2" [8]
[9] "group" - "grp_a" [9]
`actual[[3]]` is a character vector ('0.1111', 'apricot', 'one', '2015-01-15', '13:35', ...)
`expected[[3]]` is absent
`actual[[4]]` is a character vector ('2.2220', 'banana', 'two', '2015-02-15', '14:40', ...)
`expected[[4]]` is absent
[ FAIL 4 | WARN 240 | SKIP 0 | PASS 8 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/16s]
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(gto)
>
> test_check("gto")
[ FAIL 4 | WARN 240 | SKIP 0 | PASS 8 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-word.R:77:3'): tables can be added to a word doc ─────────────
lapply(...) (`actual`) not equal to list(...) (`expected`).
`actual` is length 3
`expected` is length 2
actual[[1]] | expected[[1]]
[1] "num" - "0.1111" [1]
[2] "char" - "apricot" [2]
[3] "fctr" - "one" [3]
[4] "date" - "2015-01-15" [4]
[5] "time" - "13:35" [5]
[6] "datetime" - "2018-01-01 02:22" [6]
[7] "currency" - "49.95" [7]
[8] "row" - "row_1" [8]
[9] "group" - "grp_a" [9]
actual[[2]] | expected[[2]]
[1] "0.1111" - "2.2220" [1]
[2] "apricot" - "banana" [2]
[3] "one" - "two" [3]
[4] "2015-01-15" - "2015-02-15" [4]
[5] "13:35" - "14:40" [5]
[6] "2018-01-01 02:22" - "2018-02-02 14:33" [6]
[7] "49.95" - "17.95" [7]
[8] "row_1" - "row_2" [8]
[9] "grp_a" | "grp_a" [9]
`actual[[3]]` is a character vector ('2.2220', 'banana', 'two', '2015-02-15', '14:40', ...)
`expected[[3]]` is absent
── Failure ('test-word.R:184:3'): tables can be added to a word doc - position 'before' ──
lapply(...) (`actual`) not equal to list(...) (`expected`).
`actual` is length 3
`expected` is length 2
actual[[1]] | expected[[1]]
[1] "num" - "0.1111" [1]
[2] "char" - "apricot" [2]
[3] "fctr" - "one" [3]
[4] "date" - "2015-01-15" [4]
[5] "time" - "13:35" [5]
[6] "datetime" - "2018-01-01 02:22" [6]
[7] "currency" - "49.95" [7]
[8] "row" - "row_1" [8]
[9] "group" - "grp_a" [9]
actual[[2]] | expected[[2]]
[1] "0.1111" - "2.2220" [1]
[2] "apricot" - "banana" [2]
[3] "one" - "two" [3]
[4] "2015-01-15" - "2015-02-15" [4]
[5] "13:35" - "14:40" [5]
[6] "2018-01-01 02:22" - "2018-02-02 14:33" [6]
[7] "49.95" - "17.95" [7]
[8] "row_1" - "row_2" [8]
[9] "grp_a" | "grp_a" [9]
`actual[[3]]` is a character vector ('2.2220', 'banana', 'two', '2015-02-15', '14:40', ...)
`expected[[3]]` is absent
── Failure ('test-word.R:280:3'): tables with special characters can be added to a word doc ──
lapply(...) (`actual`) not equal to list(...) (`expected`).
`actual` is length 2
`expected` is length 1
actual[[1]] | expected[[1]]
[1] "num" - "0.1111" [1]
[2] "char" - "apricot" [2]
[3] "fctr" - "one" [3]
[4] "date" - "2015-01-15" [4]
[5] "time" - "13:35" [5]
[6] "datetime" - "2018-01-01 02:22" [6]
[7] "currency" - "49.95" [7]
[8] "row" - "row_1" [8]
[9] "group" - "grp_a" [9]
[10] "special_characters" - "><&\"'" [10]
`actual[[2]]` is a character vector ('0.1111', 'apricot', 'one', '2015-01-15', '13:35', ...)
`expected[[2]]` is absent
── Failure ('test-word.R:359:3'): tables with embedded titles can be added to a word doc ──
lapply(...) (`actual`) not equal to list(...) (`expected`).
`actual` is length 4
`expected` is length 2
actual[[1]] | expected[[1]]
[1] "table title" - "0.1111" [1]
[2] "table subtitle" - "apricot" [2]
- "one" [3]
- "2015-01-15" [4]
- "13:35" [5]
- "2018-01-01 02:22" [6]
- "49.95" [7]
- "row_1" [8]
- "grp_a" [9]
actual[[2]] | expected[[2]]
[1] "num" - "2.2220" [1]
[2] "char" - "banana" [2]
[3] "fctr" - "two" [3]
[4] "date" - "2015-02-15" [4]
[5] "time" - "14:40" [5]
[6] "datetime" - "2018-02-02 14:33" [6]
[7] "currency" - "17.95" [7]
[8] "row" - "row_2" [8]
[9] "group" - "grp_a" [9]
`actual[[3]]` is a character vector ('0.1111', 'apricot', 'one', '2015-01-15', '13:35', ...)
`expected[[3]]` is absent
`actual[[4]]` is a character vector ('2.2220', 'banana', 'two', '2015-02-15', '14:40', ...)
`expected[[4]]` is absent
[ FAIL 4 | WARN 240 | SKIP 0 | PASS 8 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [7s]
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(gto)
>
> test_check("gto")
[ FAIL 4 | WARN 240 | SKIP 0 | PASS 8 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-word.R:77:3'): tables can be added to a word doc ─────────────
lapply(...) (`actual`) not equal to list(...) (`expected`).
`actual` is length 3
`expected` is length 2
actual[[1]] | expected[[1]]
[1] "num" - "0.1111" [1]
[2] "char" - "apricot" [2]
[3] "fctr" - "one" [3]
[4] "date" - "2015-01-15" [4]
[5] "time" - "13:35" [5]
[6] "datetime" - "2018-01-01 02:22" [6]
[7] "currency" - "49.95" [7]
[8] "row" - "row_1" [8]
[9] "group" - "grp_a" [9]
actual[[2]] | expected[[2]]
[1] "0.1111" - "2.2220" [1]
[2] "apricot" - "banana" [2]
[3] "one" - "two" [3]
[4] "2015-01-15" - "2015-02-15" [4]
[5] "13:35" - "14:40" [5]
[6] "2018-01-01 02:22" - "2018-02-02 14:33" [6]
[7] "49.95" - "17.95" [7]
[8] "row_1" - "row_2" [8]
[9] "grp_a" | "grp_a" [9]
`actual[[3]]` is a character vector ('2.2220', 'banana', 'two', '2015-02-15', '14:40', ...)
`expected[[3]]` is absent
── Failure ('test-word.R:184:3'): tables can be added to a word doc - position 'before' ──
lapply(...) (`actual`) not equal to list(...) (`expected`).
`actual` is length 3
`expected` is length 2
actual[[1]] | expected[[1]]
[1] "num" - "0.1111" [1]
[2] "char" - "apricot" [2]
[3] "fctr" - "one" [3]
[4] "date" - "2015-01-15" [4]
[5] "time" - "13:35" [5]
[6] "datetime" - "2018-01-01 02:22" [6]
[7] "currency" - "49.95" [7]
[8] "row" - "row_1" [8]
[9] "group" - "grp_a" [9]
actual[[2]] | expected[[2]]
[1] "0.1111" - "2.2220" [1]
[2] "apricot" - "banana" [2]
[3] "one" - "two" [3]
[4] "2015-01-15" - "2015-02-15" [4]
[5] "13:35" - "14:40" [5]
[6] "2018-01-01 02:22" - "2018-02-02 14:33" [6]
[7] "49.95" - "17.95" [7]
[8] "row_1" - "row_2" [8]
[9] "grp_a" | "grp_a" [9]
`actual[[3]]` is a character vector ('2.2220', 'banana', 'two', '2015-02-15', '14:40', ...)
`expected[[3]]` is absent
── Failure ('test-word.R:280:3'): tables with special characters can be added to a word doc ──
lapply(...) (`actual`) not equal to list(...) (`expected`).
`actual` is length 2
`expected` is length 1
actual[[1]] | expected[[1]]
[1] "num" - "0.1111" [1]
[2] "char" - "apricot" [2]
[3] "fctr" - "one" [3]
[4] "date" - "2015-01-15" [4]
[5] "time" - "13:35" [5]
[6] "datetime" - "2018-01-01 02:22" [6]
[7] "currency" - "49.95" [7]
[8] "row" - "row_1" [8]
[9] "group" - "grp_a" [9]
[10] "special_characters" - "><&\"'" [10]
`actual[[2]]` is a character vector ('0.1111', 'apricot', 'one', '2015-01-15', '13:35', ...)
`expected[[2]]` is absent
── Failure ('test-word.R:359:3'): tables with embedded titles can be added to a word doc ──
lapply(...) (`actual`) not equal to list(...) (`expected`).
`actual` is length 4
`expected` is length 2
actual[[1]] | expected[[1]]
[1] "table title" - "0.1111" [1]
[2] "table subtitle" - "apricot" [2]
- "one" [3]
- "2015-01-15" [4]
- "13:35" [5]
- "2018-01-01 02:22" [6]
- "49.95" [7]
- "row_1" [8]
- "grp_a" [9]
actual[[2]] | expected[[2]]
[1] "num" - "2.2220" [1]
[2] "char" - "banana" [2]
[3] "fctr" - "two" [3]
[4] "date" - "2015-02-15" [4]
[5] "time" - "14:40" [5]
[6] "datetime" - "2018-02-02 14:33" [6]
[7] "currency" - "17.95" [7]
[8] "row" - "row_2" [8]
[9] "group" - "grp_a" [9]
`actual[[3]]` is a character vector ('0.1111', 'apricot', 'one', '2015-01-15', '13:35', ...)
`expected[[3]]` is absent
`actual[[4]]` is a character vector ('2.2220', 'banana', 'two', '2015-02-15', '14:40', ...)
`expected[[4]]` is absent
[ FAIL 4 | WARN 240 | SKIP 0 | PASS 8 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64