CRAN Package Check Results for Package dispositionEffect

Last updated on 2025-01-27 02:49:50 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 4.93 129.84 134.77 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 3.02 89.00 92.02 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 229.86 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 215.36 OK
r-devel-windows-x86_64 1.0.1 7.00 130.00 137.00 OK
r-patched-linux-x86_64 1.0.1 4.86 120.75 125.61 OK
r-release-linux-x86_64 1.0.1 4.58 120.89 125.47 OK
r-release-macos-arm64 1.0.1 71.00 ERROR
r-release-macos-x86_64 1.0.1 107.00 ERROR
r-release-windows-x86_64 1.0.1 9.00 132.00 141.00 OK
r-oldrel-macos-arm64 1.0.1 67.00 ERROR
r-oldrel-macos-x86_64 1.0.1 132.00 ERROR
r-oldrel-windows-x86_64 1.0.1 8.00 163.00 171.00 OK

Check Details

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(dispositionEffect) -------------------------------------------- The dispositionEffect is the first R package to perform behavioural analysis on financial data. Use citation('dispositionEffect') to cite the package. Learn more at: https://marcozanotti.github.io/dispositionEffect/index.html -------------------------------------------- > > test_check("dispositionEffect") [ FAIL 36 | WARN 0 | SKIP 0 | PASS 331 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-paper_compute.R:46:2'): paper_compute works (method = duration) ── paper_compute(...) not equal to res[, c(1, 14:17)]. Component "PG_duration": Mean relative difference: 0.06666667 Component "PL_duration": Mean relative difference: 0.06666667 ── Failure ('test-paper_compute.R:52:2'): paper_compute works (method = all) ─── paper_compute(...) not equal to `res`. Component "PG_duration": Mean relative difference: 0.06666667 Component "PL_duration": Mean relative difference: 0.06666667 ── Failure ('test-portfolio_compute.R:10:2'): portfolio_compute works (arg method) ── portfolio_compute(investor, marketprices, method = "duration") not equal to portfolio_results[, c(1:5, 18:21)]. Component "RG_duration": Mean relative difference: 0.007344991 Component "RL_duration": Mean relative difference: 0.04026507 Component "PG_duration": Mean relative difference: 0.07414429 ── Failure ('test-portfolio_compute.R:11:2'): portfolio_compute works (arg method) ── portfolio_compute(investor, marketprices, method = "all") not equal to `portfolio_results`. Component "RG_duration": Mean relative difference: 0.007344991 Component "RL_duration": Mean relative difference: 0.04026507 Component "PG_duration": Mean relative difference: 0.07414429 ── Failure ('test-realized_compute.R:73:2'): realized_compute works (method = duration) ── dplyr::bind_rows(...) not equal to res[, c(1, 14:17)]. Component "RG_duration": Mean relative difference: 0.03448276 Component "RL_duration": Mean relative difference: 0.03448276 Component "PG_duration": Mean relative difference: 0.06666667 Component "PL_duration": Mean relative difference: 0.06666667 ── Failure ('test-realized_compute.R:85:2'): realized_compute works (method = all) ── dplyr::bind_rows(...) not equal to `res`. Component "RG_duration": Mean relative difference: 0.03448276 Component "RL_duration": Mean relative difference: 0.03448276 Component "PG_duration": Mean relative difference: 0.06666667 Component "PL_duration": Mean relative difference: 0.06666667 ── Failure ('test-realized_duration.R:22:2'): realized_duration works (long) ─── realized_duration(2, 15, 1, 10, "B", pt_dtt, p_dtt, t_dtt, allow_short = TRUE) not equal to c(RG_duration = 0, RL_duration = 0, PG_duration = 0, PL_duration = dtt_diff). 1/4 mismatches [4] 15 - 14 == 1 ── Failure ('test-realized_duration.R:25:2'): realized_duration works (long) ─── realized_duration(2, 10, 1, 15, "B", pt_dtt, p_dtt, t_dtt, allow_short = TRUE) not equal to c(RG_duration = 0, RL_duration = 0, PG_duration = dtt_diff, PL_duration = 0). 1/4 mismatches [3] 15 - 14 == 1 ── Failure ('test-realized_duration.R:28:2'): realized_duration works (long) ─── realized_duration(2, 15, -1, 10, "S", pt_dtt, p_dtt, t_dtt, allow_short = TRUE) not equal to c(...). 2/4 mismatches (average diff: 1) [2] 29 - 28 == 1 [4] 15 - 14 == 1 ── Failure ('test-realized_duration.R:31:2'): realized_duration works (long) ─── realized_duration(2, 10, -1, 15, "S", pt_dtt, p_dtt, t_dtt, allow_short = TRUE) not equal to c(...). 2/4 mismatches (average diff: 1) [1] 29 - 28 == 1 [3] 15 - 14 == 1 ── Failure ('test-realized_duration.R:34:2'): realized_duration works (long) ─── realized_duration(2, 15, -2, 10, "S", pt_dtt, p_dtt, t_dtt, allow_short = TRUE) not equal to c(...). 1/4 mismatches [2] 29 - 28 == 1 ── Failure ('test-realized_duration.R:37:2'): realized_duration works (long) ─── realized_duration(2, 10, -2, 15, "S", pt_dtt, p_dtt, t_dtt, allow_short = TRUE) not equal to c(...). 1/4 mismatches [1] 29 - 28 == 1 ── Failure ('test-realized_duration.R:43:2'): realized_duration works (short) ── realized_duration(...) not equal to c(RG_duration = 0, RL_duration = 0, PG_duration = dtt_diff, PL_duration = 0). 1/4 mismatches [3] 15 - 14 == 1 ── Failure ('test-realized_duration.R:46:2'): realized_duration works (short) ── realized_duration(...) not equal to c(RG_duration = 0, RL_duration = 0, PG_duration = 0, PL_duration = dtt_diff). 1/4 mismatches [4] 15 - 14 == 1 ── Failure ('test-realized_duration.R:49:2'): realized_duration works (short) ── realized_duration(-2, 15, 1, 10, "B", pt_dtt, p_dtt, t_dtt, allow_short = TRUE) not equal to c(...). 2/4 mismatches (average diff: 1) [1] 29 - 28 == 1 [3] 15 - 14 == 1 ── Failure ('test-realized_duration.R:52:2'): realized_duration works (short) ── realized_duration(-2, 10, 1, 15, "B", pt_dtt, p_dtt, t_dtt, allow_short = TRUE) not equal to c(...). 2/4 mismatches (average diff: 1) [2] 29 - 28 == 1 [4] 15 - 14 == 1 ── Failure ('test-realized_duration.R:55:2'): realized_duration works (short) ── realized_duration(-2, 15, 2, 10, "B", pt_dtt, p_dtt, t_dtt, allow_short = TRUE) not equal to c(...). 1/4 mismatches [1] 29 - 28 == 1 ── Failure ('test-realized_duration.R:58:2'): realized_duration works (short) ── realized_duration(-2, 10, 2, 15, "B", pt_dtt, p_dtt, t_dtt, allow_short = TRUE) not equal to c(...). 1/4 mismatches [2] 29 - 28 == 1 ── Failure ('test-realized_duration.R:65:2'): realized_duration works (allow_short = FALSE) ── realized_duration(2, 15, 1, 10, "B", pt_dtt, p_dtt, t_dtt, allow_short = FALSE) not equal to c(RG_duration = 0, RL_duration = 0, PG_duration = 0, PL_duration = dtt_diff). 1/4 mismatches [4] 15 - 14 == 1 ── Failure ('test-realized_duration.R:68:2'): realized_duration works (allow_short = FALSE) ── realized_duration(2, 10, 1, 15, "B", pt_dtt, p_dtt, t_dtt, allow_short = FALSE) not equal to c(RG_duration = 0, RL_duration = 0, PG_duration = dtt_diff, PL_duration = 0). 1/4 mismatches [3] 15 - 14 == 1 ── Failure ('test-realized_duration.R:71:2'): realized_duration works (allow_short = FALSE) ── realized_duration(2, 15, -1, 10, "S", pt_dtt, p_dtt, t_dtt, allow_short = FALSE) not equal to c(...). 2/4 mismatches (average diff: 1) [2] 29 - 28 == 1 [4] 15 - 14 == 1 ── Failure ('test-realized_duration.R:74:2'): realized_duration works (allow_short = FALSE) ── realized_duration(2, 10, -1, 15, "S", pt_dtt, p_dtt, t_dtt, allow_short = FALSE) not equal to c(...). 2/4 mismatches (average diff: 1) [1] 29 - 28 == 1 [3] 15 - 14 == 1 ── Failure ('test-realized_duration.R:77:2'): realized_duration works (allow_short = FALSE) ── realized_duration(2, 15, -2, 10, "S", pt_dtt, p_dtt, t_dtt, allow_short = FALSE) not equal to c(...). 1/4 mismatches [2] 29 - 28 == 1 ── Failure ('test-realized_duration.R:80:2'): realized_duration works (allow_short = FALSE) ── realized_duration(2, 10, -2, 15, "S", pt_dtt, p_dtt, t_dtt, allow_short = FALSE) not equal to c(...). 1/4 mismatches [1] 29 - 28 == 1 ── Failure ('test-realized_duration.R:113:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [2] 29 - 28 == 1 ── Failure ('test-realized_duration.R:116:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [1] 29 - 28 == 1 ── Failure ('test-realized_duration.R:119:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [2] 29 - 28 == 1 ── Failure ('test-realized_duration.R:122:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [1] 29 - 28 == 1 ── Failure ('test-realized_duration.R:132:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [1] 29 - 28 == 1 ── Failure ('test-realized_duration.R:135:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [2] 29 - 28 == 1 ── Failure ('test-realized_duration.R:138:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [1] 29 - 28 == 1 ── Failure ('test-realized_duration.R:141:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [2] 29 - 28 == 1 ── Failure ('test-realized_duration.R:152:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [2] 29 - 28 == 1 ── Failure ('test-realized_duration.R:155:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [1] 29 - 28 == 1 ── Failure ('test-realized_duration.R:158:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [2] 29 - 28 == 1 ── Failure ('test-realized_duration.R:161:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [1] 29 - 28 == 1 [ FAIL 36 | WARN 0 | SKIP 0 | PASS 331 ] Error: Test failures Execution halted Flavor: r-release-macos-arm64

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/8s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: realized_duration(...) not equal to c(...). 1/4 mismatches [1] 31 - 28 == 3 ── Failure ('test-realized_duration.R:158:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [2] 31 - 28 == 3 ── Failure ('test-realized_duration.R:161:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [1] 31 - 28 == 3 [ FAIL 36 | WARN 0 | SKIP 0 | PASS 331 ] Error: Test failures Execution halted Flavor: r-release-macos-x86_64

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/4s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: realized_duration(...) not equal to c(...). 1/4 mismatches [1] 29 - 28 == 1 ── Failure ('test-realized_duration.R:158:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [2] 29 - 28 == 1 ── Failure ('test-realized_duration.R:161:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [1] 29 - 28 == 1 [ FAIL 36 | WARN 0 | SKIP 0 | PASS 331 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-arm64

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/9s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: realized_duration(...) not equal to c(...). 1/4 mismatches [1] 31 - 28 == 3 ── Failure ('test-realized_duration.R:158:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [2] 31 - 28 == 3 ── Failure ('test-realized_duration.R:161:2'): realized_duration works (realized_only = TRUE) ── realized_duration(...) not equal to c(...). 1/4 mismatches [1] 31 - 28 == 3 [ FAIL 36 | WARN 0 | SKIP 0 | PASS 331 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-x86_64