Last updated on 2022-09-11 12:56:16 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.13 | 2.85 | 92.10 | 94.95 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.13 | 2.15 | 76.16 | 78.31 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.13 | 131.79 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.13 | 121.92 | OK | |||
r-devel-windows-x86_64 | 2.13 | 24.00 | 176.00 | 200.00 | OK | |
r-patched-linux-x86_64 | 2.13 | 3.09 | 78.28 | 81.37 | OK | |
r-release-linux-x86_64 | 2.13 | 2.40 | 86.69 | 89.09 | OK | |
r-release-macos-arm64 | 2.13 | 56.00 | OK | |||
r-release-macos-x86_64 | 2.13 | 134.00 | OK | |||
r-release-windows-x86_64 | 2.13 | 24.00 | 183.00 | 207.00 | OK | |
r-oldrel-macos-arm64 | 2.13 | 69.00 | OK | |||
r-oldrel-macos-x86_64 | 2.13 | 204.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 2.13 | 7.00 | 0.00 | 7.00 | FAIL |
Version: 2.13
Check: re-building of vignette outputs
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:
> ### Title: Trim and Format Address Information
> ### Aliases: trim_address
>
> ### ** Examples
>
> addr_string <- " 2 Dept of Urology, Feinberg School of Medicine,"
> addr_string <- paste(addr_string, "Chicago, US; Dept of Mol Bio as well...")
> print(addr_string)
[1] " 2 Dept of Urology, Feinberg School of Medicine, Chicago, US; Dept of Mol Bio as well..."
> print(trim_address(addr = addr_string))
[1] "Dept of Urology, Feinberg School of Medicine, Chicago, US"
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 1.66 0.61 486.97 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-oldrel-windows-ix86+x86_64