Last updated on 2019-03-14 00:46:45 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.7.0 | 1.56 | 28.82 | 30.38 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.7.1 | 1.23 | 26.06 | 27.29 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.7.1 | 46.58 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.7.1 | 23.73 | OK | |||
r-devel-windows-ix86+x86_64 | 1.7.0 | 7.00 | 61.00 | 68.00 | ERROR | |
r-patched-linux-x86_64 | 1.7.0 | 0.80 | 25.93 | 26.73 | OK | |
r-patched-solaris-x86 | 1.7.1 | 40.80 | OK | |||
r-release-linux-x86_64 | OK | |||||
r-release-windows-ix86+x86_64 | 1.7.0 | 3.00 | 39.00 | 42.00 | OK | |
r-release-osx-x86_64 | 1.7.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.7.0 | 4.00 | 44.00 | 48.00 | OK | |
r-oldrel-osx-x86_64 | 1.7.0 | OK |
Version: 1.7.0
Check: tests
Result: ERROR
Running 'testthat.R' [1s/1s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mgsub)
>
> test_check("mgsub")
-- 1. Failure: multicharacter censor works (@test_mgsub_censor.R#53) ----------
mgsub_censor("What the flip?", "flip", "?#!*", seed = 10) not equal to "What the !##!?".
1/1 mismatches
x[1]: "What the !?#*?"
y[1]: "What the !##!?"
-- 2. Failure: multicharacter censor works (@test_mgsub_censor.R#54) ----------
mgsub_censor(...) not equal to "What the !##!?".
1/1 mismatches
x[1]: "What the !?#*?"
y[1]: "What the !##!?"
-- 3. Failure: multicharacter censor works (@test_mgsub_censor.R#55) ----------
mgsub_censor("What the flip?", "flip", c("?#", "!*"), seed = 10) not equal to "What the !##!?".
1/1 mismatches
x[1]: "What the !?#*?"
y[1]: "What the !##!?"
-- 4. Failure: multicharacter censor can be used badly (@test_mgsub_censor.R#61)
mgsub_censor(...) not equal to "What the !*?#?#!*?".
1/1 mismatches
x[1]: "What the ?#?#!*!*?"
y[1]: "What the !*?#?#!*?"
== testthat results ===========================================================
OK: 56 SKIPPED: 0 FAILED: 4
1. Failure: multicharacter censor works (@test_mgsub_censor.R#53)
2. Failure: multicharacter censor works (@test_mgsub_censor.R#54)
3. Failure: multicharacter censor works (@test_mgsub_censor.R#55)
4. Failure: multicharacter censor can be used badly (@test_mgsub_censor.R#61)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.7.0
Check: tests
Result: ERROR
Running 'testthat.R' [1s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mgsub)
>
> test_check("mgsub")
-- 1. Failure: multicharacter censor works (@test_mgsub_censor.R#53) ----------
mgsub_censor("What the flip?", "flip", "?#!*", seed = 10) not equal to "What the !##!?".
1/1 mismatches
x[1]: "What the !?#*?"
y[1]: "What the !##!?"
-- 2. Failure: multicharacter censor works (@test_mgsub_censor.R#54) ----------
mgsub_censor(...) not equal to "What the !##!?".
1/1 mismatches
x[1]: "What the !?#*?"
y[1]: "What the !##!?"
-- 3. Failure: multicharacter censor works (@test_mgsub_censor.R#55) ----------
mgsub_censor("What the flip?", "flip", c("?#", "!*"), seed = 10) not equal to "What the !##!?".
1/1 mismatches
x[1]: "What the !?#*?"
y[1]: "What the !##!?"
-- 4. Failure: multicharacter censor can be used badly (@test_mgsub_censor.R#61)
mgsub_censor(...) not equal to "What the !*?#?#!*?".
1/1 mismatches
x[1]: "What the ?#?#!*!*?"
y[1]: "What the !*?#?#!*?"
== testthat results ===========================================================
OK: 56 SKIPPED: 0 FAILED: 4
1. Failure: multicharacter censor works (@test_mgsub_censor.R#53)
2. Failure: multicharacter censor works (@test_mgsub_censor.R#54)
3. Failure: multicharacter censor works (@test_mgsub_censor.R#55)
4. Failure: multicharacter censor can be used badly (@test_mgsub_censor.R#61)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-windows-ix86+x86_64