Last updated on 2020-02-28 06:52:08 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.2 | 1.72 | 19.40 | 21.12 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0.2 | 1.42 | 15.16 | 16.58 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.2 | 26.44 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 25.43 | OK | |||
r-devel-windows-ix86+x86_64 | 0.0.2 | 6.00 | 35.00 | 41.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.0.2 | 6.00 | 35.00 | 41.00 | OK | |
r-patched-linux-x86_64 | 0.0.2 | 1.14 | 17.79 | 18.93 | OK | |
r-patched-solaris-x86 | 0.0.2 | 37.70 | OK | |||
r-release-linux-x86_64 | 0.0.2 | 1.30 | 17.82 | 19.12 | OK | |
r-release-windows-ix86+x86_64 | 0.0.2 | 4.00 | 33.00 | 37.00 | OK | |
r-release-osx-x86_64 | 0.0.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.2 | 2.00 | 32.00 | 34.00 | OK | |
r-oldrel-osx-x86_64 | 0.0.2 | OK |
Version: 0.0.2
Check: tests
Result: ERROR
Running 'test-all.R' [2s/2s]
Running the tests in 'tests/test-all.R' failed.
Complete output:
> library(testthat)
>
> test_package("df2json")
-- 1. Failure: json2df converts a JSON string into a data frame (@test-df2json.R
`translated_data` not equal to `expected_data`.
Component "label": Modes: character, numeric
Component "label": Attributes: < target is NULL, current is list >
Component "label": target is character, current is factor
== testthat results ===========================================================
[ OK: 8 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
1. Failure: json2df converts a JSON string into a data frame (@test-df2json.R#27)
Error: testthat unit tests failed
In addition: Warning message:
Placing tests in `inst/tests` is deprecated. Please use `tests/testthat` instead
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.0.2
Check: tests
Result: ERROR
Running ‘test-all.R’ [1s/2s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> library(testthat)
>
> test_package("df2json")
── 1. Failure: json2df converts a JSON string into a data frame (@test-df2json.R
`translated_data` not equal to `expected_data`.
Component "label": Modes: character, numeric
Component "label": Attributes: < target is NULL, current is list >
Component "label": target is character, current is factor
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 8 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
1. Failure: json2df converts a JSON string into a data frame (@test-df2json.R#27)
Error: testthat unit tests failed
In addition: Warning message:
Placing tests in `inst/tests` is deprecated. Please use `tests/testthat` instead
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc