Last updated on 2021-04-23 09:50:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.4 | 2.25 | 35.27 | 37.52 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 1.99 | 28.34 | 30.33 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.4 | 55.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 46.40 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.4 | 6.00 | 52.00 | 58.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 1.0.4 | NOTE | ||||
r-patched-linux-x86_64 | 1.0.4 | 2.60 | 33.97 | 36.57 | OK | |
r-patched-solaris-x86 | 1.0.4 | 60.60 | NOTE | |||
r-release-linux-x86_64 | 1.0.4 | 2.36 | 34.45 | 36.81 | OK | |
r-release-macos-x86_64 | 1.0.4 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.4 | 6.00 | 42.00 | 48.00 | OK | |
r-oldrel-macos-x86_64 | 1.0.4 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.4 | 16.00 | 57.00 | 73.00 | ERROR |
Version: 1.0.4
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘dplyr’
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.4
Check: data for non-ASCII characters
Result: NOTE
Note: found 98 marked UTF-8 strings
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.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
Component "synonym": 'current' is not a factor
── Failure (test-lookup.R:21:3): lookup ignores cases ──────────────────────────
`testOut_df` not equal to lookup("Zip").
Component "category": 'current' is not a factor
Component "class": 'current' is not a factor
Component "synonym": 'current' is not a factor
── Failure (test-lookup.R:44:3): lookup with dots works ────────────────────────
`testOut2_df` not equal to lookup("zip", "shrooms").
Component "category": 'current' is not a factor
Component "class": 'current' is not a factor
Component "synonym": 'current' is not a factor
[ FAIL 7 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 1.0.4
Check: tests
Result: ERROR
Running 'testthat.R' [1s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(DOPE)
>
> test_check("DOPE")
== Failed tests ================================================================
-- Failure (test-compress_lookup.R:15:3): basic lookup compression works -------
`testOut_df` not equal to compress_lookup(testLookup_df).
Component "category": 'current' is not a factor
Component "class": 'current' is not a factor
-- Failure (test-compress_lookup.R:24:3): lookup compression for class works ---
`testOut_df` not equal to compress_lookup(testLookup_df, compressClass = TRUE).
Component "category": 'current' is not a factor
-- Failure (test-compress_lookup.R:42:3): compressing Ray's example works ------
`ray_df` not equal to compress_lookup(rayExample).
Component "category": 'current' is not a factor
Component "class": 'current' is not a factor
-- Failure (test-compress_lookup.R:54:3): compressing Ray's example works ------
`raySorted_df` not equal to compress_lookup(rayExample, sortOutput = TRUE).
Component "category": 'current' is not a factor
Component "class": 'current' is not a factor
-- Failure (test-lookup.R:15:3): basic lookup works ----------------------------
`testOut_df` not equal to lookup("zip").
Component "category": 'current' is not a factor
Component "class": 'current' is not a factor
Component "synonym": 'current' is not a factor
-- Failure (test-lookup.R:21:3): lookup ignores cases --------------------------
`testOut_df` not equal to lookup("Zip").
Component "category": 'current' is not a factor
Component "class": 'current' is not a factor
Component "synonym": 'current' is not a factor
-- Failure (test-lookup.R:44:3): lookup with dots works ------------------------
`testOut2_df` not equal to lookup("zip", "shrooms").
Component "category": 'current' is not a factor
Component "class": 'current' is not a factor
Component "synonym": 'current' is not a factor
[ FAIL 7 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64