Last updated on 2023-09-26 14:04:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.3 | 6.28 | 67.18 | 73.46 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.3 | 5.50 | 49.35 | 54.85 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.3 | 94.04 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.3 | 104.72 | ERROR | |||
r-devel-windows-x86_64 | 0.3.3 | 8.00 | 68.00 | 76.00 | ERROR | |
r-patched-linux-x86_64 | 0.3.3 | 4.84 | 62.43 | 67.27 | NOTE | |
r-release-linux-x86_64 | 0.3.3 | 5.33 | 62.73 | 68.06 | NOTE | |
r-release-macos-arm64 | 0.3.3 | 38.00 | NOTE | |||
r-release-macos-x86_64 | 0.3.3 | 53.00 | NOTE | |||
r-release-windows-x86_64 | 0.3.3 | 10.00 | 78.00 | 88.00 | NOTE | |
r-oldrel-macos-arm64 | 0.3.3 | 31.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.3.3 | 57.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.3.3 | 10.00 | 80.00 | 90.00 | NOTE |
Version: 0.3.3
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.3.3
Check: examples
Result: ERROR
Running examples in ‘apa-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: cohens_d
> ### Title: Cohen's d
> ### Aliases: cohens_d cohens_d.default cohens_d.data.frame cohens_d.formula
> ### cohens_d.htest
>
> ### ** Examples
>
> # Calculate from raw data
> cohens_d(c(10, 15, 11, 14, 17), c(22, 18, 23, 25, 20))
[1] -2.936071
>
> # Methods when working with data frames
> cohens_d(sleep, dv = extra, iv = group, paired = TRUE)
[1] -1.284558
> # or
> cohens_d(sleep, dv = "extra", iv = "group", paired = TRUE)
[1] -1.284558
> # formula interface
> cohens_d(extra ~ group, sleep, paired = TRUE)
[1] -1.284558
>
> # Or pass a call to t_test or t.test
> cohens_d(t_test(extra ~ group, sleep, paired = TRUE))
Error in t.test.formula(formula = formula, data = data, ...) :
cannot use 'paired' in formula method
Calls: cohens_d ... t_test -> t_test.formula -> t.test -> t.test.formula
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.3.3
Check: examples
Result: ERROR
Running examples in ‘apa-Ex.R’ failed
The error most likely occurred in:
> ### Name: cohens_d
> ### Title: Cohen's d
> ### Aliases: cohens_d cohens_d.default cohens_d.data.frame cohens_d.formula
> ### cohens_d.htest
>
> ### ** Examples
>
> # Calculate from raw data
> cohens_d(c(10, 15, 11, 14, 17), c(22, 18, 23, 25, 20))
[1] -2.936071
>
> # Methods when working with data frames
> cohens_d(sleep, dv = extra, iv = group, paired = TRUE)
[1] -1.284558
> # or
> cohens_d(sleep, dv = "extra", iv = "group", paired = TRUE)
[1] -1.284558
> # formula interface
> cohens_d(extra ~ group, sleep, paired = TRUE)
[1] -1.284558
>
> # Or pass a call to t_test or t.test
> cohens_d(t_test(extra ~ group, sleep, paired = TRUE))
Error in t.test.formula(formula = formula, data = data, ...) :
cannot use 'paired' in formula method
Calls: cohens_d ... t_test -> t_test.formula -> 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