CRAN Package Check Results for Package pmpp

Last updated on 2022-03-18 06:48:51 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 18.05 284.09 302.14 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.1 13.58 193.75 207.33 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 333.99 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 324.33 ERROR
r-devel-windows-x86_64-new-UL 0.1.1 23.00 288.00 311.00 ERROR
r-devel-windows-x86_64-new-TK 0.1.1 ERROR
r-patched-linux-x86_64 0.1.1 12.25 299.24 311.49 NOTE
r-release-linux-x86_64 0.1.1 14.80 299.12 313.92 NOTE
r-release-macos-arm64 0.1.1 NOTE
r-release-macos-x86_64 0.1.1 NOTE
r-release-windows-ix86+x86_64 0.1.1 33.00 355.00 388.00 NOTE
r-oldrel-macos-x86_64 0.1.1 OK
r-oldrel-windows-ix86+x86_64 0.1.1 33.00 351.00 384.00 OK

Check Details

Version: 0.1.1
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running 'testthat.R' [137s/150s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(pmpp)
     >
     > test_check("pmpp", filter = "^((?!lint).*)$", perl = TRUE)
     [ FAIL 6 | WARN 1 | SKIP 0 | PASS 47 ]
    
     == Failed tests ================================================================
     -- Error (test-framework.R:15:3): the entire framework works with QMLEker ------
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     x
     1. \-pmpp::pmpp(dep_var = "emp", post_mean_method = "kernel", data = EmplUK) at test-framework.R:15:2
     2. +-base::suppressWarnings(...)
     3. | \-base::withCallingHandlers(...)
     4. \-pmpp:::get_kernel(...)
     5. \-pmpp::kde2D(...)
     6. \-pracma::fzero(subtract_evolve, c(0, 0.1))
     7. \-pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     -- Error (test-framework.R:35:3): the entire framework works with ABondker -----
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     x
     1. \-pmpp::pmpp(...) at test-framework.R:35:2
     2. +-base::suppressWarnings(...)
     3. | \-base::withCallingHandlers(...)
     4. \-pmpp:::get_kernel(...)
     5. \-pmpp::kde2D(...)
     6. \-pracma::fzero(subtract_evolve, c(0, 0.1))
     7. \-pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     -- Error (test-framework.R:55:3): the entire framework works with BBondker -----
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     x
     1. \-pmpp::pmpp(...) at test-framework.R:55:2
     2. +-base::suppressWarnings(...)
     3. | \-base::withCallingHandlers(...)
     4. \-pmpp:::get_kernel(...)
     5. \-pmpp::kde2D(...)
     6. \-pracma::fzero(subtract_evolve, c(0, 0.1))
     7. \-pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     -- Error (test-framework.R:75:3): the entire framework works with ABoverker ----
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     x
     1. \-pmpp::pmpp(...) at test-framework.R:75:2
     2. +-base::suppressWarnings(...)
     3. | \-base::withCallingHandlers(...)
     4. \-pmpp:::get_kernel(...)
     5. \-pmpp::kde2D(...)
     6. \-pracma::fzero(subtract_evolve, c(0, 0.1))
     7. \-pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     -- Error (test-framework.R:95:3): the entire framework works with SSYSker ------
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     x
     1. \-pmpp::pmpp(...) at test-framework.R:95:2
     2. +-base::suppressWarnings(...)
     3. | \-base::withCallingHandlers(...)
     4. \-pmpp:::get_kernel(...)
     5. \-pmpp::kde2D(...)
     6. \-pracma::fzero(subtract_evolve, c(0, 0.1))
     7. \-pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     -- Error (test-other_funcs.R:37:3): kde2d function works -----------------------
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     x
     1. +-base::suppressWarnings(kde2D(data)) at test-other_funcs.R:37:2
     2. | \-base::withCallingHandlers(...)
     3. \-pmpp::kde2D(data)
     4. \-pracma::fzero(subtract_evolve, c(0, 0.1))
     5. \-pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
    
     [ FAIL 6 | WARN 1 | SKIP 0 | PASS 47 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [87s/139s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(pmpp)
     >
     > test_check("pmpp", filter = "^((?!lint).*)$", perl = TRUE)
     [ FAIL 6 | WARN 1 | SKIP 0 | PASS 47 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-framework.R:15:3): the entire framework works with QMLEker ──────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(dep_var = "emp", post_mean_method = "kernel", data = EmplUK) at test-framework.R:15:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:35:3): the entire framework works with ABondker ─────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:35:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:55:3): the entire framework works with BBondker ─────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:55:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:75:3): the entire framework works with ABoverker ────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:75:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:95:3): the entire framework works with SSYSker ──────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:95:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-other_funcs.R:37:3): kde2d function works ───────────────────────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(kde2D(data)) at test-other_funcs.R:37:2
     2. │ └─base::withCallingHandlers(...)
     3. └─pmpp::kde2D(data)
     4. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     5. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
    
     [ FAIL 6 | WARN 1 | SKIP 0 | PASS 47 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [145s/177s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(pmpp)
     >
     > test_check("pmpp", filter = "^((?!lint).*)$", perl = TRUE)
     [ FAIL 6 | WARN 1 | SKIP 0 | PASS 47 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-framework.R:15:3): the entire framework works with QMLEker ──────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(dep_var = "emp", post_mean_method = "kernel", data = EmplUK) at test-framework.R:15:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:35:3): the entire framework works with ABondker ─────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:35:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:55:3): the entire framework works with BBondker ─────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:55:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:75:3): the entire framework works with ABoverker ────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:75:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:95:3): the entire framework works with SSYSker ──────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:95:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-other_funcs.R:37:3): kde2d function works ───────────────────────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(kde2D(data)) at test-other_funcs.R:37:2
     2. │ └─base::withCallingHandlers(...)
     3. └─pmpp::kde2D(data)
     4. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     5. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
    
     [ FAIL 6 | WARN 1 | SKIP 0 | PASS 47 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [150s/199s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(pmpp)
     >
     > test_check("pmpp", filter = "^((?!lint).*)$", perl = TRUE)
     [ FAIL 6 | WARN 1 | SKIP 0 | PASS 47 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-framework.R:15:3): the entire framework works with QMLEker ──────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(dep_var = "emp", post_mean_method = "kernel", data = EmplUK) at test-framework.R:15:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:35:3): the entire framework works with ABondker ─────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:35:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:55:3): the entire framework works with BBondker ─────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:55:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:75:3): the entire framework works with ABoverker ────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:75:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:95:3): the entire framework works with SSYSker ──────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:95:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-other_funcs.R:37:3): kde2d function works ───────────────────────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(kde2D(data)) at test-other_funcs.R:37:2
     2. │ └─base::withCallingHandlers(...)
     3. └─pmpp::kde2D(data)
     4. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     5. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
    
     [ FAIL 6 | WARN 1 | SKIP 0 | PASS 47 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.1
Check: tests
Result: ERROR
     Running 'testthat.R' [130s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(pmpp)
     >
     > test_check("pmpp", filter = "^((?!lint).*)$", perl = TRUE)
     [ FAIL 6 | WARN 1 | SKIP 0 | PASS 47 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-framework.R:15:3): the entire framework works with QMLEker ──────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(dep_var = "emp", post_mean_method = "kernel", data = EmplUK) at test-framework.R:15:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:35:3): the entire framework works with ABondker ─────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:35:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:55:3): the entire framework works with BBondker ─────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:55:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:75:3): the entire framework works with ABoverker ────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:75:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:95:3): the entire framework works with SSYSker ──────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:95:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-other_funcs.R:37:3): kde2d function works ───────────────────────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(kde2D(data)) at test-other_funcs.R:37:2
     2. │ └─base::withCallingHandlers(...)
     3. └─pmpp::kde2D(data)
     4. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     5. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
    
     [ FAIL 6 | WARN 1 | SKIP 0 | PASS 47 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64-new-UL

Version: 0.1.1
Check: tests
Result: ERROR
     Running 'testthat.R'
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(pmpp)
     >
     > test_check("pmpp", filter = "^((?!lint).*)$", perl = TRUE)
     [ FAIL 6 | WARN 1 | SKIP 0 | PASS 47 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-framework.R:15:3): the entire framework works with QMLEker ──────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(dep_var = "emp", post_mean_method = "kernel", data = EmplUK) at test-framework.R:15:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:35:3): the entire framework works with ABondker ─────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:35:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:55:3): the entire framework works with BBondker ─────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:55:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:75:3): the entire framework works with ABoverker ────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:75:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-framework.R:95:3): the entire framework works with SSYSker ──────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. └─pmpp::pmpp(...) at test-framework.R:95:2
     2. ├─base::suppressWarnings(...)
     3. │ └─base::withCallingHandlers(...)
     4. └─pmpp:::get_kernel(...)
     5. └─pmpp::kde2D(...)
     6. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     7. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
     ── Error (test-other_funcs.R:37:3): kde2d function works ───────────────────────
     Error in `if (sign(fa) * sign(fb) > 0) stop("Function must differ in sign at interval endpoints.")`: the condition has length > 1
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(kde2D(data)) at test-other_funcs.R:37:2
     2. │ └─base::withCallingHandlers(...)
     3. └─pmpp::kde2D(data)
     4. └─pracma::fzero(subtract_evolve, c(0, 0.1))
     5. └─pracma:::.zeroin(f, a, b, maxiter = maxiter, tol = tol)
    
     [ FAIL 6 | WARN 1 | SKIP 0 | PASS 47 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64-new-TK