CRAN Package Check Results for Package noncompliance

Last updated on 2025-12-26 07:48:48 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.2 15.08 39.53 54.61 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.2 11.20 32.57 43.77 OK
r-devel-linux-x86_64-fedora-clang 0.2.2 30.00 70.85 100.85 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.2 31.00 78.68 109.68 NOTE
r-devel-windows-x86_64 0.2.2 16.00 68.00 84.00 ERROR
r-patched-linux-x86_64 0.2.2 14.48 40.91 55.39 OK
r-release-linux-x86_64 0.2.2 14.15 40.39 54.54 OK
r-release-macos-arm64 0.2.2 OK
r-release-macos-x86_64 0.2.2 10.00 79.00 89.00 OK
r-release-windows-x86_64 0.2.2 18.00 81.00 99.00 OK
r-oldrel-macos-arm64 0.2.2 NOTE
r-oldrel-macos-x86_64 0.2.2 11.00 42.00 53.00 NOTE
r-oldrel-windows-x86_64 0.2.2 16.00 101.00 117.00 NOTE

Check Details

Version: 0.2.2
Check: examples
Result: ERROR Running examples in ‘noncompliance-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: AllColTotalsH0_CONT > ### Title: Finds all column totals for Compliers and Never Takers under the > ### sharp null for Compliers. > ### Aliases: AllColTotalsH0_CONT > > ### ** Examples > > AllColTotalsH0_CONT(158, 14, 52, 12, 23, 78) Error in `[.data.table`(psispace, , `:=`(c("CONR", "COAR"), list(n_y0 - : attempt access index 2/2 in VECTOR_ELT Calls: AllColTotalsH0_CONT -> [ -> [.data.table Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed ACE_bounds_posterior 6.182 0.042 8.542 Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.2.2
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(noncompliance) > > test_check("noncompliance") Saving _problems/test_pvalues-7.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 20 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_pvalues.R:5:3'): Finding the p-values ────────────────────────── Error in ``[.data.table`(psispace, , `:=`(c("CONR", "COAR"), list(n_y0 - psiNT.0, n_y1 - psiNT.1)), by = names(psispace))`: attempt access index 2/2 in VECTOR_ELT Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test_pvalues.R:5:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noncompliance::Get_pvalues_CONT(16, 1, 5, 1, 2, 8) 5. └─noncompliance::AllColTotalsH0_CONT(...) 6. ├─...[] 7. └─data.table:::`[.data.table`(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 20 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.2.2
Check: compiled code
Result: NOTE File ‘noncompliance/libs/noncompliance.so’: Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’ It is good practice to register native routines and to disable symbol search. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.2.2
Check: examples
Result: ERROR Running examples in 'noncompliance-Ex.R' failed The error most likely occurred in: > ### Name: AllColTotalsH0_CONT > ### Title: Finds all column totals for Compliers and Never Takers under the > ### sharp null for Compliers. > ### Aliases: AllColTotalsH0_CONT > > ### ** Examples > > AllColTotalsH0_CONT(158, 14, 52, 12, 23, 78) Error in `[.data.table`(psispace, , `:=`(c("CONR", "COAR"), list(n_y0 - : attempt access index 2/2 in VECTOR_ELT Calls: AllColTotalsH0_CONT -> [ -> [.data.table Execution halted Flavor: r-devel-windows-x86_64

Version: 0.2.2
Check: tests
Result: ERROR Running 'testthat.R' [2s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(noncompliance) > > test_check("noncompliance") Saving _problems/test_pvalues-7.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 20 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_pvalues.R:5:3'): Finding the p-values ────────────────────────── Error in ``[.data.table`(psispace, , `:=`(c("CONR", "COAR"), list(n_y0 - psiNT.0, n_y1 - psiNT.1)), by = names(psispace))`: attempt access index 2/2 in VECTOR_ELT Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test_pvalues.R:5:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noncompliance::Get_pvalues_CONT(16, 1, 5, 1, 2, 8) 5. └─noncompliance::AllColTotalsH0_CONT(...) 6. ├─...[] 7. └─data.table:::`[.data.table`(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 20 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 0.2.2
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.