Last updated on 2024-11-30 08:49:13 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.4.0 | 4.78 | 41.22 | 46.00 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.4.0 | 3.44 | 31.43 | 34.87 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.4.0 | 76.27 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.4.0 | 83.62 | OK | |||
r-devel-windows-x86_64 | 2.4.0 | 6.00 | 74.00 | 80.00 | OK | |
r-patched-linux-x86_64 | 2.4.0 | 4.32 | 39.04 | 43.36 | OK | |
r-release-linux-x86_64 | 2.4.0 | 4.37 | 39.13 | 43.50 | OK | |
r-release-macos-arm64 | 2.4.0 | 35.00 | OK | |||
r-release-macos-x86_64 | 2.4.0 | 49.00 | WARN | |||
r-release-windows-x86_64 | 2.4.0 | 6.00 | 0.00 | 6.00 | FAIL | |
r-oldrel-macos-arm64 | 2.4.0 | 37.00 | OK | |||
r-oldrel-macos-x86_64 | 2.4.0 | 80.00 | OK | |||
r-oldrel-windows-x86_64 | 2.4.0 | 7.00 | 79.00 | 86.00 | OK |
Version: 2.4.0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘FAOSTAT.Rnw’ using knitr
Error: processing vignette 'FAOSTAT.Rnw' failed with diagnostics:
Running 'texi2dvi' on 'FAOSTAT.tex' failed.
LaTeX errors:
! Undefined control sequence.
l.162 \hlkwa{if}\hldef
{(}\hlopt{!}\hlkwd{is.element}\hldef{(}\hlsng{"FAOSTAT...
?
! Emergency stop.
l.162
End of file on the terminal!
! ==> Fatal error occurred, no output PDF file produced!
--- failed re-building ‘FAOSTAT.Rnw’
SUMMARY: processing the following file failed:
‘FAOSTAT.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-x86_64
Version: 2.4.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:
> ## Create numeric vector
> myUnit = c(1000, 1e6, 1000, 1e9, 1e9, 1e12)
>
> ## Translate numeric to character
> myUnit2 = translateUnit(myUnit)
> myUnit2
[1] "thousand" "million" "thousand" "billion" "billion" "trillion"
>
> ## Now translate back
> translateUnit(myUnit2)
[1] 1e+03 1e+06 1e+03 1e+09 1e+09 1e+12
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 1.42 0.08 1.5 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