Last updated on 2022-08-15 08:49:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.23 | 15.25 | 133.15 | 148.40 | OK | --no-tests --no-vignettes |
r-devel-linux-x86_64-debian-gcc | 0.23 | 11.32 | 99.16 | 110.48 | OK | --no-tests --no-vignettes |
r-devel-linux-x86_64-fedora-clang | 0.23 | 2101.26 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.23 | 2247.16 | ERROR | |||
r-devel-windows-x86_64 | 0.23 | 22.00 | 1351.00 | 1373.00 | OK | |
r-patched-linux-x86_64 | 0.23 | 13.19 | 108.92 | 122.11 | OK | --no-tests --no-vignettes |
r-release-linux-x86_64 | 0.23 | 15.21 | 121.78 | 136.99 | OK | --no-tests --no-vignettes |
r-release-macos-arm64 | 0.23 | 259.00 | OK | |||
r-release-macos-x86_64 | 0.23 | 576.00 | OK | |||
r-release-windows-x86_64 | 0.23 | 38.00 | 0.00 | 38.00 | FAIL | |
r-oldrel-macos-arm64 | 0.23 | 219.00 | OK | |||
r-oldrel-macos-x86_64 | 0.23 | 211.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.23 | 33.00 | 0.00 | 33.00 | FAIL |
Version: 0.23
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘pritikin-schmidt.Rnw’ using knitr
Quitting from lines 858-929 (pritikin-schmidt.Rnw)
Error: processing vignette 'pritikin-schmidt.Rnw' failed with diagnostics:
The job for model 'container' exited abnormally with the error message: User interrupt
--- failed re-building ‘pritikin-schmidt.Rnw’
SUMMARY: processing the following file failed:
‘pritikin-schmidt.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.23
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:
> model <- univariatePrior("logit-norm", "x1", -1)
> model$priorParam$values[1,1] <- -.6
> model <- mxRun(model)
Running univariatePrior with 1 parameter
> model$output$fit
[1] 0.4515827
> model$output$gradient
x1
0
> model$output$hessian
x1
x1 8
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 7.67 0.31 7.99 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
Version: 0.23
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:
> model <- univariatePrior("logit-norm", "x1", -1)
> model$priorParam$values[1,1] <- -.6
> model <- mxRun(model)
Running univariatePrior with 1 parameter
> model$output$fit
[1] 0.4515827
> model$output$gradient
x1
0
> model$output$hessian
x1
x1 8
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 7.86 0.53 8.6 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