Last updated on 2024-11-25 03:50:13 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 1.72 | 23.23 | 24.95 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 1.30 | 19.32 | 20.62 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 41.80 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 53.40 | OK | |||
r-devel-windows-x86_64 | 0.1.1 | 3.00 | 49.00 | 52.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 1.78 | 22.35 | 24.13 | NOTE | |
r-release-linux-x86_64 | 0.1.1 | 1.66 | 22.71 | 24.37 | NOTE | |
r-release-macos-arm64 | 0.1.1 | 24.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.1 | 53.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.1 | 3.00 | 0.00 | 3.00 | FAIL | |
r-oldrel-macos-arm64 | 0.1.1 | 22.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.1 | 30.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.1.1 | 3.00 | 45.00 | 48.00 | NOTE |
Version: 0.1.1
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: 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.1.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:
> flush(stderr()); flush(stdout())
>
> ### Name: parse_less
> ### Title: Parse LESS content to CSS
> ### Aliases: parse_less
>
> ### ** Examples
>
> parse_less('.button { .red{ collor: red}}')
[1] ".button .red {\n collor: red;\n}\n"
> parse_less('@red: red; .red{ collor: @red}')
[1] ".red {\n collor: red;\n}\n"
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.76 0.11 0.84 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