CRAN Package Check Results for Package JumpeR

Last updated on 2023-03-01 08:54:49 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 11.55 97.47 109.02 ERROR
r-devel-linux-x86_64-debian-gcc 0.3.0 9.70 70.90 80.60 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.0 135.31 ERROR
r-devel-linux-x86_64-fedora-gcc 0.3.0 127.98 ERROR
r-devel-windows-x86_64 0.3.0 45.00 129.00 174.00 ERROR
r-patched-linux-x86_64 0.3.0 8.44 90.41 98.85 ERROR
r-release-linux-x86_64 0.3.0 11.26 93.50 104.76 ERROR
r-release-macos-arm64 0.3.0 33.00 OK
r-release-macos-x86_64 0.3.0 49.00 OK
r-release-windows-x86_64 0.3.0 50.00 135.00 185.00 ERROR
r-oldrel-macos-arm64 0.3.0 34.00 OK
r-oldrel-macos-x86_64 0.3.0 46.00 OK
r-oldrel-windows-ix86+x86_64 0.3.0 19.00 19.00 ERROR

Additional issues

donttest

Check Details

Version: 0.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [26s/31s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(JumpeR)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     >
     > test_check("JumpeR")
     [ FAIL 3 | WARN 0 | SKIP 42 | PASS 1 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (42)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-flash_parse.R:121'): flash parse works sprint ──────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test-flash_parse.R:121:4
     2. │ └─base::withCallingHandlers(...)
     3. ├─JumpeR::tf_parse(...)
     4. │ └─JumpeR::flash_parse(...)
     5. │ ├─base::suppressWarnings(...)
     6. │ │ └─base::withCallingHandlers(...)
     7. │ └─... %>% dplyr::na_if("NA")
     8. ├─dplyr::na_if(., "NA")
     9. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     10. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     11. ├─dplyr::mutate(., Place = as.character(Place), Row_Numb = as.numeric(Row_Numb))
     12. ├─dplyr::mutate(...)
     13. ├─dplyr::na_if(., 10000)
     14. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     15. └─vctrs (local) `<fn>`()
     16. └─vctrs::vec_default_cast(...)
     17. ├─base::withRestarts(...)
     18. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     19. │ └─base (local) doWithOneRestart(return(expr), restart)
     20. └─vctrs::stop_incompatible_cast(...)
     21. └─vctrs::stop_incompatible_type(...)
     22. └─vctrs:::stop_incompatible(...)
     23. └─vctrs:::stop_vctrs(...)
     24. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test-tf_parse.R:91'): tf_parse_round_attempts ───────────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─JumpeR::tf_parse(...) at test-tf_parse.R:91:2
     2. │ └─JumpeR:::hytek_parse(...)
     3. │ ├─base::suppressWarnings(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─... %>% dplyr::na_if("NA")
     6. ├─dplyr::na_if(., "NA")
     7. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     8. ├─dplyr::filter(...)
     9. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     10. ├─dplyr::mutate(., Row_Numb = as.numeric(Row_Numb))
     11. ├─dplyr::mutate(...)
     12. ├─dplyr::na_if(., 10000)
     13. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     14. └─vctrs (local) `<fn>`()
     15. └─vctrs::vec_default_cast(...)
     16. ├─base::withRestarts(...)
     17. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     18. │ └─base (local) doWithOneRestart(return(expr), restart)
     19. └─vctrs::stop_incompatible_cast(...)
     20. └─vctrs::stop_incompatible_type(...)
     21. └─vctrs:::stop_incompatible(...)
     22. └─vctrs:::stop_vctrs(...)
     23. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test-tf_parse.R:195'): tf_parse_rounds ──────────────────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─JumpeR::tf_parse(...) at test-tf_parse.R:195:2
     2. │ └─JumpeR:::hytek_parse(...)
     3. │ ├─base::suppressWarnings(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─... %>% dplyr::na_if("NA")
     6. ├─dplyr::na_if(., "NA")
     7. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     8. ├─dplyr::filter(...)
     9. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     10. ├─dplyr::mutate(., Row_Numb = as.numeric(Row_Numb))
     11. ├─dplyr::mutate(...)
     12. ├─dplyr::na_if(., 10000)
     13. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     14. └─vctrs (local) `<fn>`()
     15. └─vctrs::vec_default_cast(...)
     16. ├─base::withRestarts(...)
     17. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     18. │ └─base (local) doWithOneRestart(return(expr), restart)
     19. └─vctrs::stop_incompatible_cast(...)
     20. └─vctrs::stop_incompatible_type(...)
     21. └─vctrs:::stop_incompatible(...)
     22. └─vctrs:::stop_vctrs(...)
     23. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
    
     [ FAIL 3 | WARN 0 | SKIP 42 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [19s/32s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(JumpeR)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     >
     > test_check("JumpeR")
     [ FAIL 3 | WARN 0 | SKIP 42 | PASS 1 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (42)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-flash_parse.R:121'): flash parse works sprint ──────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test-flash_parse.R:121:4
     2. │ └─base::withCallingHandlers(...)
     3. ├─JumpeR::tf_parse(...)
     4. │ └─JumpeR::flash_parse(...)
     5. │ ├─base::suppressWarnings(...)
     6. │ │ └─base::withCallingHandlers(...)
     7. │ └─... %>% dplyr::na_if("NA")
     8. ├─dplyr::na_if(., "NA")
     9. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     10. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     11. ├─dplyr::mutate(., Place = as.character(Place), Row_Numb = as.numeric(Row_Numb))
     12. ├─dplyr::mutate(...)
     13. ├─dplyr::na_if(., 10000)
     14. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     15. └─vctrs (local) `<fn>`()
     16. └─vctrs::vec_default_cast(...)
     17. ├─base::withRestarts(...)
     18. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     19. │ └─base (local) doWithOneRestart(return(expr), restart)
     20. └─vctrs::stop_incompatible_cast(...)
     21. └─vctrs::stop_incompatible_type(...)
     22. └─vctrs:::stop_incompatible(...)
     23. └─vctrs:::stop_vctrs(...)
     24. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test-tf_parse.R:91'): tf_parse_round_attempts ───────────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─JumpeR::tf_parse(...) at test-tf_parse.R:91:2
     2. │ └─JumpeR:::hytek_parse(...)
     3. │ ├─base::suppressWarnings(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─... %>% dplyr::na_if("NA")
     6. ├─dplyr::na_if(., "NA")
     7. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     8. ├─dplyr::filter(...)
     9. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     10. ├─dplyr::mutate(., Row_Numb = as.numeric(Row_Numb))
     11. ├─dplyr::mutate(...)
     12. ├─dplyr::na_if(., 10000)
     13. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     14. └─vctrs (local) `<fn>`()
     15. └─vctrs::vec_default_cast(...)
     16. ├─base::withRestarts(...)
     17. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     18. │ └─base (local) doWithOneRestart(return(expr), restart)
     19. └─vctrs::stop_incompatible_cast(...)
     20. └─vctrs::stop_incompatible_type(...)
     21. └─vctrs:::stop_incompatible(...)
     22. └─vctrs:::stop_vctrs(...)
     23. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test-tf_parse.R:195'): tf_parse_rounds ──────────────────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─JumpeR::tf_parse(...) at test-tf_parse.R:195:2
     2. │ └─JumpeR:::hytek_parse(...)
     3. │ ├─base::suppressWarnings(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─... %>% dplyr::na_if("NA")
     6. ├─dplyr::na_if(., "NA")
     7. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     8. ├─dplyr::filter(...)
     9. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     10. ├─dplyr::mutate(., Row_Numb = as.numeric(Row_Numb))
     11. ├─dplyr::mutate(...)
     12. ├─dplyr::na_if(., 10000)
     13. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     14. └─vctrs (local) `<fn>`()
     15. └─vctrs::vec_default_cast(...)
     16. ├─base::withRestarts(...)
     17. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     18. │ └─base (local) doWithOneRestart(return(expr), restart)
     19. └─vctrs::stop_incompatible_cast(...)
     20. └─vctrs::stop_incompatible_type(...)
     21. └─vctrs:::stop_incompatible(...)
     22. └─vctrs:::stop_vctrs(...)
     23. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
    
     [ FAIL 3 | WARN 0 | SKIP 42 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [31s/40s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(JumpeR)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     >
     > test_check("JumpeR")
     [ FAIL 3 | WARN 0 | SKIP 42 | PASS 1 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (42)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-flash_parse.R:121'): flash parse works sprint ──────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test-flash_parse.R:121:4
     2. │ └─base::withCallingHandlers(...)
     3. ├─JumpeR::tf_parse(...)
     4. │ └─JumpeR::flash_parse(...)
     5. │ ├─base::suppressWarnings(...)
     6. │ │ └─base::withCallingHandlers(...)
     7. │ └─... %>% dplyr::na_if("NA")
     8. ├─dplyr::na_if(., "NA")
     9. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     10. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     11. ├─dplyr::mutate(., Place = as.character(Place), Row_Numb = as.numeric(Row_Numb))
     12. ├─dplyr::mutate(...)
     13. ├─dplyr::na_if(., 10000)
     14. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     15. └─vctrs (local) `<fn>`()
     16. └─vctrs::vec_default_cast(...)
     17. ├─base::withRestarts(...)
     18. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     19. │ └─base (local) doWithOneRestart(return(expr), restart)
     20. └─vctrs::stop_incompatible_cast(...)
     21. └─vctrs::stop_incompatible_type(...)
     22. └─vctrs:::stop_incompatible(...)
     23. └─vctrs:::stop_vctrs(...)
     24. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test-tf_parse.R:91'): tf_parse_round_attempts ───────────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─JumpeR::tf_parse(...) at test-tf_parse.R:91:2
     2. │ └─JumpeR:::hytek_parse(...)
     3. │ ├─base::suppressWarnings(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─... %>% dplyr::na_if("NA")
     6. ├─dplyr::na_if(., "NA")
     7. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     8. ├─dplyr::filter(...)
     9. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     10. ├─dplyr::mutate(., Row_Numb = as.numeric(Row_Numb))
     11. ├─dplyr::mutate(...)
     12. ├─dplyr::na_if(., 10000)
     13. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     14. └─vctrs (local) `<fn>`()
     15. └─vctrs::vec_default_cast(...)
     16. ├─base::withRestarts(...)
     17. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     18. │ └─base (local) doWithOneRestart(return(expr), restart)
     19. └─vctrs::stop_incompatible_cast(...)
     20. └─vctrs::stop_incompatible_type(...)
     21. └─vctrs:::stop_incompatible(...)
     22. └─vctrs:::stop_vctrs(...)
     23. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test-tf_parse.R:195'): tf_parse_rounds ──────────────────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─JumpeR::tf_parse(...) at test-tf_parse.R:195:2
     2. │ └─JumpeR:::hytek_parse(...)
     3. │ ├─base::suppressWarnings(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─... %>% dplyr::na_if("NA")
     6. ├─dplyr::na_if(., "NA")
     7. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     8. ├─dplyr::filter(...)
     9. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     10. ├─dplyr::mutate(., Row_Numb = as.numeric(Row_Numb))
     11. ├─dplyr::mutate(...)
     12. ├─dplyr::na_if(., 10000)
     13. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     14. └─vctrs (local) `<fn>`()
     15. └─vctrs::vec_default_cast(...)
     16. ├─base::withRestarts(...)
     17. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     18. │ └─base (local) doWithOneRestart(return(expr), restart)
     19. └─vctrs::stop_incompatible_cast(...)
     20. └─vctrs::stop_incompatible_type(...)
     21. └─vctrs:::stop_incompatible(...)
     22. └─vctrs:::stop_vctrs(...)
     23. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
    
     [ FAIL 3 | WARN 0 | SKIP 42 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [30s/40s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(JumpeR)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     >
     > test_check("JumpeR")
     [ FAIL 3 | WARN 0 | SKIP 42 | PASS 1 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (42)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-flash_parse.R:121'): flash parse works sprint ──────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test-flash_parse.R:121:4
     2. │ └─base::withCallingHandlers(...)
     3. ├─JumpeR::tf_parse(...)
     4. │ └─JumpeR::flash_parse(...)
     5. │ ├─base::suppressWarnings(...)
     6. │ │ └─base::withCallingHandlers(...)
     7. │ └─... %>% dplyr::na_if("NA")
     8. ├─dplyr::na_if(., "NA")
     9. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     10. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     11. ├─dplyr::mutate(., Place = as.character(Place), Row_Numb = as.numeric(Row_Numb))
     12. ├─dplyr::mutate(...)
     13. ├─dplyr::na_if(., 10000)
     14. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     15. └─vctrs (local) `<fn>`()
     16. └─vctrs::vec_default_cast(...)
     17. ├─base::withRestarts(...)
     18. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     19. │ └─base (local) doWithOneRestart(return(expr), restart)
     20. └─vctrs::stop_incompatible_cast(...)
     21. └─vctrs::stop_incompatible_type(...)
     22. └─vctrs:::stop_incompatible(...)
     23. └─vctrs:::stop_vctrs(...)
     24. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test-tf_parse.R:91'): tf_parse_round_attempts ───────────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─JumpeR::tf_parse(...) at test-tf_parse.R:91:2
     2. │ └─JumpeR:::hytek_parse(...)
     3. │ ├─base::suppressWarnings(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─... %>% dplyr::na_if("NA")
     6. ├─dplyr::na_if(., "NA")
     7. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     8. ├─dplyr::filter(...)
     9. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     10. ├─dplyr::mutate(., Row_Numb = as.numeric(Row_Numb))
     11. ├─dplyr::mutate(...)
     12. ├─dplyr::na_if(., 10000)
     13. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     14. └─vctrs (local) `<fn>`()
     15. └─vctrs::vec_default_cast(...)
     16. ├─base::withRestarts(...)
     17. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     18. │ └─base (local) doWithOneRestart(return(expr), restart)
     19. └─vctrs::stop_incompatible_cast(...)
     20. └─vctrs::stop_incompatible_type(...)
     21. └─vctrs:::stop_incompatible(...)
     22. └─vctrs:::stop_vctrs(...)
     23. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test-tf_parse.R:195'): tf_parse_rounds ──────────────────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─JumpeR::tf_parse(...) at test-tf_parse.R:195:2
     2. │ └─JumpeR:::hytek_parse(...)
     3. │ ├─base::suppressWarnings(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─... %>% dplyr::na_if("NA")
     6. ├─dplyr::na_if(., "NA")
     7. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     8. ├─dplyr::filter(...)
     9. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     10. ├─dplyr::mutate(., Row_Numb = as.numeric(Row_Numb))
     11. ├─dplyr::mutate(...)
     12. ├─dplyr::na_if(., 10000)
     13. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     14. └─vctrs (local) `<fn>`()
     15. └─vctrs::vec_default_cast(...)
     16. ├─base::withRestarts(...)
     17. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     18. │ └─base (local) doWithOneRestart(return(expr), restart)
     19. └─vctrs::stop_incompatible_cast(...)
     20. └─vctrs::stop_incompatible_type(...)
     21. └─vctrs:::stop_incompatible(...)
     22. └─vctrs:::stop_vctrs(...)
     23. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
    
     [ FAIL 3 | WARN 0 | SKIP 42 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.3.0
Check: tests
Result: ERROR
     Running 'testthat.R' [25s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(JumpeR)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     >
     > test_check("JumpeR")
     [ FAIL 3 | WARN 0 | SKIP 42 | PASS 1 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (42)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-flash_parse.R:121'): flash parse works sprint ──────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test-flash_parse.R:121:4
     2. │ └─base::withCallingHandlers(...)
     3. ├─JumpeR::tf_parse(...)
     4. │ └─JumpeR::flash_parse(...)
     5. │ ├─base::suppressWarnings(...)
     6. │ │ └─base::withCallingHandlers(...)
     7. │ └─... %>% dplyr::na_if("NA")
     8. ├─dplyr::na_if(., "NA")
     9. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     10. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     11. ├─dplyr::mutate(., Place = as.character(Place), Row_Numb = as.numeric(Row_Numb))
     12. ├─dplyr::mutate(...)
     13. ├─dplyr::na_if(., 10000)
     14. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     15. └─vctrs (local) `<fn>`()
     16. └─vctrs::vec_default_cast(...)
     17. ├─base::withRestarts(...)
     18. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     19. │ └─base (local) doWithOneRestart(return(expr), restart)
     20. └─vctrs::stop_incompatible_cast(...)
     21. └─vctrs::stop_incompatible_type(...)
     22. └─vctrs:::stop_incompatible(...)
     23. └─vctrs:::stop_vctrs(...)
     24. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test-tf_parse.R:91'): tf_parse_round_attempts ───────────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─JumpeR::tf_parse(...) at test-tf_parse.R:91:2
     2. │ └─JumpeR:::hytek_parse(...)
     3. │ ├─base::suppressWarnings(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─... %>% dplyr::na_if("NA")
     6. ├─dplyr::na_if(., "NA")
     7. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     8. ├─dplyr::filter(...)
     9. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     10. ├─dplyr::mutate(., Row_Numb = as.numeric(Row_Numb))
     11. ├─dplyr::mutate(...)
     12. ├─dplyr::na_if(., 10000)
     13. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     14. └─vctrs (local) `<fn>`()
     15. └─vctrs::vec_default_cast(...)
     16. ├─base::withRestarts(...)
     17. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     18. │ └─base (local) doWithOneRestart(return(expr), restart)
     19. └─vctrs::stop_incompatible_cast(...)
     20. └─vctrs::stop_incompatible_type(...)
     21. └─vctrs:::stop_incompatible(...)
     22. └─vctrs:::stop_vctrs(...)
     23. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test-tf_parse.R:195'): tf_parse_rounds ──────────────────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─JumpeR::tf_parse(...) at test-tf_parse.R:195:2
     2. │ └─JumpeR:::hytek_parse(...)
     3. │ ├─base::suppressWarnings(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─... %>% dplyr::na_if("NA")
     6. ├─dplyr::na_if(., "NA")
     7. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     8. ├─dplyr::filter(...)
     9. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     10. ├─dplyr::mutate(., Row_Numb = as.numeric(Row_Numb))
     11. ├─dplyr::mutate(...)
     12. ├─dplyr::na_if(., 10000)
     13. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     14. └─vctrs (local) `<fn>`()
     15. └─vctrs::vec_default_cast(...)
     16. ├─base::withRestarts(...)
     17. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     18. │ └─base (local) doWithOneRestart(return(expr), restart)
     19. └─vctrs::stop_incompatible_cast(...)
     20. └─vctrs::stop_incompatible_type(...)
     21. └─vctrs:::stop_incompatible(...)
     22. └─vctrs:::stop_vctrs(...)
     23. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
    
     [ FAIL 3 | WARN 0 | SKIP 42 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 0.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [24s/28s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(JumpeR)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     >
     > test_check("JumpeR")
     [ FAIL 3 | WARN 0 | SKIP 42 | PASS 1 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (42)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-flash_parse.R:121'): flash parse works sprint ──────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test-flash_parse.R:121:4
     2. │ └─base::withCallingHandlers(...)
     3. ├─JumpeR::tf_parse(...)
     4. │ └─JumpeR::flash_parse(...)
     5. │ ├─base::suppressWarnings(...)
     6. │ │ └─base::withCallingHandlers(...)
     7. │ └─... %>% dplyr::na_if("NA")
     8. ├─dplyr::na_if(., "NA")
     9. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     10. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     11. ├─dplyr::mutate(., Place = as.character(Place), Row_Numb = as.numeric(Row_Numb))
     12. ├─dplyr::mutate(...)
     13. ├─dplyr::na_if(., 10000)
     14. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     15. └─vctrs (local) `<fn>`()
     16. └─vctrs::vec_default_cast(...)
     17. ├─base::withRestarts(...)
     18. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     19. │ └─base (local) doWithOneRestart(return(expr), restart)
     20. └─vctrs::stop_incompatible_cast(...)
     21. └─vctrs::stop_incompatible_type(...)
     22. └─vctrs:::stop_incompatible(...)
     23. └─vctrs:::stop_vctrs(...)
     24. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test-tf_parse.R:91'): tf_parse_round_attempts ───────────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─JumpeR::tf_parse(...) at test-tf_parse.R:91:2
     2. │ └─JumpeR:::hytek_parse(...)
     3. │ ├─base::suppressWarnings(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─... %>% dplyr::na_if("NA")
     6. ├─dplyr::na_if(., "NA")
     7. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     8. ├─dplyr::filter(...)
     9. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     10. ├─dplyr::mutate(., Row_Numb = as.numeric(Row_Numb))
     11. ├─dplyr::mutate(...)
     12. ├─dplyr::na_if(., 10000)
     13. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     14. └─vctrs (local) `<fn>`()
     15. └─vctrs::vec_default_cast(...)
     16. ├─base::withRestarts(...)
     17. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     18. │ └─base (local) doWithOneRestart(return(expr), restart)
     19. └─vctrs::stop_incompatible_cast(...)
     20. └─vctrs::stop_incompatible_type(...)
     21. └─vctrs:::stop_incompatible(...)
     22. └─vctrs:::stop_vctrs(...)
     23. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test-tf_parse.R:195'): tf_parse_rounds ──────────────────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─JumpeR::tf_parse(...) at test-tf_parse.R:195:2
     2. │ └─JumpeR:::hytek_parse(...)
     3. │ ├─base::suppressWarnings(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─... %>% dplyr::na_if("NA")
     6. ├─dplyr::na_if(., "NA")
     7. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     8. ├─dplyr::filter(...)
     9. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     10. ├─dplyr::mutate(., Row_Numb = as.numeric(Row_Numb))
     11. ├─dplyr::mutate(...)
     12. ├─dplyr::na_if(., 10000)
     13. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     14. └─vctrs (local) `<fn>`()
     15. └─vctrs::vec_default_cast(...)
     16. ├─base::withRestarts(...)
     17. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     18. │ └─base (local) doWithOneRestart(return(expr), restart)
     19. └─vctrs::stop_incompatible_cast(...)
     20. └─vctrs::stop_incompatible_type(...)
     21. └─vctrs:::stop_incompatible(...)
     22. └─vctrs:::stop_vctrs(...)
     23. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
    
     [ FAIL 3 | WARN 0 | SKIP 42 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [25s/30s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(JumpeR)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     >
     > test_check("JumpeR")
     [ FAIL 3 | WARN 0 | SKIP 42 | PASS 1 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (42)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-flash_parse.R:121'): flash parse works sprint ──────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test-flash_parse.R:121:4
     2. │ └─base::withCallingHandlers(...)
     3. ├─JumpeR::tf_parse(...)
     4. │ └─JumpeR::flash_parse(...)
     5. │ ├─base::suppressWarnings(...)
     6. │ │ └─base::withCallingHandlers(...)
     7. │ └─... %>% dplyr::na_if("NA")
     8. ├─dplyr::na_if(., "NA")
     9. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     10. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     11. ├─dplyr::mutate(., Place = as.character(Place), Row_Numb = as.numeric(Row_Numb))
     12. ├─dplyr::mutate(...)
     13. ├─dplyr::na_if(., 10000)
     14. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     15. └─vctrs (local) `<fn>`()
     16. └─vctrs::vec_default_cast(...)
     17. ├─base::withRestarts(...)
     18. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     19. │ └─base (local) doWithOneRestart(return(expr), restart)
     20. └─vctrs::stop_incompatible_cast(...)
     21. └─vctrs::stop_incompatible_type(...)
     22. └─vctrs:::stop_incompatible(...)
     23. └─vctrs:::stop_vctrs(...)
     24. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test-tf_parse.R:91'): tf_parse_round_attempts ───────────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─JumpeR::tf_parse(...) at test-tf_parse.R:91:2
     2. │ └─JumpeR:::hytek_parse(...)
     3. │ ├─base::suppressWarnings(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─... %>% dplyr::na_if("NA")
     6. ├─dplyr::na_if(., "NA")
     7. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     8. ├─dplyr::filter(...)
     9. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     10. ├─dplyr::mutate(., Row_Numb = as.numeric(Row_Numb))
     11. ├─dplyr::mutate(...)
     12. ├─dplyr::na_if(., 10000)
     13. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     14. └─vctrs (local) `<fn>`()
     15. └─vctrs::vec_default_cast(...)
     16. ├─base::withRestarts(...)
     17. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     18. │ └─base (local) doWithOneRestart(return(expr), restart)
     19. └─vctrs::stop_incompatible_cast(...)
     20. └─vctrs::stop_incompatible_type(...)
     21. └─vctrs:::stop_incompatible(...)
     22. └─vctrs:::stop_vctrs(...)
     23. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test-tf_parse.R:195'): tf_parse_rounds ──────────────────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─JumpeR::tf_parse(...) at test-tf_parse.R:195:2
     2. │ └─JumpeR:::hytek_parse(...)
     3. │ ├─base::suppressWarnings(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─... %>% dplyr::na_if("NA")
     6. ├─dplyr::na_if(., "NA")
     7. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     8. ├─dplyr::filter(...)
     9. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     10. ├─dplyr::mutate(., Row_Numb = as.numeric(Row_Numb))
     11. ├─dplyr::mutate(...)
     12. ├─dplyr::na_if(., 10000)
     13. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     14. └─vctrs (local) `<fn>`()
     15. └─vctrs::vec_default_cast(...)
     16. ├─base::withRestarts(...)
     17. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     18. │ └─base (local) doWithOneRestart(return(expr), restart)
     19. └─vctrs::stop_incompatible_cast(...)
     20. └─vctrs::stop_incompatible_type(...)
     21. └─vctrs:::stop_incompatible(...)
     22. └─vctrs:::stop_vctrs(...)
     23. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
    
     [ FAIL 3 | WARN 0 | SKIP 42 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.3.0
Check: tests
Result: ERROR
     Running 'testthat.R' [28s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(JumpeR)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     >
     > test_check("JumpeR")
     [ FAIL 3 | WARN 0 | SKIP 42 | PASS 1 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (42)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-flash_parse.R:121'): flash parse works sprint ──────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test-flash_parse.R:121:4
     2. │ └─base::withCallingHandlers(...)
     3. ├─JumpeR::tf_parse(...)
     4. │ └─JumpeR::flash_parse(...)
     5. │ ├─base::suppressWarnings(...)
     6. │ │ └─base::withCallingHandlers(...)
     7. │ └─... %>% dplyr::na_if("NA")
     8. ├─dplyr::na_if(., "NA")
     9. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     10. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     11. ├─dplyr::mutate(., Place = as.character(Place), Row_Numb = as.numeric(Row_Numb))
     12. ├─dplyr::mutate(...)
     13. ├─dplyr::na_if(., 10000)
     14. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     15. └─vctrs (local) `<fn>`()
     16. └─vctrs::vec_default_cast(...)
     17. ├─base::withRestarts(...)
     18. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     19. │ └─base (local) doWithOneRestart(return(expr), restart)
     20. └─vctrs::stop_incompatible_cast(...)
     21. └─vctrs::stop_incompatible_type(...)
     22. └─vctrs:::stop_incompatible(...)
     23. └─vctrs:::stop_vctrs(...)
     24. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test-tf_parse.R:91'): tf_parse_round_attempts ───────────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─JumpeR::tf_parse(...) at test-tf_parse.R:91:2
     2. │ └─JumpeR:::hytek_parse(...)
     3. │ ├─base::suppressWarnings(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─... %>% dplyr::na_if("NA")
     6. ├─dplyr::na_if(., "NA")
     7. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     8. ├─dplyr::filter(...)
     9. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     10. ├─dplyr::mutate(., Row_Numb = as.numeric(Row_Numb))
     11. ├─dplyr::mutate(...)
     12. ├─dplyr::na_if(., 10000)
     13. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     14. └─vctrs (local) `<fn>`()
     15. └─vctrs::vec_default_cast(...)
     16. ├─base::withRestarts(...)
     17. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     18. │ └─base (local) doWithOneRestart(return(expr), restart)
     19. └─vctrs::stop_incompatible_cast(...)
     20. └─vctrs::stop_incompatible_type(...)
     21. └─vctrs:::stop_incompatible(...)
     22. └─vctrs:::stop_vctrs(...)
     23. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test-tf_parse.R:195'): tf_parse_rounds ──────────────────────────────
     <vctrs_error_cast/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition>
     Error in `dplyr::na_if(., 10000)`: Can't convert `y` <double> to match type of `x` <data.frame>.
     Backtrace:
     ▆
     1. ├─JumpeR::tf_parse(...) at test-tf_parse.R:195:2
     2. │ └─JumpeR:::hytek_parse(...)
     3. │ ├─base::suppressWarnings(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─... %>% dplyr::na_if("NA")
     6. ├─dplyr::na_if(., "NA")
     7. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     8. ├─dplyr::filter(...)
     9. ├─dplyr::filter(., Row_Numb >= Min_Row_Numb)
     10. ├─dplyr::mutate(., Row_Numb = as.numeric(Row_Numb))
     11. ├─dplyr::mutate(...)
     12. ├─dplyr::na_if(., 10000)
     13. │ └─vctrs::vec_cast(x = y, to = x, x_arg = "y", to_arg = "x")
     14. └─vctrs (local) `<fn>`()
     15. └─vctrs::vec_default_cast(...)
     16. ├─base::withRestarts(...)
     17. │ └─base (local) withOneRestart(expr, restarts[[1L]])
     18. │ └─base (local) doWithOneRestart(return(expr), restart)
     19. └─vctrs::stop_incompatible_cast(...)
     20. └─vctrs::stop_incompatible_type(...)
     21. └─vctrs:::stop_incompatible(...)
     22. └─vctrs:::stop_vctrs(...)
     23. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
    
     [ FAIL 3 | WARN 0 | SKIP 42 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64

Version: 0.3.0
Check: whether package can be installed
Result: ERROR
    install log '' does not exist
Flavor: r-oldrel-windows-ix86+x86_64