Last updated on 2021-04-16 12:55:02 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 13.64 | 96.35 | 109.99 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 10.28 | 71.93 | 82.21 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 136.24 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 131.54 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.1 | 26.00 | 120.00 | 146.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 1.0.1 | NOTE | ||||
r-patched-linux-x86_64 | 1.0.1 | 13.02 | 89.73 | 102.75 | OK | |
r-patched-solaris-x86 | 1.0.1 | 167.90 | NOTE | |||
r-release-linux-x86_64 | 1.0.1 | 11.13 | 88.99 | 100.12 | OK | |
r-release-macos-x86_64 | 1.0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.1 | 24.00 | 122.00 | 146.00 | OK | |
r-oldrel-macos-x86_64 | 1.0.1 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 16.00 | 114.00 | 130.00 | ERROR |
Version: 1.0.1
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘htmltools’ ‘htmlwidgets’ ‘readxl’ ‘testthat’ ‘widgetframe’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
`res` not equal to `expected_df`.
Component "value": Modes: character, numeric
Component "value": Attributes: < target is NULL, current is list >
Component "value": target is character, current is factor
Component "point_x": Modes: character, numeric
Component "point_x": Attributes: < target is NULL, current is list >
Component "point_x": target is character, current is factor
Component "point_y": Modes: character, numeric
Component "point_y": Attributes: < target is NULL, current is list >
Component "point_y": target is character, current is factor
...
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 183 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 1.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [9s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(CNAIM)
The CNAIM package is created by Utiligize.
Please cite the CNAIM package as: Utiligize (2020). CNAIM: R package version 1.0.0, www.cnaim.io.
>
> test_check("CNAIM")
== Failed tests ================================================================
-- Failure (test-duty_factor_transformer_33_66kv.R:13:3): basic case -----------
`res` not equal to `expected_df`.
Component "category": Modes: character, numeric
Component "category": Attributes: < target is NULL, current is list >
Component "category": target is character, current is factor
-- Failure (test-matrix_functions.R:26:3): Default case ------------------------
`res` not equal to `expected_df`.
Component "x_intervals": Modes: character, numeric
Component "x_intervals": Attributes: < target is NULL, current is list >
Component "x_intervals": target is character, current is factor
Component "y_intervals": Modes: character, numeric
Component "y_intervals": Attributes: < target is NULL, current is list >
Component "y_intervals": target is character, current is factor
-- Failure (test-matrix_functions.R:56:3): Default case ------------------------
`res` not equal to `expected_df`.
Component "value": Modes: character, numeric
Component "value": Attributes: < target is NULL, current is list >
Component "value": target is character, current is factor
Component "point_x": Modes: character, numeric
Component "point_x": Attributes: < target is NULL, current is list >
Component "point_x": target is character, current is factor
Component "point_y": Modes: character, numeric
Component "point_y": Attributes: < target is NULL, current is list >
Component "point_y": target is character, current is factor
...
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 183 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64