Last updated on 2025-04-09 19:53:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.1 | 1.65 | 27.61 | 29.26 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.7.1 | 1.50 | 21.84 | 23.34 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.7.1 | 50.54 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.1 | 59.78 | OK | |||
r-devel-macos-arm64 | 0.7.1 | 26.00 | OK | |||
r-devel-macos-x86_64 | 0.7.1 | 48.00 | OK | |||
r-devel-windows-x86_64 | 0.7.1 | 3.00 | 57.00 | 60.00 | OK | |
r-patched-linux-x86_64 | 0.7.1 | 1.81 | 27.07 | 28.88 | OK | |
r-release-linux-x86_64 | 0.7.1 | 1.78 | 26.66 | 28.44 | OK | |
r-release-macos-arm64 | 0.7.1 | 24.00 | OK | |||
r-release-macos-x86_64 | 0.7.1 | 52.00 | OK | |||
r-release-windows-x86_64 | 0.7.1 | 3.00 | 0.00 | 3.00 | FAIL | |
r-oldrel-macos-arm64 | 0.7.1 | OK | ||||
r-oldrel-macos-x86_64 | 0.7.1 | 36.00 | OK | |||
r-oldrel-windows-x86_64 | 0.7.1 | 3.00 | 53.00 | 56.00 | OK |
Version: 0.7.1
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:
19 OH Male 39 black 2.38e4 baptist
20 NH male 73 Hispanic 3.32e4 Christi…
>
> # This function handles vector values differently than dplyr,
> # and returns a different result with vector replacement values:
> na_if_in(1:5, 5:1)
[1] NA NA NA NA NA
> dplyr::na_if(1:5, 5:1)
[1] 1 2 NA 4 5
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
detaching 'package:dplyr'
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.94 0.06 1 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-release-windows-x86_64