Last updated on 2020-08-19 01:49:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.10.1 | 28.32 | 53.52 | 81.84 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.10.1 | 22.84 | 41.13 | 63.97 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.10.1 | 107.62 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.10.1 | 105.07 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.10.1 | 113.00 | 114.00 | 227.00 | ERROR | |
r-patched-linux-x86_64 | 0.10.1 | 22.95 | 53.27 | 76.22 | OK | |
r-patched-solaris-x86 | 0.10.1 | 139.20 | WARN | |||
r-release-linux-x86_64 | 0.10.1 | 22.79 | 53.35 | 76.14 | OK | |
r-release-macos-x86_64 | 0.10.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.10.1 | 108.00 | 95.00 | 203.00 | OK | |
r-oldrel-macos-x86_64 | 0.10.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.10.1 | 90.00 | 118.00 | 208.00 | OK |
Version: 0.10.1
Check: data for non-ASCII characters
Result: NOTE
Note: found 578 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.10.1
Check: running tests for arch ‘i386’
Result: ERROR
Running 'testthat.R' [10s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(corpus)
>
> test_check("corpus")
-- 1. Failure: 'print.corpus_frame' can wrap 4 columns (@test-frame.R#332) ----
strsplit(capture_output(print.corpus_frame(x), width = 80), "\n")[[1]] not equal to `lines`.
Lengths differ: 6 is not 4
-- 2. Failure: 'format' can handle marks (@test-text_format.R#142) ------------
format(text, chars = 6, justify = "left") not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- 3. Failure: 'format' can handle marks (@test-text_format.R#143) ------------
format(text, chars = 6, justify = "centre") not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- 4. Failure: 'format' can handle marks (@test-text_format.R#144) ------------
format(text, chars = 5, justify = "right") not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- 5. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#179)
as.character(format(text, chars = 0, justify = "left")) not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- 6. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#181)
as.character(format(text, chars = 0, justify = "centre")) not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- 7. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#183)
as.character(format(text, chars = 0, justify = "right")) not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- 8. Failure: 'text_locate' prints results correctly (@test-text_locate.R#163)
`lines` not equal to c(...).
Lengths differ: 6 is not 3
== testthat results ===========================================================
[ OK: 587 | SKIPPED: 8 | WARNINGS: 0 | FAILED: 8 ]
1. Failure: 'print.corpus_frame' can wrap 4 columns (@test-frame.R#332)
2. Failure: 'format' can handle marks (@test-text_format.R#142)
3. Failure: 'format' can handle marks (@test-text_format.R#143)
4. Failure: 'format' can handle marks (@test-text_format.R#144)
5. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#179)
6. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#181)
7. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#183)
8. Failure: 'text_locate' prints results correctly (@test-text_locate.R#163)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 0.10.1
Check: running tests for arch ‘x64’
Result: ERROR
Running 'testthat.R' [11s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(corpus)
>
> test_check("corpus")
-- 1. Failure: 'print.corpus_frame' can wrap 4 columns (@test-frame.R#332) ----
strsplit(capture_output(print.corpus_frame(x), width = 80), "\n")[[1]] not equal to `lines`.
Lengths differ: 6 is not 4
-- 2. Failure: 'format' can handle marks (@test-text_format.R#142) ------------
format(text, chars = 6, justify = "left") not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- 3. Failure: 'format' can handle marks (@test-text_format.R#143) ------------
format(text, chars = 6, justify = "centre") not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- 4. Failure: 'format' can handle marks (@test-text_format.R#144) ------------
format(text, chars = 5, justify = "right") not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- 5. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#179)
as.character(format(text, chars = 0, justify = "left")) not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- 6. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#181)
as.character(format(text, chars = 0, justify = "centre")) not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- 7. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#183)
as.character(format(text, chars = 0, justify = "right")) not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- 8. Failure: 'text_locate' prints results correctly (@test-text_locate.R#163)
`lines` not equal to c(...).
Lengths differ: 6 is not 3
== testthat results ===========================================================
[ OK: 587 | SKIPPED: 8 | WARNINGS: 0 | FAILED: 8 ]
1. Failure: 'print.corpus_frame' can wrap 4 columns (@test-frame.R#332)
2. Failure: 'format' can handle marks (@test-text_format.R#142)
3. Failure: 'format' can handle marks (@test-text_format.R#143)
4. Failure: 'format' can handle marks (@test-text_format.R#144)
5. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#179)
6. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#181)
7. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#183)
8. Failure: 'text_locate' prints results correctly (@test-text_locate.R#163)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 0.10.1
Check: for unstated dependencies in ‘tests’
Result: WARN
Warning in deparse(e[[2L]]) :
it is not known that wchar_t is Unicode on this platform
Warning in deparse(e[[2L]]) :
it is not known that wchar_t is Unicode on this platform
Warning in deparse(e[[2L]]) :
it is not known that wchar_t is Unicode on this platform
Warning in deparse(e[[2L]]) :
it is not known that wchar_t is Unicode on this platform
Warning in deparse(e[[2L]]) :
it is not known that wchar_t is Unicode on this platform
Warning in deparse(e[[2L]]) :
it is not known that wchar_t is Unicode on this platform
Flavor: r-patched-solaris-x86