CRAN Package Check Results for Package JumpeR

Last updated on 2021-03-05 07:49:56 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 7.56 63.03 70.59 OK
r-devel-linux-x86_64-debian-gcc 0.1.3 6.14 45.95 52.09 OK
r-devel-linux-x86_64-fedora-clang 0.1.3 90.82 OK
r-devel-linux-x86_64-fedora-gcc 0.1.3 79.89 OK
r-devel-windows-ix86+x86_64 0.1.3 13.00 83.00 96.00 OK
r-patched-linux-x86_64 0.1.3 OK
r-patched-solaris-x86 0.1.3 123.20 OK
r-release-linux-x86_64 0.1.3 6.57 58.29 64.86 OK
r-release-macos-x86_64 0.1.3 OK
r-release-windows-ix86+x86_64 0.1.3 20.00 89.00 109.00 OK
r-oldrel-macos-x86_64 0.1.3 ERROR
r-oldrel-windows-ix86+x86_64 0.1.3 15.00 77.00 92.00 ERROR

Check Details

Version: 0.1.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [10s/10s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     ── Error (test-tf_parse_works.R:9:3): tf_parse_flight_attempts ─────────────────
     Error: arguments imply differing number of rows: 57, 0
     Backtrace:
     █
     1. ├─JumpeR::tf_parse(...) test-tf_parse_works.R:9:2
     2. │ ├─`%>%`(...)
     3. │ ├─base::transform(...)
     4. │ └─base::transform.data.frame(...)
     5. │ ├─base::do.call("data.frame", c(list(`_data`), e[!matched]))
     6. │ └─base::data.frame(...)
     7. └─dplyr::select(., -Row_Numb)
    
     [ FAIL 3 | WARN 0 | SKIP 6 | PASS 2 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-macos-x86_64

Version: 0.1.3
Check: tests
Result: ERROR
     Running 'testthat.R' [11s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(JumpeR)
     >
     > test_check("JumpeR")
     == Skipped tests ===============================================================
     * On CRAN (6)
    
     == Failed tests ================================================================
     -- Failure (test-flash_parse_works.R:131:5): flash parse works sprint ----------
     `df_standard` not equivalent to `df_test`.
     Component "Event": target is character, current is factor
     -- Error (test-flash_parse_works.R:332:5): flash parse works split_attempts single line --
     Error: arguments imply differing number of rows: 13, 3
     Backtrace:
     x
     1. +-base::suppressWarnings(...) test-flash_parse_works.R:332:4
     2. | \-base::withCallingHandlers(expr, warning = function(w) invokeRestart("muffleWarning"))
     3. +-JumpeR::tf_parse(...)
     4. | \-JumpeR::flash_parse(...)
     5. | +-`%>%`(...)
     6. | +-base::transform(...)
     7. | \-base::transform.data.frame(...)
     8. | +-base::do.call("data.frame", c(list(`_data`), e[!matched]))
     9. | \-base::data.frame(...)
     10. \-dplyr::select(., -Row_Numb)
     -- Error (test-tf_parse_works.R:9:3): tf_parse_flight_attempts -----------------
     Error: arguments imply differing number of rows: 57, 0
     Backtrace:
     x
     1. +-JumpeR::tf_parse(...) test-tf_parse_works.R:9:2
     2. | +-`%>%`(...)
     3. | +-base::transform(...)
     4. | \-base::transform.data.frame(...)
     5. | +-base::do.call("data.frame", c(list(`_data`), e[!matched]))
     6. | \-base::data.frame(...)
     7. \-dplyr::select(., -Row_Numb)
    
     [ FAIL 3 | WARN 0 | SKIP 6 | PASS 2 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64