Last updated on 2025-03-10 05:50:45 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2 | 21.30 | 36.15 | 57.45 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2 | 15.45 | 27.76 | 43.21 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2 | 102.31 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2 | 100.18 | OK | |||
r-devel-macos-arm64 | 0.2 | 32.00 | OK | |||
r-devel-macos-x86_64 | 0.2 | 55.00 | OK | |||
r-devel-windows-x86_64 | 0.2 | 25.00 | 74.00 | 99.00 | OK | |
r-patched-linux-x86_64 | 0.2 | 22.99 | 37.15 | 60.14 | NOTE | |
r-release-linux-x86_64 | 0.2 | 22.52 | 37.33 | 59.85 | NOTE | |
r-release-macos-arm64 | 0.2 | 32.00 | NOTE | |||
r-release-macos-x86_64 | 0.2 | 46.00 | NOTE | |||
r-release-windows-x86_64 | 0.2 | 25.00 | 0.00 | 25.00 | FAIL | |
r-oldrel-macos-arm64 | 0.2 | NOTE | ||||
r-oldrel-macos-x86_64 | 0.2 | 55.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.2 | 30.00 | 86.00 | 116.00 | NOTE |
Version: 0.2
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.2
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:
> class = class.total[1:N]
> class.test = class.total[(N+1):N.total]
>
> ## fit matrix-normal model using maximum likelihood
> out = MN_MLE(X = X, class = class)
>
> ## use output to classify test set
> check = PredictMN(out, newdata = X.test, newclass = class.test)
>
> ## print misclassification proportion
> check$misclass
[1] 0.1733333
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 9.64 0.78 10.45 NA NA
> grDevices::dev.off()
pdf
2
> ###
> ### 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