Last updated on 2025-05-23 04:51:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.11 | 7.42 | 400.81 | 408.23 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.11 | 5.58 | 183.93 | 189.51 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.11 | 419.03 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.11 | 426.58 | OK | |||
r-devel-windows-x86_64 | 0.2.11 | 13.00 | 0.00 | 13.00 | FAIL | |
r-patched-linux-x86_64 | 0.2.11 | 7.73 | 230.25 | 237.98 | OK | |
r-release-linux-x86_64 | 0.2.11 | 6.89 | 230.10 | 236.99 | OK | |
r-release-macos-arm64 | 0.2.11 | 198.00 | OK | |||
r-release-macos-x86_64 | 0.2.11 | 353.00 | OK | |||
r-release-windows-x86_64 | 0.2.11 | 12.00 | 455.00 | 467.00 | OK | |
r-oldrel-macos-arm64 | 0.2.11 | 193.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.11 | 423.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.11 | 13.00 | 502.00 | 515.00 | OK |
Version: 0.2.11
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Caspar J van Lissa <c.j.vanlissa@tilburguniversity.edu>’
The BugReports field in DESCRIPTION has
https://github.com/cjvanlissa/bain/
which should likely be
https://github.com/cjvanlissa/bain/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.2.11
Check: PDF version of manual
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
> tmp2$v
[1] 112.7280 158.4577
> tmp <- t_test(sesamesim$prenumb, sesamesim$postnumb, paired = TRUE)
> tmp$n
[1] 240
> tmp$v
[1] 90.61583
> tmp2 <- t_test(sesamesim$prenumb, sesamesim$postnumb, paired = TRUE)
> tmp2$n
[1] 240
> tmp2$v
[1] 90.61583
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.77 0.06 0.83 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-devel-windows-x86_64