CRAN Package Check Results for Package tidystats

Last updated on 2023-09-26 14:05:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.2 4.68 62.83 67.51 ERROR
r-devel-linux-x86_64-debian-gcc 0.5.2 3.24 46.57 49.81 ERROR
r-devel-linux-x86_64-fedora-clang 0.5.2 86.27 ERROR
r-devel-linux-x86_64-fedora-gcc 0.5.2 98.44 ERROR
r-devel-windows-x86_64 0.5.2 6.00 69.00 75.00 ERROR
r-patched-linux-x86_64 0.5.2 2.81 62.10 64.91 OK
r-release-linux-x86_64 0.5.2 2.59 64.62 67.21 OK
r-release-macos-arm64 0.5.2 37.00 OK
r-release-macos-x86_64 0.5.2 109.00 OK
r-release-windows-x86_64 0.5.2 6.00 80.00 86.00 OK
r-oldrel-macos-arm64 0.5.2 29.00 OK
r-oldrel-macos-x86_64 0.5.2 42.00 OK
r-oldrel-windows-x86_64 0.5.2 7.00 81.00 88.00 OK

Check Details

Version: 0.5.2
Check: examples
Result: ERROR
    Running examples in ‘tidystats-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: add_stats
    > ### Title: Add statistical output to a tidystats list
    > ### Aliases: add_stats
    >
    > ### ** Examples
    >
    >
    > # Conduct statistical tests
    > # t-test:
    > sleep_test <- t.test(extra ~ group, data = sleep, paired = TRUE)
    Error in t.test.formula(extra ~ group, data = sleep, paired = TRUE) :
     cannot use 'paired' in formula method
    Calls: t.test -> t.test.formula
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.5.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [19s/22s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(tidystats)
     Welcome to tidystats 0.5.2.
     This is a small bug fix update.
     >
     > test_check("tidystats")
     [ FAIL 3 | WARN 0 | SKIP 0 | PASS 64 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_add_stats.R:15:3'): add_stats works ────────────────────────────
     Error in `t.test.formula(extra ~ group, data = sleep, paired = TRUE)`: cannot use 'paired' in formula method
     Backtrace:
     ▆
     1. ├─stats::t.test(extra ~ group, data = sleep, paired = TRUE) at test_add_stats.R:15:2
     2. └─stats:::t.test.formula(extra ~ group, data = sleep, paired = TRUE)
     ── Error ('test_htest.R:50:3'): paired t-tests works ───────────────────────────
     Error in `t.test.formula(extra ~ group, data = sleep, paired = TRUE)`: cannot use 'paired' in formula method
     Backtrace:
     ▆
     1. ├─stats::t.test(extra ~ group, data = sleep, paired = TRUE) at test_htest.R:50:2
     2. └─stats:::t.test.formula(extra ~ group, data = sleep, paired = TRUE)
     ── Error ('test_tidy_stats_to_data_frame.R:19:3'): tidy stats to data frame works ──
     Error in `t.test.formula(extra ~ group, data = sleep, paired = TRUE)`: cannot use 'paired' in formula method
     Backtrace:
     ▆
     1. ├─stats::t.test(extra ~ group, data = sleep, paired = TRUE) at test_tidy_stats_to_data_frame.R:19:2
     2. └─stats:::t.test.formula(extra ~ group, data = sleep, paired = TRUE)
    
     [ FAIL 3 | WARN 0 | SKIP 0 | PASS 64 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.5.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [13s/20s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(tidystats)
     Welcome to tidystats 0.5.2.
     This is a small bug fix update.
     >
     > test_check("tidystats")
     [ FAIL 3 | WARN 0 | SKIP 0 | PASS 64 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_add_stats.R:15:3'): add_stats works ────────────────────────────
     Error in `t.test.formula(extra ~ group, data = sleep, paired = TRUE)`: cannot use 'paired' in formula method
     Backtrace:
     ▆
     1. ├─stats::t.test(extra ~ group, data = sleep, paired = TRUE) at test_add_stats.R:15:2
     2. └─stats:::t.test.formula(extra ~ group, data = sleep, paired = TRUE)
     ── Error ('test_htest.R:50:3'): paired t-tests works ───────────────────────────
     Error in `t.test.formula(extra ~ group, data = sleep, paired = TRUE)`: cannot use 'paired' in formula method
     Backtrace:
     ▆
     1. ├─stats::t.test(extra ~ group, data = sleep, paired = TRUE) at test_htest.R:50:2
     2. └─stats:::t.test.formula(extra ~ group, data = sleep, paired = TRUE)
     ── Error ('test_tidy_stats_to_data_frame.R:19:3'): tidy stats to data frame works ──
     Error in `t.test.formula(extra ~ group, data = sleep, paired = TRUE)`: cannot use 'paired' in formula method
     Backtrace:
     ▆
     1. ├─stats::t.test(extra ~ group, data = sleep, paired = TRUE) at test_tidy_stats_to_data_frame.R:19:2
     2. └─stats:::t.test.formula(extra ~ group, data = sleep, paired = TRUE)
    
     [ FAIL 3 | WARN 0 | SKIP 0 | PASS 64 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

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

Version: 0.5.2
Check: examples
Result: ERROR
    Running examples in ‘tidystats-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: add_stats
    > ### Title: Add statistical output to a tidystats list
    > ### Aliases: add_stats
    >
    > ### ** Examples
    >
    >
    > # Conduct statistical tests
    > # t-test:
    > sleep_test <- t.test(extra ~ group, data = sleep, paired = TRUE)
    Error in t.test.formula(extra ~ group, data = sleep, paired = TRUE) :
     cannot use 'paired' in formula method
    Calls: t.test -> t.test.formula
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 0.5.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [23s/85s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(tidystats)
     Welcome to tidystats 0.5.2.
     This is a small bug fix update.
     >
     > test_check("tidystats")
     [ FAIL 3 | WARN 0 | SKIP 0 | PASS 64 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_add_stats.R:15:3'): add_stats works ────────────────────────────
     Error in `t.test.formula(extra ~ group, data = sleep, paired = TRUE)`: cannot use 'paired' in formula method
     Backtrace:
     ▆
     1. ├─stats::t.test(extra ~ group, data = sleep, paired = TRUE) at test_add_stats.R:15:2
     2. └─stats:::t.test.formula(extra ~ group, data = sleep, paired = TRUE)
     ── Error ('test_htest.R:50:3'): paired t-tests works ───────────────────────────
     Error in `t.test.formula(extra ~ group, data = sleep, paired = TRUE)`: cannot use 'paired' in formula method
     Backtrace:
     ▆
     1. ├─stats::t.test(extra ~ group, data = sleep, paired = TRUE) at test_htest.R:50:2
     2. └─stats:::t.test.formula(extra ~ group, data = sleep, paired = TRUE)
     ── Error ('test_tidy_stats_to_data_frame.R:19:3'): tidy stats to data frame works ──
     Error in `t.test.formula(extra ~ group, data = sleep, paired = TRUE)`: cannot use 'paired' in formula method
     Backtrace:
     ▆
     1. ├─stats::t.test(extra ~ group, data = sleep, paired = TRUE) at test_tidy_stats_to_data_frame.R:19:2
     2. └─stats:::t.test.formula(extra ~ group, data = sleep, paired = TRUE)
    
     [ FAIL 3 | WARN 0 | SKIP 0 | PASS 64 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.5.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [24s/61s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(tidystats)
     Welcome to tidystats 0.5.2.
     This is a small bug fix update.
     >
     > test_check("tidystats")
     [ FAIL 3 | WARN 0 | SKIP 0 | PASS 64 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_add_stats.R:15:3'): add_stats works ────────────────────────────
     Error in `t.test.formula(extra ~ group, data = sleep, paired = TRUE)`: cannot use 'paired' in formula method
     Backtrace:
     ▆
     1. ├─stats::t.test(extra ~ group, data = sleep, paired = TRUE) at test_add_stats.R:15:2
     2. └─stats:::t.test.formula(extra ~ group, data = sleep, paired = TRUE)
     ── Error ('test_htest.R:50:3'): paired t-tests works ───────────────────────────
     Error in `t.test.formula(extra ~ group, data = sleep, paired = TRUE)`: cannot use 'paired' in formula method
     Backtrace:
     ▆
     1. ├─stats::t.test(extra ~ group, data = sleep, paired = TRUE) at test_htest.R:50:2
     2. └─stats:::t.test.formula(extra ~ group, data = sleep, paired = TRUE)
     ── Error ('test_tidy_stats_to_data_frame.R:19:3'): tidy stats to data frame works ──
     Error in `t.test.formula(extra ~ group, data = sleep, paired = TRUE)`: cannot use 'paired' in formula method
     Backtrace:
     ▆
     1. ├─stats::t.test(extra ~ group, data = sleep, paired = TRUE) at test_tidy_stats_to_data_frame.R:19:2
     2. └─stats:::t.test.formula(extra ~ group, data = sleep, paired = TRUE)
    
     [ FAIL 3 | WARN 0 | SKIP 0 | PASS 64 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.5.2
Check: tests
Result: ERROR
     Running 'testthat.R' [11s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(tidystats)
     Welcome to tidystats 0.5.2.
     This is a small bug fix update.
     >
     > test_check("tidystats")
     [ FAIL 3 | WARN 0 | SKIP 0 | PASS 64 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_add_stats.R:15:3'): add_stats works ────────────────────────────
     Error in `t.test.formula(extra ~ group, data = sleep, paired = TRUE)`: cannot use 'paired' in formula method
     Backtrace:
     ▆
     1. ├─stats::t.test(extra ~ group, data = sleep, paired = TRUE) at test_add_stats.R:15:2
     2. └─stats:::t.test.formula(extra ~ group, data = sleep, paired = TRUE)
     ── Error ('test_htest.R:50:3'): paired t-tests works ───────────────────────────
     Error in `t.test.formula(extra ~ group, data = sleep, paired = TRUE)`: cannot use 'paired' in formula method
     Backtrace:
     ▆
     1. ├─stats::t.test(extra ~ group, data = sleep, paired = TRUE) at test_htest.R:50:2
     2. └─stats:::t.test.formula(extra ~ group, data = sleep, paired = TRUE)
     ── Error ('test_tidy_stats_to_data_frame.R:19:3'): tidy stats to data frame works ──
     Error in `t.test.formula(extra ~ group, data = sleep, paired = TRUE)`: cannot use 'paired' in formula method
     Backtrace:
     ▆
     1. ├─stats::t.test(extra ~ group, data = sleep, paired = TRUE) at test_tidy_stats_to_data_frame.R:19:2
     2. └─stats:::t.test.formula(extra ~ group, data = sleep, paired = TRUE)
    
     [ FAIL 3 | WARN 0 | SKIP 0 | PASS 64 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64