Last updated on 2024-12-25 07:50:16 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 24.89 | 80.83 | 105.72 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 17.17 | 47.86 | 65.03 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 184.43 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 158.44 | NOTE | |||
r-devel-windows-x86_64 | 0.1.0 | 28.00 | 0.00 | 28.00 | FAIL | |
r-patched-linux-x86_64 | 0.1.0 | 24.71 | 65.76 | 90.47 | OK | |
r-release-linux-x86_64 | 0.1.0 | 24.59 | 65.88 | 90.47 | OK | |
r-release-macos-arm64 | 0.1.0 | 49.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 82.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 28.00 | 122.00 | 150.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 60.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 90.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 34.00 | 134.00 | 168.00 | OK |
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘Rdpack’ ‘grDevices’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.0
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: stat_hs
> ### Title: Compute the Hidalgo-Seo Statistic
> ### Aliases: stat_hs
>
> ### ** Examples
>
> CPAT:::stat_hs(rnorm(1000))
[1] 0.3734933
> CPAT:::stat_hs(rnorm(1000), corr = FALSE)
[1] 0.9203142
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 25.82 10.64 36.48 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