Last updated on 2020-12-31 00:46:43 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0.1 | 3.84 | 43.03 | 46.87 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.0.1 | 2.74 | 33.82 | 36.56 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.0.1 | 65.65 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0.1 | 56.13 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.2.0.1 | 7.00 | 68.00 | 75.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.0.1 | 3.75 | 42.44 | 46.19 | OK | |
r-patched-solaris-x86 | 0.2.0.1 | 80.90 | WARN | |||
r-release-linux-x86_64 | 0.2.0.1 | 3.53 | 42.24 | 45.77 | OK | |
r-release-macos-x86_64 | 0.2.0.1 | WARN | ||||
r-release-windows-ix86+x86_64 | 0.2.0.1 | 7.00 | 52.00 | 59.00 | OK | |
r-oldrel-macos-x86_64 | 0.2.0.1 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.0.1 | 5.00 | 48.00 | 53.00 | OK |
Version: 0.2.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [3s/4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(formattable)
>
> test_check("formattable")
== Skipped tests ===============================================================
* empty test (1)
== Failed tests ================================================================
-- Failure (test-formats.R:66:3): currency -------------------------------------
currency("$ 123,234.50") not equal to currency(123234.5).
Attributes: < Component "formattable": Component "postproc": Names: 6 string mismatches >
Attributes: < Component "formattable": Component "postproc": Length mismatch: comparison on first 7 components >
Attributes: < Component "formattable": Component "postproc": Component 2: Modes: character, NULL >
Attributes: < Component "formattable": Component "postproc": Component 2: Lengths: 1, 0 >
Attributes: < Component "formattable": Component "postproc": Component 2: target is character, current is NULL >
Attributes: < Component "formattable": Component "postproc": Component 3: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 3: target is numeric, current is character >
Attributes: < Component "formattable": Component "postproc": Component 4: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 4: Lengths: 1, 2 >
Attributes: < Component "formattable": Component "postproc": Component 4: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 4: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Lengths: 1, 123 >
Attributes: < Component "formattable": Component "postproc": Component 5: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 5: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 6: 1 string mismatch >
Attributes: < Component "formattable": Component "postproc": Component 7: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 7: target is numeric, current is character >
-- Failure (test-formats.R:67:3): currency -------------------------------------
currency(c("$ 123,234.50", "$123.503")) not equal to currency(c(123234.5, 123.503), digits = 3).
Attributes: < Component "formattable": Component "postproc": Names: 6 string mismatches >
Attributes: < Component "formattable": Component "postproc": Length mismatch: comparison on first 7 components >
Attributes: < Component "formattable": Component "postproc": Component 2: Modes: character, NULL >
Attributes: < Component "formattable": Component "postproc": Component 2: Lengths: 1, 0 >
Attributes: < Component "formattable": Component "postproc": Component 2: target is character, current is NULL >
Attributes: < Component "formattable": Component "postproc": Component 3: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 3: target is numeric, current is character >
Attributes: < Component "formattable": Component "postproc": Component 4: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 4: Lengths: 1, 2 >
Attributes: < Component "formattable": Component "postproc": Component 4: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 4: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Lengths: 1, 123 >
Attributes: < Component "formattable": Component "postproc": Component 5: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 5: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 6: 1 string mismatch >
Attributes: < Component "formattable": Component "postproc": Component 7: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 7: Lengths: 2, 1 >
Attributes: < Component "formattable": Component "postproc": Component 7: target is numeric, current is character >
-- Failure (test-formats.R:69:3): currency -------------------------------------
currency(c("HK$ 123,234.50", "HK$ 123.503"), symbol = "HK$") not equal to currency(c(123234.5, 123.503), symbol = "HK$", digits = 3).
Attributes: < Component "formattable": Component "postproc": Names: 6 string mismatches >
Attributes: < Component "formattable": Component "postproc": Length mismatch: comparison on first 7 components >
Attributes: < Component "formattable": Component "postproc": Component 2: Modes: character, NULL >
Attributes: < Component "formattable": Component "postproc": Component 2: Lengths: 1, 0 >
Attributes: < Component "formattable": Component "postproc": Component 2: target is character, current is NULL >
Attributes: < Component "formattable": Component "postproc": Component 3: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 3: target is numeric, current is character >
Attributes: < Component "formattable": Component "postproc": Component 4: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 4: Lengths: 1, 2 >
Attributes: < Component "formattable": Component "postproc": Component 4: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 4: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Lengths: 1, 123 >
Attributes: < Component "formattable": Component "postproc": Component 5: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 5: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 6: 1 string mismatch >
Attributes: < Component "formattable": Component "postproc": Component 7: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 7: Lengths: 2, 1 >
Attributes: < Component "formattable": Component "postproc": Component 7: target is numeric, current is character >
-- Failure (test-formats.R:71:3): currency -------------------------------------
currency(c("HK$ 123,234.50", "HK$ 123.503")) not equal to currency(c(123234.5, 123.503), symbol = "HK$", digits = 3).
Attributes: < Component "formattable": Component "postproc": Names: 6 string mismatches >
Attributes: < Component "formattable": Component "postproc": Length mismatch: comparison on first 7 components >
Attributes: < Component "formattable": Component "postproc": Component 2: Modes: character, NULL >
Attributes: < Component "formattable": Component "postproc": Component 2: Lengths: 1, 0 >
Attributes: < Component "formattable": Component "postproc": Component 2: target is character, current is NULL >
Attributes: < Component "formattable": Component "postproc": Component 3: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 3: target is numeric, current is character >
Attributes: < Component "formattable": Component "postproc": Component 4: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 4: Lengths: 1, 2 >
Attributes: < Component "formattable": Component "postproc": Component 4: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 4: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Lengths: 1, 123 >
Attributes: < Component "formattable": Component "postproc": Component 5: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 5: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 6: 1 string mismatch >
Attributes: < Component "formattable": Component "postproc": Component 7: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 7: Lengths: 2, 1 >
Attributes: < Component "formattable": Component "postproc": Component 7: target is numeric, current is character >
[ FAIL 4 | WARN 0 | SKIP 1 | PASS 254 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.2.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(formattable)
>
> test_check("formattable")
══ Skipped tests ═══════════════════════════════════════════════════════════════
● empty test (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-formats.R:66:3): currency ─────────────────────────────────────
currency("$ 123,234.50") not equal to currency(123234.5).
Attributes: < Component "formattable": Component "postproc": Names: 6 string mismatches >
Attributes: < Component "formattable": Component "postproc": Length mismatch: comparison on first 7 components >
Attributes: < Component "formattable": Component "postproc": Component 2: Modes: character, NULL >
Attributes: < Component "formattable": Component "postproc": Component 2: Lengths: 1, 0 >
Attributes: < Component "formattable": Component "postproc": Component 2: target is character, current is NULL >
Attributes: < Component "formattable": Component "postproc": Component 3: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 3: target is numeric, current is character >
Attributes: < Component "formattable": Component "postproc": Component 4: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 4: Lengths: 1, 2 >
Attributes: < Component "formattable": Component "postproc": Component 4: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 4: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Lengths: 1, 123 >
Attributes: < Component "formattable": Component "postproc": Component 5: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 5: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 6: 1 string mismatch >
Attributes: < Component "formattable": Component "postproc": Component 7: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 7: target is numeric, current is character >
── Failure (test-formats.R:67:3): currency ─────────────────────────────────────
currency(c("$ 123,234.50", "$123.503")) not equal to currency(c(123234.5, 123.503), digits = 3).
Attributes: < Component "formattable": Component "postproc": Names: 6 string mismatches >
Attributes: < Component "formattable": Component "postproc": Length mismatch: comparison on first 7 components >
Attributes: < Component "formattable": Component "postproc": Component 2: Modes: character, NULL >
Attributes: < Component "formattable": Component "postproc": Component 2: Lengths: 1, 0 >
Attributes: < Component "formattable": Component "postproc": Component 2: target is character, current is NULL >
Attributes: < Component "formattable": Component "postproc": Component 3: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 3: target is numeric, current is character >
Attributes: < Component "formattable": Component "postproc": Component 4: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 4: Lengths: 1, 2 >
Attributes: < Component "formattable": Component "postproc": Component 4: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 4: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Lengths: 1, 123 >
Attributes: < Component "formattable": Component "postproc": Component 5: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 5: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 6: 1 string mismatch >
Attributes: < Component "formattable": Component "postproc": Component 7: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 7: Lengths: 2, 1 >
Attributes: < Component "formattable": Component "postproc": Component 7: target is numeric, current is character >
── Failure (test-formats.R:69:3): currency ─────────────────────────────────────
currency(c("HK$ 123,234.50", "HK$ 123.503"), symbol = "HK$") not equal to currency(c(123234.5, 123.503), symbol = "HK$", digits = 3).
Attributes: < Component "formattable": Component "postproc": Names: 6 string mismatches >
Attributes: < Component "formattable": Component "postproc": Length mismatch: comparison on first 7 components >
Attributes: < Component "formattable": Component "postproc": Component 2: Modes: character, NULL >
Attributes: < Component "formattable": Component "postproc": Component 2: Lengths: 1, 0 >
Attributes: < Component "formattable": Component "postproc": Component 2: target is character, current is NULL >
Attributes: < Component "formattable": Component "postproc": Component 3: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 3: target is numeric, current is character >
Attributes: < Component "formattable": Component "postproc": Component 4: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 4: Lengths: 1, 2 >
Attributes: < Component "formattable": Component "postproc": Component 4: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 4: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Lengths: 1, 123 >
Attributes: < Component "formattable": Component "postproc": Component 5: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 5: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 6: 1 string mismatch >
Attributes: < Component "formattable": Component "postproc": Component 7: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 7: Lengths: 2, 1 >
Attributes: < Component "formattable": Component "postproc": Component 7: target is numeric, current is character >
── Failure (test-formats.R:71:3): currency ─────────────────────────────────────
currency(c("HK$ 123,234.50", "HK$ 123.503")) not equal to currency(c(123234.5, 123.503), symbol = "HK$", digits = 3).
Attributes: < Component "formattable": Component "postproc": Names: 6 string mismatches >
Attributes: < Component "formattable": Component "postproc": Length mismatch: comparison on first 7 components >
Attributes: < Component "formattable": Component "postproc": Component 2: Modes: character, NULL >
Attributes: < Component "formattable": Component "postproc": Component 2: Lengths: 1, 0 >
Attributes: < Component "formattable": Component "postproc": Component 2: target is character, current is NULL >
Attributes: < Component "formattable": Component "postproc": Component 3: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 3: target is numeric, current is character >
Attributes: < Component "formattable": Component "postproc": Component 4: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 4: Lengths: 1, 2 >
Attributes: < Component "formattable": Component "postproc": Component 4: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 4: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Lengths: 1, 123 >
Attributes: < Component "formattable": Component "postproc": Component 5: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 5: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 6: 1 string mismatch >
Attributes: < Component "formattable": Component "postproc": Component 7: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 7: Lengths: 2, 1 >
Attributes: < Component "formattable": Component "postproc": Component 7: target is numeric, current is character >
[ FAIL 4 | WARN 0 | SKIP 1 | PASS 254 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(formattable)
>
> test_check("formattable")
══ Skipped tests ═══════════════════════════════════════════════════════════════
● empty test (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-formats.R:66:3): currency ─────────────────────────────────────
currency("$ 123,234.50") not equal to currency(123234.5).
Attributes: < Component "formattable": Component "postproc": Names: 6 string mismatches >
Attributes: < Component "formattable": Component "postproc": Length mismatch: comparison on first 7 components >
Attributes: < Component "formattable": Component "postproc": Component 2: Modes: character, NULL >
Attributes: < Component "formattable": Component "postproc": Component 2: Lengths: 1, 0 >
Attributes: < Component "formattable": Component "postproc": Component 2: target is character, current is NULL >
Attributes: < Component "formattable": Component "postproc": Component 3: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 3: target is numeric, current is character >
Attributes: < Component "formattable": Component "postproc": Component 4: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 4: Lengths: 1, 2 >
Attributes: < Component "formattable": Component "postproc": Component 4: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 4: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Lengths: 1, 123 >
Attributes: < Component "formattable": Component "postproc": Component 5: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 5: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 6: 1 string mismatch >
Attributes: < Component "formattable": Component "postproc": Component 7: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 7: target is numeric, current is character >
── Failure (test-formats.R:67:3): currency ─────────────────────────────────────
currency(c("$ 123,234.50", "$123.503")) not equal to currency(c(123234.5, 123.503), digits = 3).
Attributes: < Component "formattable": Component "postproc": Names: 6 string mismatches >
Attributes: < Component "formattable": Component "postproc": Length mismatch: comparison on first 7 components >
Attributes: < Component "formattable": Component "postproc": Component 2: Modes: character, NULL >
Attributes: < Component "formattable": Component "postproc": Component 2: Lengths: 1, 0 >
Attributes: < Component "formattable": Component "postproc": Component 2: target is character, current is NULL >
Attributes: < Component "formattable": Component "postproc": Component 3: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 3: target is numeric, current is character >
Attributes: < Component "formattable": Component "postproc": Component 4: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 4: Lengths: 1, 2 >
Attributes: < Component "formattable": Component "postproc": Component 4: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 4: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Lengths: 1, 123 >
Attributes: < Component "formattable": Component "postproc": Component 5: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 5: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 6: 1 string mismatch >
Attributes: < Component "formattable": Component "postproc": Component 7: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 7: Lengths: 2, 1 >
Attributes: < Component "formattable": Component "postproc": Component 7: target is numeric, current is character >
── Failure (test-formats.R:69:3): currency ─────────────────────────────────────
currency(c("HK$ 123,234.50", "HK$ 123.503"), symbol = "HK$") not equal to currency(c(123234.5, 123.503), symbol = "HK$", digits = 3).
Attributes: < Component "formattable": Component "postproc": Names: 6 string mismatches >
Attributes: < Component "formattable": Component "postproc": Length mismatch: comparison on first 7 components >
Attributes: < Component "formattable": Component "postproc": Component 2: Modes: character, NULL >
Attributes: < Component "formattable": Component "postproc": Component 2: Lengths: 1, 0 >
Attributes: < Component "formattable": Component "postproc": Component 2: target is character, current is NULL >
Attributes: < Component "formattable": Component "postproc": Component 3: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 3: target is numeric, current is character >
Attributes: < Component "formattable": Component "postproc": Component 4: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 4: Lengths: 1, 2 >
Attributes: < Component "formattable": Component "postproc": Component 4: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 4: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Lengths: 1, 123 >
Attributes: < Component "formattable": Component "postproc": Component 5: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 5: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 6: 1 string mismatch >
Attributes: < Component "formattable": Component "postproc": Component 7: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 7: Lengths: 2, 1 >
Attributes: < Component "formattable": Component "postproc": Component 7: target is numeric, current is character >
── Failure (test-formats.R:71:3): currency ─────────────────────────────────────
currency(c("HK$ 123,234.50", "HK$ 123.503")) not equal to currency(c(123234.5, 123.503), symbol = "HK$", digits = 3).
Attributes: < Component "formattable": Component "postproc": Names: 6 string mismatches >
Attributes: < Component "formattable": Component "postproc": Length mismatch: comparison on first 7 components >
Attributes: < Component "formattable": Component "postproc": Component 2: Modes: character, NULL >
Attributes: < Component "formattable": Component "postproc": Component 2: Lengths: 1, 0 >
Attributes: < Component "formattable": Component "postproc": Component 2: target is character, current is NULL >
Attributes: < Component "formattable": Component "postproc": Component 3: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 3: target is numeric, current is character >
Attributes: < Component "formattable": Component "postproc": Component 4: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 4: Lengths: 1, 2 >
Attributes: < Component "formattable": Component "postproc": Component 4: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 4: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Lengths: 1, 123 >
Attributes: < Component "formattable": Component "postproc": Component 5: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 5: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 6: 1 string mismatch >
Attributes: < Component "formattable": Component "postproc": Component 7: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 7: Lengths: 2, 1 >
Attributes: < Component "formattable": Component "postproc": Component 7: target is numeric, current is character >
[ FAIL 4 | WARN 0 | SKIP 1 | PASS 254 ]
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.2.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(formattable)
>
> test_check("formattable")
== Skipped tests ===============================================================
* empty test (1)
== Failed tests ================================================================
-- Failure (test-formats.R:66:3): currency -------------------------------------
currency("$ 123,234.50") not equal to currency(123234.5).
Attributes: < Component "formattable": Component "postproc": Names: 6 string mismatches >
Attributes: < Component "formattable": Component "postproc": Length mismatch: comparison on first 7 components >
Attributes: < Component "formattable": Component "postproc": Component 2: Modes: character, NULL >
Attributes: < Component "formattable": Component "postproc": Component 2: Lengths: 1, 0 >
Attributes: < Component "formattable": Component "postproc": Component 2: target is character, current is NULL >
Attributes: < Component "formattable": Component "postproc": Component 3: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 3: target is numeric, current is character >
Attributes: < Component "formattable": Component "postproc": Component 4: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 4: Lengths: 1, 2 >
Attributes: < Component "formattable": Component "postproc": Component 4: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 4: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Lengths: 1, 123 >
Attributes: < Component "formattable": Component "postproc": Component 5: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 5: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 6: 1 string mismatch >
Attributes: < Component "formattable": Component "postproc": Component 7: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 7: target is numeric, current is character >
-- Failure (test-formats.R:67:3): currency -------------------------------------
currency(c("$ 123,234.50", "$123.503")) not equal to currency(c(123234.5, 123.503), digits = 3).
Attributes: < Component "formattable": Component "postproc": Names: 6 string mismatches >
Attributes: < Component "formattable": Component "postproc": Length mismatch: comparison on first 7 components >
Attributes: < Component "formattable": Component "postproc": Component 2: Modes: character, NULL >
Attributes: < Component "formattable": Component "postproc": Component 2: Lengths: 1, 0 >
Attributes: < Component "formattable": Component "postproc": Component 2: target is character, current is NULL >
Attributes: < Component "formattable": Component "postproc": Component 3: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 3: target is numeric, current is character >
Attributes: < Component "formattable": Component "postproc": Component 4: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 4: Lengths: 1, 2 >
Attributes: < Component "formattable": Component "postproc": Component 4: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 4: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Lengths: 1, 123 >
Attributes: < Component "formattable": Component "postproc": Component 5: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 5: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 6: 1 string mismatch >
Attributes: < Component "formattable": Component "postproc": Component 7: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 7: Lengths: 2, 1 >
Attributes: < Component "formattable": Component "postproc": Component 7: target is numeric, current is character >
-- Failure (test-formats.R:69:3): currency -------------------------------------
currency(c("HK$ 123,234.50", "HK$ 123.503"), symbol = "HK$") not equal to currency(c(123234.5, 123.503), symbol = "HK$", digits = 3).
Attributes: < Component "formattable": Component "postproc": Names: 6 string mismatches >
Attributes: < Component "formattable": Component "postproc": Length mismatch: comparison on first 7 components >
Attributes: < Component "formattable": Component "postproc": Component 2: Modes: character, NULL >
Attributes: < Component "formattable": Component "postproc": Component 2: Lengths: 1, 0 >
Attributes: < Component "formattable": Component "postproc": Component 2: target is character, current is NULL >
Attributes: < Component "formattable": Component "postproc": Component 3: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 3: target is numeric, current is character >
Attributes: < Component "formattable": Component "postproc": Component 4: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 4: Lengths: 1, 2 >
Attributes: < Component "formattable": Component "postproc": Component 4: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 4: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Lengths: 1, 123 >
Attributes: < Component "formattable": Component "postproc": Component 5: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 5: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 6: 1 string mismatch >
Attributes: < Component "formattable": Component "postproc": Component 7: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 7: Lengths: 2, 1 >
Attributes: < Component "formattable": Component "postproc": Component 7: target is numeric, current is character >
-- Failure (test-formats.R:71:3): currency -------------------------------------
currency(c("HK$ 123,234.50", "HK$ 123.503")) not equal to currency(c(123234.5, 123.503), symbol = "HK$", digits = 3).
Attributes: < Component "formattable": Component "postproc": Names: 6 string mismatches >
Attributes: < Component "formattable": Component "postproc": Length mismatch: comparison on first 7 components >
Attributes: < Component "formattable": Component "postproc": Component 2: Modes: character, NULL >
Attributes: < Component "formattable": Component "postproc": Component 2: Lengths: 1, 0 >
Attributes: < Component "formattable": Component "postproc": Component 2: target is character, current is NULL >
Attributes: < Component "formattable": Component "postproc": Component 3: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 3: target is numeric, current is character >
Attributes: < Component "formattable": Component "postproc": Component 4: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 4: Lengths: 1, 2 >
Attributes: < Component "formattable": Component "postproc": Component 4: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 4: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Modes: character, environment >
Attributes: < Component "formattable": Component "postproc": Component 5: Lengths: 1, 123 >
Attributes: < Component "formattable": Component "postproc": Component 5: names for current but not for target >
Attributes: < Component "formattable": Component "postproc": Component 5: target is character, current is environment >
Attributes: < Component "formattable": Component "postproc": Component 6: 1 string mismatch >
Attributes: < Component "formattable": Component "postproc": Component 7: Modes: numeric, character >
Attributes: < Component "formattable": Component "postproc": Component 7: Lengths: 2, 1 >
Attributes: < Component "formattable": Component "postproc": Component 7: target is numeric, current is character >
[ FAIL 4 | WARN 0 | SKIP 1 | PASS 254 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 0.2.0.1
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘formattable-data-frame.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Quitting from lines 168-169 (formattable-data-frame.Rmd)
Error: processing vignette 'formattable-data-frame.Rmd' failed with diagnostics:
there is no package called 'webshot'
--- failed re-building ‘formattable-data-frame.Rmd’
--- re-building ‘introduction.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
--- finished re-building ‘introduction.Rmd’
SUMMARY: processing the following file failed:
‘formattable-data-frame.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.2.0.1
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘formattable-data-frame.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Quitting from lines 168-169 (formattable-data-frame.Rmd)
Error: processing vignette 'formattable-data-frame.Rmd' failed with diagnostics:
cannot open the connection
--- failed re-building ‘formattable-data-frame.Rmd’
--- re-building ‘introduction.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
--- finished re-building ‘introduction.Rmd’
SUMMARY: processing the following file failed:
‘formattable-data-frame.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64