Last updated on 2023-09-20 19:54:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.9 | 8.09 | 281.52 | 289.61 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.9 | 6.13 | 197.00 | 203.13 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.9 | 362.85 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.9 | 364.32 | ERROR | |||
r-devel-windows-x86_64 | 0.2.9 | 11.00 | 337.00 | 348.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.9 | 7.81 | 337.15 | 344.96 | OK | |
r-release-linux-x86_64 | 0.2.9 | 7.76 | 328.75 | 336.51 | OK | |
r-release-macos-arm64 | 0.2.9 | 192.00 | OK | |||
r-release-macos-x86_64 | 0.2.9 | 332.00 | OK | |||
r-release-windows-x86_64 | 0.2.9 | 14.00 | 516.00 | 530.00 | OK | |
r-oldrel-macos-arm64 | 0.2.9 | 178.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.9 | 200.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.9 | 12.00 | 516.00 | 528.00 | OK |
Version: 0.2.9
Check: examples
Result: ERROR
Running examples in ‘bain-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: t_test
> ### Title: Student's t-test
> ### Aliases: t_test
> ### Keywords: htest
>
> ### ** Examples
>
> tmp <- t_test(extra ~ group, data = sleep)
> tmp$n
[1] 10 10
> tmp$v
[1] 3.200556 4.009000
> tmp2 <- t_test(extra ~ group, data = sleep)
> tmp2$n
[1] 10 10
> tmp2$v
[1] 3.200556 4.009000
> tmp <- t_test(extra ~ group, data = sleep, paired = TRUE)
Error in t.test.formula(formula = extra ~ group, data = sleep, paired = TRUE) :
cannot use 'paired' in formula method
Calls: t_test ... eval.parent -> eval -> eval -> t.test -> t.test.formula
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.2.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [230s/250s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> rm(list=ls())
> library(testthat)
> library(lavaan)
This is lavaan 0.6-16
lavaan is FREE software! Please report any bugs.
> library(bain)
> test_check("bain")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 676 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (???): (code run outside of `test_that()`) ────────────────────────────
Error in `t.test.formula(formula = postnumb ~ sex, data = sesamesim, paired = FALSE,
var.equal = TRUE)`: cannot use 'paired' in formula method
Backtrace:
▆
1. ├─stats::t.test(...)
2. └─stats:::t.test.formula(...)
── Error (???): (code run outside of `test_that()`) ────────────────────────────
Error in `t.test.formula(formula = postnumb ~ sex, data = sesamesim, paired = FALSE,
var.equal = TRUE)`: cannot use 'paired' in formula method
Backtrace:
▆
1. ├─stats::t.test(...)
2. └─stats:::t.test.formula(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 676 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.2.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [159s/252s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> rm(list=ls())
> library(testthat)
> library(lavaan)
This is lavaan 0.6-16
lavaan is FREE software! Please report any bugs.
> library(bain)
> test_check("bain")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 676 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (???): (code run outside of `test_that()`) ────────────────────────────
Error in `t.test.formula(formula = postnumb ~ sex, data = sesamesim, paired = FALSE,
var.equal = TRUE)`: cannot use 'paired' in formula method
Backtrace:
▆
1. ├─stats::t.test(...)
2. └─stats:::t.test.formula(...)
── Error (???): (code run outside of `test_that()`) ────────────────────────────
Error in `t.test.formula(formula = postnumb ~ sex, data = sesamesim, paired = FALSE,
var.equal = TRUE)`: cannot use 'paired' in formula method
Backtrace:
▆
1. ├─stats::t.test(...)
2. └─stats:::t.test.formula(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 676 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.9
Check: examples
Result: ERROR
Running examples in ‘bain-Ex.R’ failed
The error most likely occurred in:
> ### Name: t_test
> ### Title: Student's t-test
> ### Aliases: t_test
> ### Keywords: htest
>
> ### ** Examples
>
> tmp <- t_test(extra ~ group, data = sleep)
> tmp$n
[1] 10 10
> tmp$v
[1] 3.200556 4.009000
> tmp2 <- t_test(extra ~ group, data = sleep)
> tmp2$n
[1] 10 10
> tmp2$v
[1] 3.200556 4.009000
> tmp <- t_test(extra ~ group, data = sleep, paired = TRUE)
Error in t.test.formula(formula = extra ~ group, data = sleep, paired = TRUE) :
cannot use 'paired' in formula method
Calls: t_test ... eval.parent -> eval -> eval -> 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.2.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [5m/15m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> rm(list=ls())
> library(testthat)
> library(lavaan)
This is lavaan 0.6-16
lavaan is FREE software! Please report any bugs.
> library(bain)
> test_check("bain")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 676 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (???): (code run outside of `test_that()`) ────────────────────────────
Error in `t.test.formula(formula = postnumb ~ sex, data = sesamesim, paired = FALSE,
var.equal = TRUE)`: cannot use 'paired' in formula method
Backtrace:
▆
1. ├─stats::t.test(...)
2. └─stats:::t.test.formula(...)
── Error (???): (code run outside of `test_that()`) ────────────────────────────
Error in `t.test.formula(formula = postnumb ~ sex, data = sesamesim, paired = FALSE,
var.equal = TRUE)`: cannot use 'paired' in formula method
Backtrace:
▆
1. ├─stats::t.test(...)
2. └─stats:::t.test.formula(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 676 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.2.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [277s/526s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> rm(list=ls())
> library(testthat)
> library(lavaan)
This is lavaan 0.6-16
lavaan is FREE software! Please report any bugs.
> library(bain)
> test_check("bain")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 676 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (???): (code run outside of `test_that()`) ────────────────────────────
Error in `t.test.formula(formula = postnumb ~ sex, data = sesamesim, paired = FALSE,
var.equal = TRUE)`: cannot use 'paired' in formula method
Backtrace:
▆
1. ├─stats::t.test(...)
2. └─stats:::t.test.formula(...)
── Error (???): (code run outside of `test_that()`) ────────────────────────────
Error in `t.test.formula(formula = postnumb ~ sex, data = sesamesim, paired = FALSE,
var.equal = TRUE)`: cannot use 'paired' in formula method
Backtrace:
▆
1. ├─stats::t.test(...)
2. └─stats:::t.test.formula(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 676 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.2.9
Check: tests
Result: ERROR
Running 'testthat.R' [277s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> rm(list=ls())
> library(testthat)
> library(lavaan)
This is lavaan 0.6-16
lavaan is FREE software! Please report any bugs.
> library(bain)
> test_check("bain")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 676 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (???): (code run outside of `test_that()`) ────────────────────────────
Error in `t.test.formula(formula = postnumb ~ sex, data = sesamesim, paired = FALSE,
var.equal = TRUE)`: cannot use 'paired' in formula method
Backtrace:
▆
1. ├─stats::t.test(...)
2. └─stats:::t.test.formula(...)
── Error (???): (code run outside of `test_that()`) ────────────────────────────
Error in `t.test.formula(formula = postnumb ~ sex, data = sesamesim, paired = FALSE,
var.equal = TRUE)`: cannot use 'paired' in formula method
Backtrace:
▆
1. ├─stats::t.test(...)
2. └─stats:::t.test.formula(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 676 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64