Last updated on 2021-03-09 05:47:04 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.4 | 2.58 | 34.62 | 37.20 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 2.04 | 27.54 | 29.58 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.4 | 54.97 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 45.67 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.4 | 6.00 | 54.00 | 60.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 1.0.4 | NOTE | ||||
r-patched-linux-x86_64 | 1.0.4 | 2.61 | 34.65 | 37.26 | OK | |
r-patched-solaris-x86 | 1.0.4 | 66.30 | NOTE | |||
r-release-linux-x86_64 | 1.0.4 | 2.53 | 34.32 | 36.85 | OK | |
r-release-macos-x86_64 | 1.0.4 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.4 | 5.00 | 38.00 | 43.00 | OK | |
r-oldrel-macos-x86_64 | 1.0.4 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.4 | 4.00 | 37.00 | 41.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