CRAN Package Check Results for Package tidystats

Last updated on 2024-11-03 11:49:47 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.2 4.91 67.96 72.87 OK
r-devel-linux-x86_64-debian-gcc 0.6.2 0.40 1.70 2.10 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.2 123.53 OK
r-devel-linux-x86_64-fedora-gcc 0.6.2 124.30 OK
r-devel-windows-x86_64 0.6.2 7.00 85.00 92.00 OK
r-patched-linux-x86_64 0.6.2 5.05 64.05 69.10 OK
r-release-linux-x86_64 0.6.2 4.36 51.06 55.42 ERROR
r-release-macos-arm64 0.6.2 45.00 OK
r-release-macos-x86_64 0.6.2 93.00 OK
r-release-windows-x86_64 0.6.2 6.00 87.00 93.00 OK
r-oldrel-macos-arm64 0.6.2 49.00 ERROR
r-oldrel-macos-x86_64 0.6.2 70.00 ERROR
r-oldrel-windows-x86_64 0.6.2 8.00 101.00 109.00 ERROR

Check Details

Version: 0.6.2
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.6.2
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'BayesFactor', 'lme4', 'lmerTest', 'afex', 'MEMSS' Flavor: r-release-linux-x86_64

Version: 0.6.2
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/12s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tidystats) This version of tidystats uses a new and improved way of structuring statistics. This breaks previous (major) versions of tidystats. > > test_check("tidystats") [ FAIL 14 | WARN 0 | SKIP 0 | PASS 142 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_BayesFactor.R:3:1'): (code run outside of `test_that()`) ─────── <packageNotFoundError/error/condition> Error in `library(BayesFactor)`: there is no package called 'BayesFactor' Backtrace: ▆ 1. └─base::library(BayesFactor) at test_BayesFactor.R:3:1 ── Error ('test_Hmisc.R:17:3'): Hmisc's rcorr works ──────────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(name)`: there is no package called 'afex' Backtrace: ▆ 1. └─tidystats:::expect_equal_models(model = model, expected_tidy_model = expected_statistics$rcorr) at test_Hmisc.R:17:3 2. ├─tidystats::tidy_stats(model) 3. └─tidystats:::tidy_stats.rcorr(model) 4. └─tidystats:::add_package_info(analysis, "afex") 5. └─base::getNamespaceVersion(package) 6. └─base::asNamespace(ns) 7. └─base::getNamespace(ns) 8. ├─.Internal(getRegisteredNamespace(name)) %||% ... 9. └─base::loadNamespace(name) 10. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 11. └─base (local) withOneRestart(expr, restarts[[1L]]) 12. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test_afex.R:3:1'): (code run outside of `test_that()`) ────────────── <packageNotFoundError/error/condition> Error in `library(afex)`: there is no package called 'afex' Backtrace: ▆ 1. └─base::library(afex) at test_afex.R:3:1 ── Error ('test_lme4.R:8:3'): lme4 works ─────────────────────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'lme4' Backtrace: ▆ 1. └─base::loadNamespace(x) at test_lme4.R:8:3 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test_lme4.R:17:3'): lme4 ML works ─────────────────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'lme4' Backtrace: ▆ 1. └─base::loadNamespace(x) at test_lme4.R:17:3 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test_lme4.R:28:3'): lme4 slopes works ─────────────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'lme4' Backtrace: ▆ 1. └─base::loadNamespace(x) at test_lme4.R:28:3 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test_lme4.R:39:3'): lme4 anova works ──────────────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'lme4' Backtrace: ▆ 1. └─base::loadNamespace(x) at test_lme4.R:39:3 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test_lme4.R:49:3'): lme4 anova model comparison works ─────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'lme4' Backtrace: ▆ 1. └─base::loadNamespace(x) at test_lme4.R:49:3 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test_lmerTest.R:8:3'): lmerTest 1 works ───────────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'lmerTest' Backtrace: ▆ 1. └─base::loadNamespace(x) at test_lmerTest.R:8:3 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test_lmerTest.R:19:3'): lmerTest 2 works ──────────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'lmerTest' Backtrace: ▆ 1. └─base::loadNamespace(x) at test_lmerTest.R:19:3 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test_lmerTest.R:32:3'): lmerTest ML works ─────────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'lmerTest' Backtrace: ▆ 1. └─base::loadNamespace(x) at test_lmerTest.R:32:3 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test_lmerTest.R:46:3'): lmerTest anova works ──────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'lmerTest' Backtrace: ▆ 1. └─base::loadNamespace(x) at test_lmerTest.R:46:3 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test_lmerTest.R:56:3'): lmerTest anova lme4 works ─────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'lmerTest' Backtrace: ▆ 1. └─base::loadNamespace(x) at test_lmerTest.R:56:3 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test_lmerTest.R:66:3'): lmerTest anova fit works ──────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'lmerTest' Backtrace: ▆ 1. └─base::loadNamespace(x) at test_lmerTest.R:66:3 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 14 | WARN 0 | SKIP 0 | PASS 142 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.6.2
Check: tests
Result: ERROR Running ‘testthat.R’ [8s/10s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: [ FAIL 1 | WARN 0 | SKIP 0 | PASS 183 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_glm.R:118:3'): glm anova works ─────────────────────────────── `tidy_model` not equal to `expected_tidy_model`. Component "groups": Component 1: Component 2: Component 2: Component 2: Length mismatch: comparison on first 4 components Component "groups": Component 1: Component 2: Component 3: Component 2: Length mismatch: comparison on first 4 components Backtrace: ▆ 1. └─tidystats:::expect_equal_models(model = model, expected_tidy_model = expected_statistics$anova_glm) at test_glm.R:118:3 2. └─testthat::expect_equal(tidy_model, expected_tidy_model, tolerance = tolerance) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 183 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-arm64

Version: 0.6.2
Check: tests
Result: ERROR Running ‘testthat.R’ [13s/15s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: [ FAIL 1 | WARN 0 | SKIP 0 | PASS 183 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_glm.R:118:3'): glm anova works ─────────────────────────────── `tidy_model` not equal to `expected_tidy_model`. Component "groups": Component 1: Component 2: Component 2: Component 2: Length mismatch: comparison on first 4 components Component "groups": Component 1: Component 2: Component 3: Component 2: Length mismatch: comparison on first 4 components Backtrace: ▆ 1. └─tidystats:::expect_equal_models(model = model, expected_tidy_model = expected_statistics$anova_glm) at test_glm.R:118:3 2. └─testthat::expect_equal(tidy_model, expected_tidy_model, tolerance = tolerance) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 183 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-x86_64

Version: 0.6.2
Check: tests
Result: ERROR Running 'testthat.R' [27s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(tidystats) This version of tidystats uses a new and improved way of structuring statistics. This breaks previous (major) versions of tidystats. > > test_check("tidystats") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 183 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_glm.R:118:3'): glm anova works ─────────────────────────────── `tidy_model` not equal to `expected_tidy_model`. Component "groups": Component 1: Component 2: Component 2: Component 2: Length mismatch: comparison on first 4 components Component "groups": Component 1: Component 2: Component 3: Component 2: Length mismatch: comparison on first 4 components Backtrace: ▆ 1. └─tidystats:::expect_equal_models(model = model, expected_tidy_model = expected_statistics$anova_glm) at test_glm.R:118:3 2. └─testthat::expect_equal(tidy_model, expected_tidy_model, tolerance = tolerance) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 183 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64