CRAN Package Check Results for Maintainer ‘Berding Florian <florian.berding at uni-hamburg.de>’

Last updated on 2024-05-07 18:50:25 CEST.

Package ERROR NOTE OK
aifeducation 2 11
iotarelr 1 12

Package aifeducation

Current CRAN status: NOTE: 2, OK: 11

Version: 0.3.3
Check: Rd cross-references
Result: NOTE Undeclared package ‘R6’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.3.3
Check: data for non-ASCII characters
Result: NOTE Note: found 33 marked UTF-8 strings Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package iotarelr

Current CRAN status: ERROR: 1, OK: 12

Version: 0.1.5
Check: tests
Result: ERROR Running 'testthat.R' [8s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(iotarelr) > > test_check("iotarelr") [ FAIL 1 | WARN 0 | SKIP 1 | PASS 66 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • Comparisaton of fast and slow estimation (1): 'test_basic_funct.R:330:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_basic_funct.R:303:3'): Input types for check new rater ─────── check_new_rater(...) (`actual`) not equal to check_new_rater(...) (`expected`). actual$categorical_level$raw_estimates$iota != expected$categorical_level$raw_estimates$iota but don't know how to show the difference `actual$categorical_level$raw_estimates$beta_reliability`: 0.53 0.64 0.33 `expected$categorical_level$raw_estimates$beta_reliability`: 0.55 0.64 0.32 actual$categorical_level$raw_estimates$assignment_error_matrix vs expected$categorical_level$raw_estimates$assignment_error_matrix [,1] [,2] [,3] - actual$categorical_level$raw_estimates$assignment_error_matrix[1, ] 0.3934324 0.2131351 0.3934324 + expected$categorical_level$raw_estimates$assignment_error_matrix[1, ] 0.3934429 0.2131143 0.3934429 - actual$categorical_level$raw_estimates$assignment_error_matrix[2, ] 0.1798135 0.4100933 0.4100933 + expected$categorical_level$raw_estimates$assignment_error_matrix[2, ] 0.1630087 0.4184957 0.4184957 - actual$categorical_level$raw_estimates$assignment_error_matrix[3, ] 0.3173105 0.1826947 0.4999947 + expected$categorical_level$raw_estimates$assignment_error_matrix[3, ] 0.3173059 0.1826941 0.5000000 `actual$categorical_level$chance_corrected$alpha_reliability`: 0.09 0.12 0.25 `expected$categorical_level$chance_corrected$alpha_reliability`: 0.09 0.13 0.25 `actual$categorical_level$chance_corrected$beta_reliability`: 0.07 0.29 -0.34 `expected$categorical_level$chance_corrected$beta_reliability`: 0.09 0.29 -0.36 actual$scale_level$iota_index vs expected$scale_level$iota_index [,1] - actual$scale_level$iota_index[1, ] 0.2175509 + expected$scale_level$iota_index[1, ] 0.2248581 actual$scale_level$iota_index_dyn2 vs expected$scale_level$iota_index_dyn2 [,1] - actual$scale_level$iota_index_dyn2[1, ] 0.2023992 + expected$scale_level$iota_index_dyn2[1, ] 0.2085165 [ FAIL 1 | WARN 0 | SKIP 1 | PASS 66 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64