Last updated on 2025-01-27 02:50:01 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.0 | 3.62 | 30.00 | 33.62 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.8.0 | 2.26 | 24.09 | 26.35 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.8.0 | 54.89 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.0 | 64.49 | OK | |||
r-devel-windows-x86_64 | 0.8.0 | 6.00 | 53.00 | 59.00 | OK | |
r-patched-linux-x86_64 | 0.8.0 | 3.47 | 28.19 | 31.66 | OK | |
r-release-linux-x86_64 | 0.8.0 | 3.29 | 28.49 | 31.78 | OK | |
r-release-macos-arm64 | 0.8.0 | 30.00 | OK | |||
r-release-macos-x86_64 | 0.8.0 | 58.00 | OK | |||
r-release-windows-x86_64 | 0.8.0 | 4.00 | 0.00 | 4.00 | FAIL | |
r-oldrel-macos-arm64 | 0.8.0 | 25.00 | OK | |||
r-oldrel-macos-x86_64 | 0.8.0 | 40.00 | OK | |||
r-oldrel-windows-x86_64 | 0.8.0 | 4.00 | 53.00 | 57.00 | OK |
Version: 0.8.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:
The best model has Predicted Adjusted R^2: 0.6499
The best model has Mean Absolute Predicted Error: 0.2988
The output has a data.frame out$models that contains measures of fit and information about each model, such as the formula call. The output is also a nested list such that if the output is called 'out', out$model1, out$model2, and so on, contain further metadata. The predict method will automatically use the model with the best validated fit but individual models can also be selected like so:
predict(z, newdata = Xnew, model_to_use = 3)
> forecast <- predict(out, mtcars[31:nrow(mtcars),])
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 3.6 0.59 4.2 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